com.agentfactory.platform.core
Class InterpreterDescriptor

java.lang.Object
  extended by 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.
 
Method Summary
 java.util.Vector getArguements()
           
 java.lang.String getAssociatedType()
           
 java.lang.String getInterpreterClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 with
inArgs - - Any arguements to be passed to the interpreter on instantiation.
Method Detail

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.