Uses of Interface
de.mid.innovator.srv2api.icw2class.CLBehavioralFeature

Packages that use CLBehavioralFeature
de.mid.innovator.srv2api.icw2be The Common Behaviors packages specify 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   
 

Uses of CLBehavioralFeature in de.mid.innovator.srv2api.icw2be
 

Methods in de.mid.innovator.srv2api.icw2be that return CLBehavioralFeature
 CLBehavioralFeature BEBehavior.getSpecification()
          Designates a behavioral feature that the behavior implements.
 

Methods in de.mid.innovator.srv2api.icw2be with parameters of type CLBehavioralFeature
 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
 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
<T extends CLBehavioralFeature>
List<T>
CLBehavioralFeature.getImplemented(Class<T> returnType)
          All behavioral features which are implemented by this behavioral feature.
<T extends CLBehavioralFeature>
List<T>
CLBehavioralFeature.getImplementing(Class<T> returnType)
          All behavioral features which implement this behavioral feature.
 

Methods in de.mid.innovator.srv2api.icw2class that return CLBehavioralFeature
 CLBehavioralFeature CLParameter.getOwnerFormalParam()
          The behavioral feature owning this parameter.
 

Method parameters in de.mid.innovator.srv2api.icw2class with type arguments of type CLBehavioralFeature
 void CLBehavioralFeature.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 CLBehavioralFeature
<T extends CLBehavioralFeature>
List<T>
ELType.getRaisingAsException(Class<T> returnType)
          All behavioral features that may raise this type as an exception during an invocation.