|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.agentfactory.logic.lang.LogicFactory
public class LogicFactory
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 |
|---|
public LogicFactory()
| Method Detail |
|---|
public static java.lang.Object create(java.lang.String line)
throws MalformedLogicException
line - a String representation of the code.
MalformedLogicException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||