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

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

Uses of Expression in com.ibm.xtools.bpmn2
 

Subinterfaces of Expression in com.ibm.xtools.bpmn2
 interface FormalExpression
          A representation of the model object 'Formal Expression'.
 

Methods in com.ibm.xtools.bpmn2 that return Expression
 Expression Bpmn2Factory.createExpression()
          Returns a new object of class 'Expression'.
 Expression ComplexGateway.getActivationCondition()
          Returns the value of the 'Activation Condition' containment reference.
 Expression MultiInstanceLoopCharacteristics.getCompletionCondition()
          Returns the value of the 'Completion Condition' containment reference.
 Expression AdHocSubProcess.getCompletionCondition()
          Returns the value of the 'Completion Condition' containment reference.
 Expression ConditionalEventDefinition.getCondition()
          Returns the value of the 'Condition' containment reference.
 Expression SequenceFlow.getConditionExpression()
          Returns the value of the 'Condition Expression' containment reference.
 Expression ResourceAssignmentExpression.getExpression()
          Returns the value of the 'Expression' containment reference.
 Expression DocumentRoot.getExpression()
          Returns the value of the 'Expression' containment reference.
 Expression ResourceParameterBinding.getExpression()
          Returns the value of the 'Expression' containment reference.
 Expression Assignment.getFrom()
          Returns the value of the 'From' containment reference.
 Expression MultiInstanceLoopCharacteristics.getLoopCardinality()
          Returns the value of the 'Loop Cardinality' containment reference.
 Expression StandardLoopCharacteristics.getLoopCondition()
          Returns the value of the 'Loop Condition' containment reference.
 Expression TimerEventDefinition.getTimeCycle()
          Returns the value of the 'Time Cycle' containment reference.
 Expression TimerEventDefinition.getTimeDate()
          Returns the value of the 'Time Date' containment reference.
 Expression Assignment.getTo()
          Returns the value of the 'To' containment reference.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type Expression
 void ComplexGateway.setActivationCondition(Expression value)
          Sets the value of the 'Activation Condition' containment reference.
 void MultiInstanceLoopCharacteristics.setCompletionCondition(Expression value)
          Sets the value of the 'Completion Condition' containment reference.
 void AdHocSubProcess.setCompletionCondition(Expression value)
          Sets the value of the 'Completion Condition' containment reference.
 void ConditionalEventDefinition.setCondition(Expression value)
          Sets the value of the 'Condition' containment reference.
 void SequenceFlow.setConditionExpression(Expression value)
          Sets the value of the 'Condition Expression' containment reference.
 void ResourceAssignmentExpression.setExpression(Expression value)
          Sets the value of the 'Expression' containment reference.
 void DocumentRoot.setExpression(Expression value)
          Sets the value of the 'Expression' containment reference.
 void ResourceParameterBinding.setExpression(Expression value)
          Sets the value of the 'Expression' containment reference.
 void Assignment.setFrom(Expression value)
          Sets the value of the 'From' containment reference.
 void MultiInstanceLoopCharacteristics.setLoopCardinality(Expression value)
          Sets the value of the 'Loop Cardinality' containment reference.
 void StandardLoopCharacteristics.setLoopCondition(Expression value)
          Sets the value of the 'Loop Condition' containment reference.
 void TimerEventDefinition.setTimeCycle(Expression value)
          Sets the value of the 'Time Cycle' containment reference.
 void TimerEventDefinition.setTimeDate(Expression value)
          Sets the value of the 'Time Date' containment reference.
 void Assignment.setTo(Expression value)
          Sets the value of the 'To' containment reference.
 

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

Methods in com.ibm.xtools.bpmn2.util with parameters of type Expression
 T Bpmn2Switch.caseExpression(Expression object)
          Returns the result of interpreting the object as an instance of 'Expression'.
static java.lang.String ExpressionUtil.extractText(Expression expression)
          Use this method to get the text from an expression.
static void ExpressionUtil.setText(Expression expression, java.lang.String text)
          Use this method to set the text of an expression, assuming that the incoming text is not "" or null.