org.infolayer.ocl
Class IterateExp
java.lang.Object
org.infolayer.ocl.OclExpression
org.infolayer.ocl.IterateExp
- All Implemented Interfaces:
- Evaluable
- public class IterateExp
- extends OclExpression
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IterateExp
public IterateExp(OclExpression base,
OclExpression expr,
VarDef iterator,
VarDef accumulator,
OclExpression accuEval)
eval
public java.lang.Object eval(Bindings context)
- Specified by:
eval
in interface Evaluable
- Specified by:
eval
in class OclExpression
toString
public java.lang.String toString()
- Overrides:
toString
in class OclExpression
getType
public UmlClassifier getType()
- Specified by:
getType
in interface Evaluable
- Specified by:
getType
in class OclExpression
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[] dep)
- 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