Uses of Interface
de.mid.innovator.srv2api.icw2class.CLDeclarationAble
Packages that use CLDeclarationAble
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.
The Interaction package describes the concepts needed to express interactions.
The IM package specify the Information Management Metamodel core concepts
required for data modeling.
The StateMachine package defines a set of concepts that can be used for
modeling discrete behavior through finite statetransition systems.
-
Uses of CLDeclarationAble in de.mid.innovator.srv2api.icw2ac
Subinterfaces of CLDeclarationAble in de.mid.innovator.srv2api.icw2acModifier and TypeInterfaceDescriptioninterfaceAn activity specifies the coordination of executions of subordinate behaviors using a control and data flow model. -
Uses of CLDeclarationAble in de.mid.innovator.srv2api.icw2be
Subinterfaces of CLDeclarationAble in de.mid.innovator.srv2api.icw2beModifier and TypeInterfaceDescriptioninterfaceBehavior is a specification of how its context classifier changes state over time.interfaceThe semantics of the behavior is determined by the implementation. -
Uses of CLDeclarationAble in de.mid.innovator.srv2api.icw2class
Subinterfaces of CLDeclarationAble in de.mid.innovator.srv2api.icw2classModifier and TypeInterfaceDescriptioninterfaceA model element that has both association and class properties.interfaceThe 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.interfaceA component represents a modular part of a system that encapsulates its contents and whose manifestation is replaceable within its environment.interfaceA data type is a type whose instances are only identified by their value.interfaceThis is a utility class for CLDeclarationAbleClassifier that provides static methods for creation or other purposes.interfaceA device is a physical computational resource with processing capability which artifacts may be deployed for execution on.interfaceAn enumeration is a data type whose values are enumerated in the model as enumeration literals.interfaceAn enumeration literal is a user-defined data value for an enumeration.interfaceAn 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.interfaceAn interface is a kind of classifier that represents a declaration of a set of coherent public features and obligations.interfaceA node is a computational resource which artifacts may be deployed for execution on.interfaceAn operation is a behavioral feature of a classifier that specifies the name, type, parameters and constraints for invoking an associated behavior.interfaceA parameter is a specification of an argument used to pass information into or out of an invocation of a behavioral feature.interfaceA port is a property of a classifier that specifies a distinct interaction point between that classifier and its environment or between the (behavior of the) classifier and its internal parts.interfaceA primitive type defines a predefined data type, without any relevant substructure (it has no parts).interfaceA property is a structural feature.interfaceA signal is a specification of send request instances communicated between objects.interface -
Uses of CLDeclarationAble in de.mid.innovator.srv2api.icw2ia
Subinterfaces of CLDeclarationAble in de.mid.innovator.srv2api.icw2iaModifier and TypeInterfaceDescriptioninterfaceAn interaction is a unit of behavior that focuses on the observable exchange of information between ConnectAbleElements. -
Uses of CLDeclarationAble in de.mid.innovator.srv2api.icw2im
Subinterfaces of CLDeclarationAble in de.mid.innovator.srv2api.icw2imModifier and TypeInterfaceDescriptioninterfaceThis abstract type combines the behavior ofIMSemanticDataTypeandCLDataType. -
Uses of CLDeclarationAble in de.mid.innovator.srv2api.icw2sm
Subinterfaces of CLDeclarationAble in de.mid.innovator.srv2api.icw2smModifier and TypeInterfaceDescriptioninterfaceA protocol state machine is always defined in the context of a classifier.interfaceState machines can be used to express the behavior of part of a system.