Uses of Interface
com.ibm.xtools.bpmn2.FormalExpression

Packages that use FormalExpression
com.ibm.xtools.bpmn2   
com.ibm.xtools.bpmn2.util   
 

Uses of FormalExpression in com.ibm.xtools.bpmn2
 

Methods in com.ibm.xtools.bpmn2 that return FormalExpression
 FormalExpression Bpmn2Factory.createFormalExpression()
          Returns a new object of class 'Formal Expression'.
 FormalExpression ComplexBehaviorDefinition.getCondition()
          Returns the value of the 'Condition' containment reference.
 FormalExpression DocumentRoot.getFormalExpression()
          Returns the value of the 'Formal Expression' containment reference.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type FormalExpression
 void ComplexBehaviorDefinition.setCondition(FormalExpression value)
          Sets the value of the 'Condition' containment reference.
 void DocumentRoot.setFormalExpression(FormalExpression value)
          Sets the value of the 'Formal Expression' containment reference.
 

Uses of FormalExpression in com.ibm.xtools.bpmn2.util
 

Methods in com.ibm.xtools.bpmn2.util with parameters of type FormalExpression
 T Bpmn2Switch.caseFormalExpression(FormalExpression object)
          Returns the result of interpreting the object as an instance of 'Formal Expression'.