Uses of Interface
de.mid.innovator.srv2api.icw2class.CLBehavioralFeature
Packages that use CLBehavioralFeature
Package
Description
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.
-
Uses of CLBehavioralFeature in de.mid.innovator.srv2api.icw2be
Methods in de.mid.innovator.srv2api.icw2be that return CLBehavioralFeatureModifier and TypeMethodDescriptionBEBehavior.getSpecification()Designates a behavioral feature that the behavior implements.Methods in de.mid.innovator.srv2api.icw2be with parameters of type CLBehavioralFeatureModifier and TypeMethodDescriptionvoidBEBehavior.setSpecification(CLBehavioralFeature value) Set the value of Foreign Key Specification. -
Uses of CLBehavioralFeature in de.mid.innovator.srv2api.icw2class
Subinterfaces of CLBehavioralFeature in de.mid.innovator.srv2api.icw2classModifier and TypeInterfaceDescriptioninterfaceAn operation is a behavioral feature of a classifier that specifies the name, type, parameters and constraints for invoking an associated behavior.interfaceA reception is a declaration stating that a classifier is prepared to react to the receipt of a signal.Methods in de.mid.innovator.srv2api.icw2class with type parameters of type CLBehavioralFeatureModifier and TypeMethodDescription<T extends CLBehavioralFeature>
List<T> CLBehavioralFeature.getImplemented(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All behavioral features which are implemented by this behavioral feature.<T extends CLBehavioralFeature>
List<T> CLBehavioralFeature.getImplementing(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All behavioral features which implement this behavioral feature.Methods in de.mid.innovator.srv2api.icw2class that return CLBehavioralFeatureModifier and TypeMethodDescriptionCLParameter.getOwnerFormalParam()The behavioral feature owning this parameter.Method parameters in de.mid.innovator.srv2api.icw2class with type arguments of type CLBehavioralFeatureModifier and TypeMethodDescriptionvoidCLBehavioralFeature.setImplemented(List<? extends CLBehavioralFeature> values) Set the value of Foreign Key Implemented. -
Uses of CLBehavioralFeature in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem with type parameters of type CLBehavioralFeatureModifier and TypeMethodDescription<T extends CLBehavioralFeature>
List<T> ELType.getRaisingAsException(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All behavioral features that may raise this type as an exception during an invocation.