jess.factory
Class FactoryImpl
java.lang.Object
|
+--jess.factory.FactoryImpl
- public class FactoryImpl
- extends java.lang.Object
- implements Factory, java.io.Serializable
Standard factory implementation
- Author:
- Ernest J. Friedman-Hill
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
FactoryImpl
public FactoryImpl()
newToken
public Token newToken(Fact firstFact,
int tag)
throws JessException
- Specified by:
- newToken in interface Factory
newToken
public Token newToken(Token token,
Fact newFact)
throws JessException
- Specified by:
- newToken in interface Factory
newToken
public Token newToken(Token lt,
Token rt)
throws JessException
- Specified by:
- newToken in interface Factory
newToken
public Token newToken(Token token)
throws JessException
- Specified by:
- newToken in interface Factory