Class Tuple
java.lang.Object
org.eclipse.m2m.atl.engine.emfvm.lib.Tuple
- All Implemented Interfaces:
HasFields
Abstract OCLtype.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
get
(AbstractStackFrame frame, Object name) Gets a value.getMap()
int
hashCode()
void
set
(AbstractStackFrame frame, Object name, Object value) Sets a value to the object.toString()
void
unset
(AbstractStackFrame frame, Object name) Unsets a value to the object.
-
Constructor Details
-
Tuple
public Tuple()Creates an new tuple. -
Tuple
Creates an new tuple initialized with the given map.- Parameters:
map
- the given map
-
-
Method Details
-
set
Sets a value to the object. -
get
Gets a value. -
unset
Unsets a value to the object. -
toString
-
equals
-
getMap
-
hashCode
public int hashCode()
-