Uses of Interface
com.soyatec.bpmn.Expression

Uses of Expression in com.soyatec.bpmn
 

Methods in com.soyatec.bpmn that return Expression
 Expression BPMNFactory.createExpression()
          Returns a new object of class 'Expression'
 Expression Process.getAdHocCompletionCondition()
          Returns the value of the 'Ad Hoc Completion Condition' containment reference
 Expression EmbeddedSubProcess.getAdHocCompletionCondition()
          Returns the value of the 'Ad Hoc Completion Condition' containment reference
 Expression SequenceFlow.getConditionExpression()
          Returns the value of the 'Condition Expression' containment reference
 Expression Assignment.getFrom()
          Returns the value of the 'From' containment reference
 Expression ComplexGateway.getIncomingCondition()
          Returns the value of the 'Incoming Condition' containment reference
 Expression StandardLoop.getLoopCondition()
          Returns the value of the 'Loop Condition' containment reference
 Expression MultiInstanceLoop.getMICondition()
          Returns the value of the 'MI Condition' containment reference
 Expression ComplexGateway.getOutgoingCondition()
          Returns the value of the 'Outgoing Condition' containment reference
 Expression Rule.getRuleExpression()
          Returns the value of the 'Rule Expression' containment reference
 

Methods in com.soyatec.bpmn with parameters of type Expression
 void Process.setAdHocCompletionCondition(Expression value)
          Sets the value of the 'Ad Hoc Completion Condition' containment reference
 void EmbeddedSubProcess.setAdHocCompletionCondition(Expression value)
          Sets the value of the 'Ad Hoc Completion Condition' containment reference
 void SequenceFlow.setConditionExpression(Expression value)
          Sets the value of the 'Condition Expression' containment reference
 void Assignment.setFrom(Expression value)
          Sets the value of the 'From' containment reference
 void ComplexGateway.setIncomingCondition(Expression value)
          Sets the value of the 'Incoming Condition' containment reference
 void StandardLoop.setLoopCondition(Expression value)
          Sets the value of the 'Loop Condition' containment reference
 void MultiInstanceLoop.setMICondition(Expression value)
          Sets the value of the 'MI Condition' containment reference
 void ComplexGateway.setOutgoingCondition(Expression value)
          Sets the value of the 'Outgoing Condition' containment reference
 void Rule.setRuleExpression(Expression value)
          Sets the value of the 'Rule Expression' containment reference