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
 T UMLSwitch.caseActor(Actor object)
          Returns the result of interpreting the object as an instance of 'Actor'
 boolean UMLValidator.validateActor_validateAssociations(Actor actor, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateAssociations constraint of 'Actor'
 boolean UMLValidator.validateActor_validateMustHaveName(Actor actor, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateMustHaveName constraint of 'Actor'
 boolean UMLValidator.validateActor(Actor actor, 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.