Package tech.oxfordsemantic.jrdfox.logic
Class BindAtom
java.lang.Object
tech.oxfordsemantic.jrdfox.logic.Formula
tech.oxfordsemantic.jrdfox.logic.BodyFormula
tech.oxfordsemantic.jrdfox.logic.BindAtom
- All Implemented Interfaces:
java.io.Serializable
public class BindAtom extends BodyFormula
- See Also:
- Serialized Form
-
Field Summary
-
Method Summary
Modifier and Type Method Description <E> E
accept(LogicVisitor<E> visitor)
static BindAtom
create(BuiltinExpression builtinExpression, Variable boundVariable)
Variable
getBoundVariable()
BuiltinExpression
getBuiltinExpression()
BindAtom
simplify()
void
toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)
Methods inherited from class tech.oxfordsemantic.jrdfox.logic.BodyFormula
getArgument, getArguments, getNumberOfArguments
-
Method Details
-
getBuiltinExpression
-
getBoundVariable
-
simplify
- Specified by:
simplify
in classBodyFormula
-
accept
- Specified by:
accept
in classBodyFormula
-
toString
public void toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)- Specified by:
toString
in classBodyFormula
-
create
-