|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.croftsoft.apps.vaft.agent.AlphaAgent
public class AlphaAgent
Field Summary | |
---|---|
String |
message
|
Constructor Summary | |
---|---|
AlphaAgent()
|
Method Summary | |
---|---|
void |
finalize()
|
String[] |
getRoles()
Returns an array of String representing the names of semantic interfaces, or "roles", supported by this object. |
void |
run()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String message
Constructor Detail |
---|
public AlphaAgent()
Method Detail |
---|
public String[] getRoles()
com.croftsoft.core.role.actor.Actor
The array may represent just a limited subset from all of the interfaces that are actually implemented by this object. Which interfaces are returned are chosen as deemed appropriate by this object for the current context and may change with each call to this method.
The ordering of the roles in the array may be determined dynamically by the object and should be assumed to be listed in the order of preference, from the viewpoint of this object, for polymorphic casting of this object by another. The ordering may change with each call to this method.
May return null.
getRoles
in interface Actor
public void run()
run
in interface Runnable
public void finalize() throws Throwable
finalize
in class Object
Throwable
|
CroftSoft Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |