Uses of Class
org.apache.agila.model.Actor

Packages that use Actor
org.apache.agila.impl Holds platform specific implementations 
org.apache.agila.model   
org.apache.agila.model.node   
org.apache.agila.services   
org.apache.agila.services.task   
 

Uses of Actor in org.apache.agila.impl
 

Methods in org.apache.agila.impl with parameters of type Actor
 BaseID[] ActorResolverServiceImpl.resolve(Actor a)
           
 

Uses of Actor in org.apache.agila.model
 

Methods in org.apache.agila.model that return Actor
 Actor[] Node.getActors()
           
 

Methods in org.apache.agila.model with parameters of type Actor
 void Node.addActor(Actor actor)
           
 

Uses of Actor in org.apache.agila.model.node
 

Methods in org.apache.agila.model.node that return Actor
 Actor[] BaseNodeImpl.getActors()
           
 

Methods in org.apache.agila.model.node with parameters of type Actor
 void BaseNodeImpl.addActor(Actor actor)
           
 

Uses of Actor in org.apache.agila.services
 

Methods in org.apache.agila.services with parameters of type Actor
 BaseID[] ActorResolverService.resolve(Actor actor)
          Resolves an abstract named Actor.
 

Uses of Actor in org.apache.agila.services.task
 

Methods in org.apache.agila.services.task with parameters of type Actor
 TaskID[] TaskService.assignTaskToActors(TokenID tokenID, java.lang.String message, Actor[] actor, java.util.Date due)
          Assigns a new task to a given abstract named Actor.
 TaskID[] AbstractTaskService.assignTaskToActors(TokenID tokenID, java.lang.String message, Actor[] actors, java.util.Date due)
           
 



Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.