org.infolayer.util
Class Tuple
java.lang.Object
org.infolayer.util.Tuple
- All Implemented Interfaces:
- Typed
- public class Tuple
- extends java.lang.Object
- implements Typed
- Author:
- haustein
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Tuple
public Tuple(TupleType type,
java.util.HashMap values)
getType
public UmlClassifier getType()
- Description copied from interface:
Typed
- Returns the Uml type of this object
- Specified by:
getType
in interface Typed
toOclLiteral
public java.lang.String toOclLiteral()
- Specified by:
toOclLiteral
in interface Typed
equals
public boolean equals(java.lang.Object t2)
get
public java.lang.Object get(java.lang.String part)