Package tech.oxfordsemantic.jrdfox.logic
Class BlankNode
java.lang.Object
tech.oxfordsemantic.jrdfox.logic.BuiltinExpression
tech.oxfordsemantic.jrdfox.logic.Term
tech.oxfordsemantic.jrdfox.logic.Resource
tech.oxfordsemantic.jrdfox.logic.BlankNode
- All Implemented Interfaces:
java.io.Serializable
public class BlankNode extends Resource implements java.io.Serializable
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class tech.oxfordsemantic.jrdfox.logic.Resource
NO_RESOURCE_TUPLES, NO_RESOURCES
Fields inherited from class tech.oxfordsemantic.jrdfox.logic.BuiltinExpression
NO_BUILTIN_EXPRESSIONS
-
Method Summary
Modifier and Type Method Description <E> E
accept(LogicVisitor<E> visitor)
static BlankNode
create(java.lang.String id)
java.lang.String
getID()
void
toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)
Methods inherited from class tech.oxfordsemantic.jrdfox.logic.BuiltinExpression
toString, toString, toString
-
Method Details
-
getID
public java.lang.String getID() -
accept
- Specified by:
accept
in classBuiltinExpression
-
toString
public void toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)- Specified by:
toString
in classBuiltinExpression
-
create
-