Uses of Interface
de.mid.innovator.srv2api.icw2class.CLTemplateParameterAbleElement
-
Packages that use CLTemplateParameterAbleElement 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.icw2bp Package for Business Process Model and Notation (BPMN).de.mid.innovator.srv2api.icw2br Business resource modeling package.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.icw2ia The Interaction package describes the concepts needed to express interactions.de.mid.innovator.srv2api.icw2im The IM package specify the Information Management Metamodel core concepts required for data modeling.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 CLTemplateParameterAbleElement in de.mid.innovator.srv2api.icw2ac
Subinterfaces of CLTemplateParameterAbleElement in de.mid.innovator.srv2api.icw2ac Modifier and Type Interface Description interfaceACActivityAn activity specifies the coordination of executions of subordinate behaviors using a control and data flow model. -
Uses of CLTemplateParameterAbleElement in de.mid.innovator.srv2api.icw2be
Subinterfaces of CLTemplateParameterAbleElement in de.mid.innovator.srv2api.icw2be Modifier and Type Interface Description interfaceBEBehaviorBehavior is a specification of how its context classifier changes state over time.interfaceBEOpaqueThe semantics of the behavior is determined by the implementation. -
Uses of CLTemplateParameterAbleElement in de.mid.innovator.srv2api.icw2bp
Subinterfaces of CLTemplateParameterAbleElement in de.mid.innovator.srv2api.icw2bp Modifier and Type Interface Description interfaceBPInterfaceAn interface defines a set of operations that are implemented by services. -
Uses of CLTemplateParameterAbleElement in de.mid.innovator.srv2api.icw2br
Subinterfaces of CLTemplateParameterAbleElement in de.mid.innovator.srv2api.icw2br Modifier and Type Interface Description interfaceBRResourceCLAn actor specifies a role played by a user or any other system that interacts with the subject. -
Uses of CLTemplateParameterAbleElement in de.mid.innovator.srv2api.icw2class
Subinterfaces of CLTemplateParameterAbleElement in de.mid.innovator.srv2api.icw2class Modifier and Type Interface Description interfaceCLActorAn actor specifies a role played by a user or any other system that interacts with the subject.interfaceCLArtifactAn artifact is the specification of a physical piece of information that is used or produced by a software development process or by deployment and operation of a system.interfaceCLAssocClassA model element that has both association and class properties.interfaceCLAssociationAn association describes a set of tuples whose values refer to typed instances.interfaceCLBehavioredClassifierA classifier can have behavior specifications defined in its namespace.interfaceCLClassThe purpose of a class is to specify a classification of objects and to specify the features that characterize the structure and behavior of those objects.interfaceCLClassifierA classifier is a classification of instances — it describes a set of instances that have features in common.interfaceCLCollaborationA collaboration describes a structure of collaborating elements (roles), each performing a specialized function, which collectively accomplish some desired functionality.interfaceCLCommunicationPathA communication path is an association between two deployment targets which they are able to exchange signals and messages through.interfaceCLComponentA component represents a modular part of a system that encapsulates its contents and whose manifestation is replaceable within its environment.interfaceCLDataTypeA data type is a type whose instances are only identified by their value.interfaceCLDeclarationAbleClassifierThis is a utility class for CLDeclarationAbleClassifier that provides static methods for creation or other purposes.interfaceCLDeploymentSpecA deployment specification specifies a set of properties that determine execution parameters of a component artifact that is deployed on a node.interfaceCLDeviceA device is a physical computational resource with processing capability which artifacts may be deployed for execution on.interfaceCLEncapsulatedClassifierThis is a utility class for CLEncapsulatedClassifier that provides static methods for creation or other purposes.interfaceCLEnumerationAn enumeration is a data type whose values are enumerated in the model as enumeration literals.interfaceCLExecEnvAn execution environment is a node that offers an execution environment for specific types of components that are deployed on it in the form of executable artifacts.interfaceCLInterfaceAn interface is a kind of classifier that represents a declaration of a set of coherent public features and obligations.interfaceCLNodeA node is a computational resource which artifacts may be deployed for execution on.interfaceCLPrimitiveTypeA primitive type defines a predefined data type, without any relevant substructure (it has no parts).interfaceCLSignalA signal is a specification of send request instances communicated between objects.interfaceCLStructuredClassifierThis is a utility class for CLStructuredClassifier that provides static methods for creation or other purposes.interfaceCLStructureDefinitioninterfaceCLTemplateParameterAbleClassinterfaceCLUseCaseA use case is the specification of a set of actions performed by a system.Fields in de.mid.innovator.srv2api.icw2class declared as CLTemplateParameterAbleElement Modifier and Type Field Description CLTemplateParameterAbleElementARG_TemplateBindParameter. ohActualthe actual value for this parameterCLTemplateParameterAbleElementARG_TemplateBoundParameter. ohActualactual parameter or emptyCLTemplateParameterAbleElementARG_TemplateParameterSubstitution. ohActualthe actual value for this parameterMethods in de.mid.innovator.srv2api.icw2class with type parameters of type CLTemplateParameterAbleElement Modifier and Type Method Description <T extends CLTemplateParameterAbleElement>
java.util.List<T>CLTemplateAbleElement. getActualTemplateParameter(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)If this element is bound to a template the result is a list of all elements which are used as actual parameters by substitutions of the template binding.<T extends CLTemplateParameterAbleElement>
java.util.List<T>CLTemplateAbleElement. getActualTemplateParameter(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getActualTemplateParameter and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2class that return CLTemplateParameterAbleElement Modifier and Type Method Description CLTemplateParameterAbleElementCLTemplateParameterSubstitution. getActual()The element that is the actual parameter for this substitution.CLTemplateParameterAbleElementCLTemplateParameter. getDefault()The element that is the default for this formal template parameter.CLTemplateParameterAbleElementCLTemplateParameter. getOwnedParameteredElement()The parameter able element owned by this formal template parameter.Methods in de.mid.innovator.srv2api.icw2class with parameters of type CLTemplateParameterAbleElement Modifier and Type Method Description voidCLTemplateParameterSubstitution. setActual(CLTemplateParameterAbleElement value)Set the value of Foreign Key Actual.voidCLTemplateParameter. setDefault(CLTemplateParameterAbleElement value)Set the value of Foreign Key Default.voidCLTemplateBinding. templateBindParameter(CLTemplateParameter ohFormal, CLTemplateParameterAbleElement ohActual)Sets the specified element as actual value for the formal template parameter.Constructors in de.mid.innovator.srv2api.icw2class with parameters of type CLTemplateParameterAbleElement Constructor Description ARG_TemplateBindParameter(CLTemplateParameter ohFormal, CLTemplateParameterAbleElement ohActual)ARG_TemplateBoundParameter(CLTemplateParameter ohFormal, CLTemplateParameterAbleElement ohActual, java.util.List<ARG_TemplateBoundParameter> seqPar)ARG_TemplateParameterSubstitution(CLTemplateParameter ohFormal, java.lang.String strFormal, CLTemplateParameterAbleElement ohActual, java.lang.String strActual, boolean isInvalid) -
Uses of CLTemplateParameterAbleElement in de.mid.innovator.srv2api.icw2ia
Subinterfaces of CLTemplateParameterAbleElement in de.mid.innovator.srv2api.icw2ia Modifier and Type Interface Description interfaceIAInteractionAn interaction is a unit of behavior that focuses on the observable exchange of information between ConnectAbleElements. -
Uses of CLTemplateParameterAbleElement in de.mid.innovator.srv2api.icw2im
Subinterfaces of CLTemplateParameterAbleElement in de.mid.innovator.srv2api.icw2im Modifier and Type Interface Description interfaceIMCLDataTypeThis abstract type combines the behavior ofIMSemanticDataTypeandCLDataType. -
Uses of CLTemplateParameterAbleElement in de.mid.innovator.srv2api.icw2sm
Subinterfaces of CLTemplateParameterAbleElement in de.mid.innovator.srv2api.icw2sm Modifier and Type Interface Description interfaceSMProtocolStateMachineA protocol state machine is always defined in the context of a classifier.interfaceSMStateMachineState machines can be used to express the behavior of part of a system.
-