org.infolayer.ocl
Class OclRoot
java.lang.Object
org.infolayer.ocl.OclExpression
org.infolayer.ocl.OclRoot
- All Implemented Interfaces:
- Evaluable
- public class OclRoot
- extends OclExpression
Dummy OCL expression that stores the source code
and may later be used to translate NPEs to OclUndefined
- Author:
- Stefan Haustein
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
eval
public java.lang.Object eval(Bindings objects)
- Specified by:
eval
in interface Evaluable
- Specified by:
eval
in class OclExpression
toSql
public java.lang.String toSql(int mode,
java.util.Map propertyMap)
- Overrides:
toSql
in class OclExpression
toString
public java.lang.String toString()
- Overrides:
toString
in class OclExpression