Uses of Interface
de.mid.innovator.srv2api.icw2ac.ACObjectNode
Packages that use ACObjectNode
Package
Description
Activity modeling emphasizes the sequence and conditions for coordinating
lower-level behaviors, rather than which classifiers own those behaviors.
The Common Behaviors package specifies the core concepts required for dynamic
elements and provides the infrastructure to support more detailed definitions of
behavior.
The classes package deals with the basic modeling concepts of UML and, in
particular, classes and their relationships.
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.
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.icw2acModifier and TypeInterfaceDescriptioninterfaceA central buffer node is an object node for managing flows from multiple sources and destinations.interfaceA data store node is a central buffer node for non-transient information.interfaceAn activity parameter node is an object node for inputs and outputs to activities.interfaceAn action input pin is a kind of pin that executes an action to determine the values to input to another.interfaceAn input pin is a pin that holds input values to be consumed by an action.interfaceAn output pin is a pin that holds output values produced by an action.interfaceA pin is a typed element and multiplicity element that provides values to actions and accept result values from them.interfaceA value pin is an input pin that provides a value by evaluating a value specification.Methods in de.mid.innovator.srv2api.icw2ac that return ACObjectNodeModifier and TypeMethodDescriptionACExceptionHandler.getExceptionInput()An object node within the handler body.ACExecutableNode.getExceptionInput()ACObjNodeSelBehavior.getObjectNode()The object node which the tokens are selected for.Methods in de.mid.innovator.srv2api.icw2ac with parameters of type ACObjectNodeModifier and TypeMethodDescriptionvoidACExceptionHandler.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 ACObjectNodeModifier and TypeMethodDescription<T extends ACObjectNode>
List<T> BEBehavior.getObjectNodeWithSelection(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends ACObjectNode>
List<T> BEBehavior.getObjectNodeWithSelection(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 ACObjectNodeModifier and TypeMethodDescription<T extends ACObjectNode>
List<T> CLClassifier.getTypedObjectNode(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 ACObjectNodeModifier and TypeMethodDescriptionELValSpec.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 ACObjectNodeModifier and TypeMethodDescription<T extends ACObjectNode>
List<T> SMState.getObjectNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) AllACObjectNodethat have the given state.