Uses of Interface
org.eclipse.uml2.BehavioredClassifier

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

Uses of BehavioredClassifier in org.eclipse.uml2
 

Subinterfaces of BehavioredClassifier in org.eclipse.uml2
 interface Activity
           A representation of the model object 'Activity'
 interface AssociationClass
           A representation of the model object 'Association Class'
 interface Behavior
           A representation of the model object 'Behavior'
 interface Class
           A representation of the model object 'Class'
 interface Collaboration
           A representation of the model object 'Collaboration'
 interface Component
           A representation of the model object 'Component'
 interface Device
           A representation of the model object 'Device'
 interface ExecutionEnvironment
           A representation of the model object 'Execution Environment'
 interface Interaction
           A representation of the model object 'Interaction'
 interface Node
           A representation of the model object 'Node'
 interface ProtocolStateMachine
           A representation of the model object 'Protocol State Machine'
 interface StateMachine
           A representation of the model object 'State Machine'
 interface Stereotype
           A representation of the model object 'Stereotype'
 interface UseCase
           A representation of the model object 'Use Case'
 

Methods in org.eclipse.uml2 that return BehavioredClassifier
 BehavioredClassifier StateMachine.getStateMachine_redefinitionContext()
          Returns the value of the 'State Machine redefinition Context' container reference.
 BehavioredClassifier Implementation.getImplementingClassifier()
          Returns the value of the 'Implementing Classifier' container reference.
 BehavioredClassifier Behavior.getContext()
          Returns the value of the 'Context' container reference.
 

Methods in org.eclipse.uml2 with parameters of type BehavioredClassifier
 void StateMachine.setStateMachine_redefinitionContext(BehavioredClassifier value)
          Sets the value of the 'State Machine redefinition Context' container reference
 void Implementation.setImplementingClassifier(BehavioredClassifier value)
          Sets the value of the 'Implementing Classifier' container reference
 void Behavior.setContext(BehavioredClassifier value)
          Sets the value of the 'Context' container reference
 

Uses of BehavioredClassifier in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type BehavioredClassifier
 boolean UML2Validator.validateBehavioredClassifier(BehavioredClassifier behavioredClassifier, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseBehavioredClassifier(BehavioredClassifier object)
          Returns the result of interpretting the object as an instance of 'Behaviored Classifier'
 


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