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

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

Uses of BehavioredClassifier in org.eclipse.uml2.uml
 

Subinterfaces of BehavioredClassifier in org.eclipse.uml2.uml
 interface Activity
          A representation of the model object 'Activity'
 interface Actor
          A representation of the model object 'Actor'
 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 FunctionBehavior
          A representation of the model object 'Function Behavior'
 interface Interaction
          A representation of the model object 'Interaction'
 interface Node
          A representation of the model object 'Node'
 interface OpaqueBehavior
          A representation of the model object 'Opaque Behavior'
 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.uml that return BehavioredClassifier
 BehavioredClassifier Behavior.getContext()
          Returns the value of the 'Context' reference
 BehavioredClassifier InterfaceRealization.getImplementingClassifier()
          Returns the value of the 'Implementing Classifier' container reference.
 

Methods in org.eclipse.uml2.uml with parameters of type BehavioredClassifier
 void InterfaceRealization.setImplementingClassifier(BehavioredClassifier value)
          Sets the value of the 'Implementing Classifier' container reference
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type BehavioredClassifier
 T UMLSwitch.caseBehavioredClassifier(BehavioredClassifier object)
          Returns the result of interpreting the object as an instance of 'Behaviored Classifier'
 boolean UMLValidator.validateBehavioredClassifier_validateClassBehavior(BehavioredClassifier behavioredClassifier, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateClassBehavior constraint of 'Behaviored Classifier'
 boolean UMLValidator.validateBehavioredClassifier(BehavioredClassifier behavioredClassifier, 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.