Uses of Interface
de.mid.innovator.srv2api.icw2bs.BSVertex
Packages that use BSVertex
Package
Description
Package for Business Process Model and Notation (BPMN).
State machine for Business Object Modeling.
-
Uses of BSVertex in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp with type parameters of type BSVertexModifier and TypeMethodDescriptionBPItemDefinition.getOwnedVertex(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All vertex owned by thisBPItemDefinition. -
Uses of BSVertex in de.mid.innovator.srv2api.icw2bs
Subinterfaces of BSVertex in de.mid.innovator.srv2api.icw2bsModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceThis is a utility class for BSPseudoState that provides static methods for creation or other purposes.interfaceinterfaceThis is a utility class for BSState that provides static methods for creation or other purposes.Methods in de.mid.innovator.srv2api.icw2bs with type parameters of type BSVertexModifier and TypeMethodDescriptionBSVertex.getReachedVertex(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All vertices which are reached transitive via transitions starting from the given vertex.BSVertex.getReachedVertex(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getReachedVertex and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2bs that return BSVertexModifier and TypeMethodDescriptionBSTransition.getSource()The vertex on source side of this transition.BSTransition.getTarget()The vertex on target side of this transition.Methods in de.mid.innovator.srv2api.icw2bs with parameters of type BSVertex