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> Eaccept(LogicVisitor<E> visitor)java.lang.StringtoString()voidtoString(Prefixes prefixes, java.lang.StringBuilder builder, LogicFormat logicFormat)abstract voidtoString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)java.lang.StringtoString(Prefixes prefixes, LogicFormat logicFormat)
-
Field Details
-
Constructor Details
-
BuiltinExpression
public BuiltinExpression()
-
-
Method Details