com.agentfactory.platform.core
Class PlatformGUIDescriptor

java.lang.Object
  extended by com.agentfactory.platform.core.PlatformGUIDescriptor

public class PlatformGUIDescriptor
extends java.lang.Object

This class is used to hold information about each PLATFORM_GUI that is specified in the CFG file. It is generated by the PlatformConfigReader class and is consumed by the AgentPlatform class.


Constructor Summary
PlatformGUIDescriptor(java.lang.String className, java.util.ArrayList parameters)
          Creates a new instance of PlatformGUIDescriptor
 
Method Summary
 java.lang.String getClassName()
           
 java.util.ArrayList getParameters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlatformGUIDescriptor

public PlatformGUIDescriptor(java.lang.String className,
                             java.util.ArrayList parameters)
Creates a new instance of PlatformGUIDescriptor

Method Detail

getClassName

public java.lang.String getClassName()

getParameters

public java.util.ArrayList getParameters()