Uses of Interface
org.eclipse.uml2.Actor

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

Uses of Actor in org.eclipse.uml2
 

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

Uses of Actor in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type Actor
 boolean UML2Validator.validateActor(Actor actor, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseActor(Actor object)
          Returns the result of interpretting the object as an instance of 'Actor'
 


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