org.apache.agila.model
Class Actor

java.lang.Object
  extended by org.apache.agila.model.Actor

public class Actor
extends java.lang.Object

Represents an actor. Currently, an actor is just a name and the engine will need to find a resolver for the name, and use the resolver to get real information *

Version:
$Id: $
Author:
Geir Magnusson Jr.

Constructor Summary
Actor(java.lang.String name)
           
 
Method Summary
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Actor

public Actor(java.lang.String name)
Method Detail

getName

public java.lang.String getName()


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