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:
Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescription<E> Eaccept(LogicVisitor<E> visitor) static Rulecreate(List<TupleTableAtom> head, List<BodyFormula> body) static Rulecreate(TupleTableAtom[] head, BodyFormula[] body) static Rulecreate(TupleTableAtom head, List<BodyFormula> body) static Rulecreate(TupleTableAtom head, BodyFormula... body) getBody()getHead()static RulevoidMethods inherited from class LogicObject
toString, toString, toString
-
Method Details
-
getHead
-
getBody
-
accept
- Specified by:
acceptin classLogicObject
-
toString
- Specified by:
toStringin classLogicObject
-
create
-
create
-
create
-
create
-
parse
- Throws:
JRDFoxException
-