Uses of Interface
com.soyatec.bpmn.Gate

Uses of Gate in com.soyatec.bpmn
 

Methods in com.soyatec.bpmn that return Gate
 Gate BPMNFactory.createGate()
          Returns a new object of class 'Gate'
 Gate InclusiveGateway.getDefaultGate()
          Returns the value of the 'Default Gate' containment reference
 Gate DataBasedExclusiveGateway.getDefaultGate()
          Returns the value of the 'Default Gate' reference
 Gate SequenceFlow.getGate()
          Returns the value of the 'Gate' reference.
 

Methods in com.soyatec.bpmn with parameters of type Gate
 void InclusiveGateway.setDefaultGate(Gate value)
          Sets the value of the 'Default Gate' containment reference
 void DataBasedExclusiveGateway.setDefaultGate(Gate value)
          Sets the value of the 'Default Gate' reference
 void SequenceFlow.setGate(Gate value)
          Sets the value of the 'Gate' reference