Uses of Interface
org.eclipse.uml2.uml.BehavioralFeature

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

Uses of BehavioralFeature in org.eclipse.uml2.uml
 

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

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

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

Uses of BehavioralFeature in org.eclipse.uml2.uml.util
 

Methods in org.eclipse.uml2.uml.util with parameters of type BehavioralFeature
 T UMLSwitch.caseBehavioralFeature(BehavioralFeature object)
          Returns the result of interpreting the object as an instance of 'Behavioral Feature'
 boolean UMLValidator.validateBehavioralFeature(BehavioralFeature behavioralFeature, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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