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

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

Uses of Actor in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return Actor
 Actor UMLFactory.createActor()
          Returns a new object of class 'Actor'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type Actor
 boolean UMLValidator.validateActor(Actor actor, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateActor_validateAssociations(Actor actor, DiagnosticChain diagnostics, Map context)
          Validates the validateAssociations constraint of 'Actor'
 boolean UMLValidator.validateActor_validateMustHaveName(Actor actor, DiagnosticChain diagnostics, Map context)
          Validates the validateMustHaveName constraint of 'Actor'
 Object UMLSwitch.caseActor(Actor object)
          Returns the result of interpretting the object as an instance of 'Actor'
 


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