org.infolayer.ocl
Class AsCollectionExp
java.lang.Object
org.infolayer.ocl.OclExpression
org.infolayer.ocl.AsCollectionExp
- All Implemented Interfaces:
- Evaluable
- public class AsCollectionExp
- extends OclExpression
- Author:
- Stefan Haustein
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AsCollectionExp
public AsCollectionExp(OclExpression base)
getType
public UmlClassifier getType()
- Specified by:
getType
in interface Evaluable
- Specified by:
getType
in class OclExpression
eval
public java.lang.Object eval(Bindings bindings)
- Specified by:
eval
in interface Evaluable
- Specified by:
eval
in class OclExpression
- See Also:
org.infolayer.ocl.Evaluable#eval(java.lang.Object[])
getDependency
public OclExpression getDependency(int i)
- Description copied from class:
OclExpression
- required for conversion to sql expression, includes "base"
- Specified by:
getDependency
in class OclExpression
clone
public OclExpression clone(OclExpression[] dependencies)
- Description copied from class:
OclExpression
- required for resolve
- Specified by:
clone
in class OclExpression
getDependencyCount
public int getDependencyCount()
- Description copied from class:
OclExpression
- required for conversion to sql expression
- Specified by:
getDependencyCount
in class OclExpression