jess.factory
Interface Factory

All Known Implementing Classes:
FactoryImpl

public interface Factory

A factory for Rete network Token objects. Jess will use these methods rather than creating any Token objects directly. This allows Jess extensions to add information to Token instances by providing a subclass.

(C) 2013 Sandia Corporation

See Also:
Rete.setFactory(Factory)

Method Summary
 Token newToken(Fact firstFact)
           
 Token newToken(Token t)
           
 Token newToken(Token t, Fact newFact)
           
 Token newToken(Token lt, Token rt)
           
 

Method Detail

newToken

Token newToken(Fact firstFact)
               throws JessException
Throws:
JessException

newToken

Token newToken(Token t,
               Fact newFact)
               throws JessException
Throws:
JessException

newToken

Token newToken(Token lt,
               Token rt)
               throws JessException
Throws:
JessException

newToken

Token newToken(Token t)
               throws JessException
Throws:
JessException

© 2013 Sandia Corporation