Class BetaMemoryIndex


  • public abstract class BetaMemoryIndex
    extends java.lang.Object
    Author:
    Evren Sirin
    • Constructor Detail

      • BetaMemoryIndex

        public BetaMemoryIndex()
    • Method Detail

      • add

        public abstract void add​(Token token)
      • getTokens

        public abstract java.util.Iterator<Token> getTokens​(WME wme)
      • getWMEs

        public abstract java.util.Iterator<WME> getWMEs​(Token token,
                                                        AlphaNode alpha)
      • restore

        public abstract void restore​(int branch)
      • clear

        public abstract void clear()
      • isJoined

        public abstract boolean isJoined()