org.jmlspecs.samples.digraph
Class ArcType
java.lang.Object
org.jmlspecs.samples.digraph.ArcType
- All Implemented Interfaces:
- Cloneable, JMLType, Serializable
- public class ArcType
- extends Object
- implements JMLType
_from
private NodeType _from
_to
private NodeType _to
ArcType
public ArcType(NodeType from,
NodeType to)
equals
public boolean equals(Object o)
- Description copied from interface:
JMLType
- Test whether this object's value is equal to the given argument.
- Specified by:
equals in interface JMLType- Overrides:
equals in class Object
hashCode
public int hashCode()
- Description copied from interface:
JMLType
- Return a hash code for this object.
- Specified by:
hashCode in interface JMLType- Overrides:
hashCode in class Object
getFrom
public NodeType getFrom()
getTo
public NodeType getTo()
clone
public Object clone()
- Description copied from interface:
JMLType
- Return a clone of this object.
- Specified by:
clone in interface JMLType- Overrides:
clone in class Object
className
protected String className()
toString
public String toString()
- Overrides:
toString in class Object
JML is Copyright (C) 1998-2002 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the MultiJava project and is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.