com.agentfactory.platform.core
Class InterpreterDescriptor
java.lang.Object
com.agentfactory.platform.core.InterpreterDescriptor
public class InterpreterDescriptor
- extends java.lang.Object
A simple container class for interpreter descriptors read from an
platform configuration file.
|
Constructor Summary |
InterpreterDescriptor(java.lang.String inClass,
java.lang.String inType,
java.util.Vector inArgs)
Construct an interpreter descriptor. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterpreterDescriptor
public InterpreterDescriptor(java.lang.String inClass,
java.lang.String inType,
java.util.Vector inArgs)
- Construct an interpreter descriptor.
- Parameters:
inClass - - The class of agent interpreter to be instantiated.inType - - The type of agent design the interpreter is to be associated withinArgs - - Any arguements to be passed to the interpreter on instantiation.
getArguements
public java.util.Vector getArguements()
- Returns:
- Returns the arguements.
getAssociatedType
public java.lang.String getAssociatedType()
- Returns:
- Returns the associatedType.
getInterpreterClass
public java.lang.String getInterpreterClass()
- Returns:
- Returns the interpreterClass.