Class Rule
java.lang.Object
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 SummaryModifier 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.LogicObjecttoString, toString, toString