Uses of Interface
de.mid.innovator.srv2api.icw2ac.ACObjectNode
-
Packages that use ACObjectNode Package Description de.mid.innovator.srv2api.icw2ac Activity modeling emphasizes the sequence and conditions for coordinating lower-level behaviors, rather than which classifiers own those behaviors.de.mid.innovator.srv2api.icw2be The Common Behaviors package specifies the core concepts required for dynamic elements and provides the infrastructure to support more detailed definitions of behavior.de.mid.innovator.srv2api.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships.de.mid.innovator.srv2api.icw2elem Describes the common behavior of all elements stored in a model server repository even configuration elements in profiles and schema elements of the meta model.de.mid.innovator.srv2api.icw2sm The StateMachine package defines a set of concepts that can be used for modeling discrete behavior through finite statetransition systems. -
-
Uses of ACObjectNode in de.mid.innovator.srv2api.icw2ac
Subinterfaces of ACObjectNode in de.mid.innovator.srv2api.icw2ac Modifier and Type Interface Description interface
ACCentralBufferNode
A central buffer node is an object node for managing flows from multiple sources and destinations.interface
ACDataStoreNode
A data store node is a central buffer node for non-transient information.interface
ACParamNode
An activity parameter node is an object node for inputs and outputs to activities.interface
ANActionInputPin
An action input pin is a kind of pin that executes an action to determine the values to input to another.interface
ANInputPin
An input pin is a pin that holds input values to be consumed by an action.interface
ANOutputPin
An output pin is a pin that holds output values produced by an action.interface
ANPin
A pin is a typed element and multiplicity element that provides values to actions and accept result values from them.interface
ANValuePin
A value pin is an input pin that provides a value by evaluating a value specification.Methods in de.mid.innovator.srv2api.icw2ac that return ACObjectNode Modifier and Type Method Description ACObjectNode
ACExceptionHandler. getExceptionInput()
An object node within the handler body.ACObjectNode
ACExecutableNode. getExceptionInput()
ACObjectNode
ACObjNodeSelBehavior. getObjectNode()
The object node which the tokens are selected for.Methods in de.mid.innovator.srv2api.icw2ac with parameters of type ACObjectNode Modifier and Type Method Description void
ACExceptionHandler. setExceptionInput(ACObjectNode value)
Set the value of Foreign Key ExceptionInput. -
Uses of ACObjectNode in de.mid.innovator.srv2api.icw2be
Methods in de.mid.innovator.srv2api.icw2be with type parameters of type ACObjectNode Modifier and Type Method Description <T extends ACObjectNode>
java.util.List<T>BEBehavior. getObjectNodeWithSelection(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
<T extends ACObjectNode>
java.util.List<T>BEBehavior. getObjectNodeWithSelection(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getObjectNodeWithSelection and filters its return values according to the given stereotype value. -
Uses of ACObjectNode in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class with type parameters of type ACObjectNode Modifier and Type Method Description <T extends ACObjectNode>
java.util.List<T>CLClassifier. getTypedObjectNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All object nodes typed by this classifier. -
Uses of ACObjectNode in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return ACObjectNode Modifier and Type Method Description ACObjectNode
ELValSpec. getOwnerNode()
The object node of this upper bound specification. -
Uses of ACObjectNode in de.mid.innovator.srv2api.icw2sm
Methods in de.mid.innovator.srv2api.icw2sm with type parameters of type ACObjectNode Modifier and Type Method Description <T extends ACObjectNode>
java.util.List<T>SMState. getObjectNode(java.lang.Class<T> returnType)
AllACObjectNode
that have the given state.
-