Uses of Class
org.omg.spec.bpmn.model.TGateway
-
Packages that use TGateway Package Description org.omg.spec.bpmn.model -
-
Uses of TGateway in org.omg.spec.bpmn.model
Subclasses of TGateway in org.omg.spec.bpmn.model Modifier and Type Class Description class
TComplexGateway
Java class for tComplexGateway complex type.class
TEventBasedGateway
Java class for tEventBasedGateway complex type.class
TExclusiveGateway
Java class for tExclusiveGateway complex type.class
TInclusiveGateway
Java class for tInclusiveGateway complex type.class
TParallelGateway
Java class for tParallelGateway complex type.Methods in org.omg.spec.bpmn.model that return TGateway Modifier and Type Method Description TGateway
ObjectFactory. createTGateway()
Create an instance ofTGateway
Methods in org.omg.spec.bpmn.model that return types with arguments of type TGateway Modifier and Type Method Description javax.xml.bind.JAXBElement<TGateway>
ObjectFactory. createGateway(TGateway value)
Methods in org.omg.spec.bpmn.model with parameters of type TGateway Modifier and Type Method Description javax.xml.bind.JAXBElement<TGateway>
ObjectFactory. createGateway(TGateway value)
-