Class Rule
java.lang.Object
tech.oxfordsemantic.jrdfox.util.InterningManager.InternedObject
tech.oxfordsemantic.jrdfox.logic.LogicObject
tech.oxfordsemantic.jrdfox.logic.datalog.Rule
- All Implemented Interfaces:
java.io.Serializable
public class Rule extends LogicObject
- See Also:
- Serialized Form
-
Method Summary
Modifier and Type Method Description <E> Eaccept(LogicVisitor<E> visitor)static Rulecreate(java.util.List<TupleTableAtom> head, java.util.List<BodyFormula> body)static Rulecreate(TupleTableAtom[] head, BodyFormula[] body)static Rulecreate(TupleTableAtom head, java.util.List<BodyFormula> body)static Rulecreate(TupleTableAtom head, BodyFormula... body)java.util.List<BodyFormula>getBody()java.util.List<TupleTableAtom>getHead()voidtoString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)Methods inherited from class tech.oxfordsemantic.jrdfox.logic.LogicObject
toString, toString, toString