com.agentfactory.logic.lang
Class LogicFactory

java.lang.Object
  extended by com.agentfactory.logic.lang.LogicFactory

public class LogicFactory
extends java.lang.Object

This is a factory class that contains methods that support the creation of logical items.


Constructor Summary
LogicFactory()
           
 
Method Summary
static java.lang.Object create(java.lang.String line)
          Creates an object that represents the Agent Factory code contained within the line parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogicFactory

public LogicFactory()
Method Detail

create

public static java.lang.Object create(java.lang.String line)
                               throws MalformedLogicException
Creates an object that represents the Agent Factory code contained within the line parameter.

Parameters:
line - a String representation of the code.
Returns:
an object representation of the code.
Throws:
MalformedLogicException