Uses of Class
com.semedy.reasoner.reasoning.processes.And
Packages that use And
-
Uses of And in com.semedy.reasoner.reasoning.processes
Subclasses of And in com.semedy.reasoner.reasoning.processesModifier and TypeClassDescriptionclassclassclassMethods in com.semedy.reasoner.reasoning.processes that return types with arguments of type AndModifier and TypeMethodDescriptionBufferedStore.getNeighbours()EmptyStore.getNeighbours()Store.getNeighbours()get all neighboursUnbufferedStore.getNeighbours()Methods in com.semedy.reasoner.reasoning.processes with parameters of type AndModifier and TypeMethodDescriptionvoidBufferedStore.addNegatedNeighbour(And join) voidEmptyStore.addNegatedNeighbour(And join) voidStore.addNegatedNeighbour(And join) add a negated rule body operator as next operatorvoidUnbufferedStore.addNegatedNeighbour(And join) voidBufferedStore.addNeighbour(And join) voidEmptyStore.addNeighbour(And join) voidStore.addNeighbour(And join) add a rule body operator as next operatorvoidUnbufferedStore.addNeighbour(And join)