jess.factory
Class FactoryImpl

java.lang.Object
  |
  +--jess.factory.FactoryImpl
All Implemented Interfaces:
Factory, java.io.Serializable

public class FactoryImpl
extends java.lang.Object
implements Factory, java.io.Serializable

Standard factory implementation

Author:
Ernest J. Friedman-Hill
See Also:
Serialized Form

Constructor Summary
FactoryImpl()
           
 
Method Summary
 Token newToken(Fact firstFact, int tag)
           
 Token newToken(Token token)
           
 Token newToken(Token token, Fact newFact)
           
 Token newToken(Token lt, Token rt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FactoryImpl

public FactoryImpl()
Method Detail

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

© 1997 E.J. Friedman-Hill and Sandia Corporation