Uses of Interface
com.soyatec.bpmn.ProcessObject

Uses of ProcessObject in com.soyatec.bpmn
 

Subinterfaces of ProcessObject in com.soyatec.bpmn
 interface Activity
          A representation of the model object 'Activity'
 interface Artifact
          A representation of the model object 'Artifact'
 interface Association
          A representation of the model object 'Association'
 interface ComplexGateway
          A representation of the model object 'Complex Gateway'
 interface ConnectingObject
          A representation of the model object 'Connecting Object'
 interface DataBasedExclusiveGateway
          A representation of the model object 'Data Based Exclusive Gateway'
 interface DataObject
          A representation of the model object 'Data Object'
 interface EmbeddedSubProcess
          A representation of the model object 'Embedded Sub Process'
 interface EndEvent
          A representation of the model object 'End Event'.
 interface Event
          A representation of the model object 'Event'
 interface EventBasedExclusiveGateway
          A representation of the model object 'Event Based Exclusive Gateway'
 interface ExclusiveGateway
          A representation of the model object 'Exclusive Gateway'
 interface FlowObject
          A representation of the model object 'Flow Object'
 interface Gateway
          A representation of the model object 'Gateway'
 interface Group
          A representation of the model object 'Group'
 interface InclusiveGateway
          A representation of the model object 'Inclusive Gateway'
 interface IndependentSubProcess
          A representation of the model object 'Independent Sub Process'
 interface IntermediateEvent
          A representation of the model object 'Intermediate Event'
 interface Lane
          A representation of the model object 'Lane'
 interface LaneElement
          A representation of the model object 'Lane Element'
 interface ManualTask
          A representation of the model object 'Manual Task'
 interface MessageFlow
          A representation of the model object 'Message Flow'
 interface ParallelGateway
          A representation of the model object 'Parallel Gateway'
 interface Pool
          A representation of the model object 'Pool'
 interface Process
          A representation of the model object 'Process'
 interface ReceiveTask
          A representation of the model object 'Receive Task'
 interface ReferenceSubProcess
          A representation of the model object 'Reference Sub Process'
 interface ReferenceTask
          A representation of the model object 'Reference Task'
 interface ScriptTask
          A representation of the model object 'Script Task'
 interface SendTask
          A representation of the model object 'Send Task'
 interface SequenceFlow
          A representation of the model object 'Sequence Flow'
 interface ServiceTask
          A representation of the model object 'Service Task'
 interface StartEvent
          A representation of the model object 'Start Event'
 interface SubProcess
          A representation of the model object 'Sub Process'
 interface Swimlane
          A representation of the model object 'Swim Lane'
 interface Task
          A representation of the model object 'Task'
 interface TextAnnotation
          A representation of the model object 'Text Annotation'
 interface UserTask
          A representation of the model object 'User Task'
 

Methods in com.soyatec.bpmn that return ProcessObject
 ProcessObject ConnectingObject.getSource()
          Returns the value of the 'Source' container reference.
 ProcessObject ConnectingObject.getTarget()
          Returns the value of the 'Target' reference.
 

Methods in com.soyatec.bpmn with parameters of type ProcessObject
 void ConnectingObject.setSource(ProcessObject value)
          Sets the value of the 'Source' container reference
 void ConnectingObject.setTarget(ProcessObject value)
          Sets the value of the 'Target' reference