Uses of Interface
de.mid.innovator.srv2api.icw2class.CLBehavioredClassifier
Packages that use CLBehavioredClassifier
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.
Business resource modeling package.
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 StateMachine package defines a set of concepts that can be used for
modeling discrete behavior through finite statetransition systems.
-
Uses of CLBehavioredClassifier in de.mid.innovator.srv2api.icw2ac
Subinterfaces of CLBehavioredClassifier 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 CLBehavioredClassifier in de.mid.innovator.srv2api.icw2be
Subinterfaces of CLBehavioredClassifier 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.Methods in de.mid.innovator.srv2api.icw2be that return CLBehavioredClassifierModifier and TypeMethodDescriptionBEBehavior.getBehavioredClassifier()The behaviored classifier the behavior belongs to. -
Uses of CLBehavioredClassifier in de.mid.innovator.srv2api.icw2br
Subinterfaces of CLBehavioredClassifier in de.mid.innovator.srv2api.icw2brModifier and TypeInterfaceDescriptioninterfaceAn actor specifies a role played by a user or any other system that interacts with the subject. -
Uses of CLBehavioredClassifier in de.mid.innovator.srv2api.icw2class
Subinterfaces of CLBehavioredClassifier in de.mid.innovator.srv2api.icw2classModifier and TypeInterfaceDescriptioninterfaceAn actor specifies a role played by a user or any other system that interacts with the subject.interfaceA 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 collaboration describes a structure of collaborating elements (roles), each performing a specialized function, which collectively accomplish some desired functionality.interfaceA component represents a modular part of a system that encapsulates its contents and whose manifestation is replaceable within its environment.interfaceA device is a physical computational resource with processing capability which artifacts may be deployed for execution on.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.interfaceA node is a computational resource which artifacts may be deployed for execution on.interfaceinterfaceA use case is the specification of a set of actions performed by a system.Methods in de.mid.innovator.srv2api.icw2class that return CLBehavioredClassifierModifier and TypeMethodDescriptionCLInterfaceRealization.getImplementingClassifier()References the behaviored classifier that owns this interface realization (i.e., the classifier that realizes the interface which it points to). -
Uses of CLBehavioredClassifier in de.mid.innovator.srv2api.icw2ia
Subinterfaces of CLBehavioredClassifier 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 CLBehavioredClassifier in de.mid.innovator.srv2api.icw2sm
Subinterfaces of CLBehavioredClassifier 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.