org.infolayer.util
Class Tuple

java.lang.Object
  extended byorg.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

Constructor Summary
Tuple(TupleType type, java.util.HashMap values)
           
 
Method Summary
 boolean equals(java.lang.Object t2)
           
 java.lang.Object get(java.lang.String part)
           
 UmlClassifier getType()
          Returns the Uml type of this object
 java.lang.String toOclLiteral()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tuple

public Tuple(TupleType type,
             java.util.HashMap values)
Method Detail

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)