Package tech.oxfordsemantic.jrdfox.logic
Class IRI
java.lang.Object
tech.oxfordsemantic.jrdfox.logic.BuiltinExpression
tech.oxfordsemantic.jrdfox.logic.Term
tech.oxfordsemantic.jrdfox.logic.Resource
tech.oxfordsemantic.jrdfox.logic.IRI
- All Implemented Interfaces:
java.io.Serializable
public class IRI extends Resource implements java.io.Serializable
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static IRIBOTTOM_DATA_PROPERTYstatic IRIBOTTOM_OBJECT_PROPERTYstatic IRIDIFFERENT_FROMstatic IRINOTHINGstatic IRIRDF_FIRSTstatic IRIRDF_NILstatic IRIRDF_RESTstatic IRIRDF_TYPEstatic IRIRDFS_LITERALstatic IRISAME_ASstatic IRITHINGstatic IRITOP_DATA_PROPERTYstatic IRITOP_OBJECT_PROPERTYFields inherited from class tech.oxfordsemantic.jrdfox.logic.Resource
NO_RESOURCE_TUPLES, NO_RESOURCESFields inherited from class tech.oxfordsemantic.jrdfox.logic.BuiltinExpression
NO_BUILTIN_EXPRESSIONS -
Method Summary
Modifier and Type Method Description <E> Eaccept(LogicVisitor<E> visitor)static IRIcreate(java.lang.String iri)java.lang.StringgetIRI()voidtoString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)Methods inherited from class tech.oxfordsemantic.jrdfox.logic.BuiltinExpression
toString, toString, toString
-
Field Details
-
Method Details
-
getIRI
public java.lang.String getIRI() -
accept
- Specified by:
acceptin classBuiltinExpression
-
toString
public void toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)- Specified by:
toStringin classBuiltinExpression
-
create
-