Uses of Interface
org.eclipse.uml2.BehavioralFeature

Packages that use BehavioralFeature
org.eclipse.uml2   
org.eclipse.uml2.util   
 

Uses of BehavioralFeature in org.eclipse.uml2
 

Subinterfaces of BehavioralFeature in org.eclipse.uml2
 interface Operation
           A representation of the model object 'Operation'
 interface Reception
           A representation of the model object 'Reception'
 

Methods in org.eclipse.uml2 that return BehavioralFeature
 BehavioralFeature Behavior.getSpecification()
          Returns the value of the 'Specification' reference.
 

Methods in org.eclipse.uml2 with parameters of type BehavioralFeature
 void Behavior.setSpecification(BehavioralFeature value)
          Sets the value of the 'Specification' reference
 

Uses of BehavioralFeature in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type BehavioralFeature
 boolean UML2Validator.validateBehavioralFeature(BehavioralFeature behavioralFeature, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseBehavioralFeature(BehavioralFeature object)
          Returns the result of interpretting the object as an instance of 'Behavioral Feature'
 


Copyright 2003, 2004 IBM Corporation and others.
All Rights Reserved.