1 10 package com.hp.hpl.jena.reasoner.rulesys.impl; 11 12 20 public interface LPInterpreterContext extends LPInterpreterState { 21 22 24 public void notifyBlockedOn(ConsumerChoicePointFrame ccp); 25 26 27 public boolean isReady(); 28 29 31 public void notifyFinished(ConsumerChoicePointFrame ccp); 32 33 35 public void setReady(ConsumerChoicePointFrame ccp); 36 37 } 38 39 40 41 | Popular Tags |