Package tech.oxfordsemantic.jrdfox.logic
Class BuiltinExpression
java.lang.Object
tech.oxfordsemantic.jrdfox.logic.BuiltinExpression
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
BuiltinFunctionCall
,ExistenceExpression
,Term
public abstract class BuiltinExpression
extends java.lang.Object
implements java.io.Serializable
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static BuiltinExpression[]
NO_BUILTIN_EXPRESSIONS
-
Constructor Summary
Constructors Constructor Description BuiltinExpression()
-
Method Summary
Modifier and Type Method Description abstract <E> E
accept(LogicVisitor<E> visitor)
java.lang.String
toString()
void
toString(Prefixes prefixes, java.lang.StringBuilder builder, LogicFormat logicFormat)
abstract void
toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)
java.lang.String
toString(Prefixes prefixes, LogicFormat logicFormat)
-
Field Details
-
Constructor Details
-
BuiltinExpression
public BuiltinExpression()
-
-
Method Details