Uses of Interface
de.mid.innovator.srv2api.icw2class.CLBehavioralFeature
-
Packages that use CLBehavioralFeature Package Description 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.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships.de.mid.innovator.srv2api.icw2elem 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 CLBehavioralFeature Modifier and Type Method Description CLBehavioralFeature
BEBehavior. getSpecification()
Designates a behavioral feature that the behavior implements.Methods in de.mid.innovator.srv2api.icw2be with parameters of type CLBehavioralFeature Modifier and Type Method Description void
BEBehavior. 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.icw2class Modifier and Type Interface Description interface
CLOperation
An operation is a behavioral feature of a classifier that specifies the name, type, parameters and constraints for invoking an associated behavior.interface
CLReception
A 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 CLBehavioralFeature Modifier and Type Method Description <T extends CLBehavioralFeature>
java.util.List<T>CLBehavioralFeature. getImplemented(java.lang.Class<T> returnType)
All behavioral features which are implemented by this behavioral feature.<T extends CLBehavioralFeature>
java.util.List<T>CLBehavioralFeature. getImplementing(java.lang.Class<T> returnType)
All behavioral features which implement this behavioral feature.Methods in de.mid.innovator.srv2api.icw2class that return CLBehavioralFeature Modifier and Type Method Description CLBehavioralFeature
CLParameter. getOwnerFormalParam()
The behavioral feature owning this parameter.Method parameters in de.mid.innovator.srv2api.icw2class with type arguments of type CLBehavioralFeature Modifier and Type Method Description void
CLBehavioralFeature. setImplemented(java.util.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 CLBehavioralFeature Modifier and Type Method Description <T extends CLBehavioralFeature>
java.util.List<T>ELType. getRaisingAsException(java.lang.Class<T> returnType)
All behavioral features that may raise this type as an exception during an invocation.
-