org.infolayer.ocl
Class TuplePropertyExp

java.lang.Object
  extended byorg.infolayer.ocl.OclExpression
      extended byorg.infolayer.ocl.TuplePropertyExp
All Implemented Interfaces:
Evaluable

public class TuplePropertyExp
extends OclExpression

Author:
haustein To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Field Summary
 
Fields inherited from class org.infolayer.ocl.OclExpression
SQL_LOGGER, SQL_MATCH, SQL_MAY_GENERALIZE, SQL_MAY_SPECIALIZE
 
Constructor Summary
TuplePropertyExp(OclExpression base, java.lang.String part)
           
 
Method Summary
 OclExpression clone(OclExpression[] dep)
          required for resolve
 java.lang.Object eval(Bindings bindings)
           
 OclExpression getDependency(int i)
          required for conversion to sql expression, includes "base"
 int getDependencyCount()
          required for conversion to sql expression
 UmlClassifier getType()
           
 
Methods inherited from class org.infolayer.ocl.OclExpression
getName, isConstant, isQuery, isResolvable, resolve, simplify, toSql, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TuplePropertyExp

public TuplePropertyExp(OclExpression base,
                        java.lang.String part)
Method Detail

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 bindings)
Specified by:
eval in interface Evaluable
Specified by:
eval in class OclExpression