Uses of Class
org.apache.jena.graph.impl.LiteralLabel
Packages that use LiteralLabel
Package
Description
Provides the core interfaces through which datatypes are described to Jena.
Provides datatype definitions for the XML Schema datatypes support by Jena.
Provides implementations of the XSD datatype.
This package defines the Graph and Node family of classes, which
form the underlying datatypes of the Jena system.
This package provides basic implementations of Graph interfaces
such as EventManager and Capabilities.
Provides a selection of simple rule engines for Jena inference models.
-
Uses of LiteralLabel in org.apache.jena.datatypes
Methods in org.apache.jena.datatypes with parameters of type LiteralLabelModifier and TypeMethodDescriptionintBaseDatatype.getHashCode(LiteralLabel lit) Default implementation of getHashCode() delegates to the default from the literal label.intRDFDatatype.getHashCode(LiteralLabel lit) Gets the hash code of a given value.booleanBaseDatatype.isEqual(LiteralLabel litLabel1, LiteralLabel litLabel2) Compares two instances of values of the given datatype.booleanRDFDatatype.isEqual(LiteralLabel value1, LiteralLabel value2) Compares two instances of values of the given datatype.booleanBaseDatatype.isValidLiteral(LiteralLabel lit) Test whether the given LiteralLabel is a valid instance of this datatype.booleanRDFDatatype.isValidLiteral(LiteralLabel lit) Test whether the given LiteralLabel is a valid instance of this datatype.booleanBaseDatatype.langTagCompatible(LiteralLabel value1, LiteralLabel value2) Helper function to compare language tag values -
Uses of LiteralLabel in org.apache.jena.datatypes.xsd
Methods in org.apache.jena.datatypes.xsd with parameters of type LiteralLabelModifier and TypeMethodDescriptionintXSDbinary.getHashCode(LiteralLabel lit) booleanXSDDatatype.isBaseTypeCompatible(LiteralLabel lit) Test if the given typed value is in the right partition of the XSD type space.booleanXSDbinary.isEqual(LiteralLabel value1, LiteralLabel value2) Compares two instances of values of the given datatype.booleanXSDDatatype.isEqual(LiteralLabel value1, LiteralLabel value2) Compares two instances of values of the given datatype.booleanXSDDatatype.isValidLiteral(LiteralLabel lit) Test whether the given LiteralLabel is a valid instance of this datatype. -
Uses of LiteralLabel in org.apache.jena.datatypes.xsd.impl
Methods in org.apache.jena.datatypes.xsd.impl with parameters of type LiteralLabelModifier and TypeMethodDescriptionbooleanRDFDirLangString.isEqual(LiteralLabel value1, LiteralLabel value2) Compares two instances of values of the given datatype.booleanRDFhtml.isEqual(LiteralLabel value1, LiteralLabel value2) Compares two instances of values of the given datatype.booleanRDFjson.isEqual(LiteralLabel value1, LiteralLabel value2) Compares two instances of values of the given datatype.booleanRDFLangString.isEqual(LiteralLabel value1, LiteralLabel value2) Compares two instances of values of the given datatype.booleanXMLLiteralType.isEqual(LiteralLabel value1, LiteralLabel value2) Compares two instances of values of the given datatype.booleanXSDAbstractDateTimeType.isEqual(LiteralLabel value1, LiteralLabel value2) Compares two instances of values of the given datatype.booleanXSDBaseNumericType.isEqual(LiteralLabel value1, LiteralLabel value2) Compares two instances of values of the given datatype.booleanXSDBaseStringType.isEqual(LiteralLabel value1, LiteralLabel value2) Compares two instances of values of the given datatype.booleanXSDDouble.isEqual(LiteralLabel value1, LiteralLabel value2) Compares two instances of values of the given datatype.booleanXSDFloat.isEqual(LiteralLabel value1, LiteralLabel value2) Compares two instances of values of the given datatype.booleanXSDPlainType.isEqual(LiteralLabel litLabel1, LiteralLabel litLabel2) Compares two instances of values of the given datatype.booleanXSDBaseNumericType.isValidLiteral(LiteralLabel lit) Test whether the given LiteralLabel is a valid instance of this datatype. -
Uses of LiteralLabel in org.apache.jena.graph
Methods in org.apache.jena.graph that return LiteralLabelModifier and TypeMethodDescriptionNode_Literal.getLiteral()Node.getLiteral()Answer the literal value of a literal node, or throw an UnsupportedOperationException if it's not a literal nodeMethods in org.apache.jena.graph with parameters of type LiteralLabelModifier and TypeMethodDescriptionstatic NodeNodeFactory.createLiteral(LiteralLabel lit) Deprecated. -
Uses of LiteralLabel in org.apache.jena.graph.impl
Methods in org.apache.jena.graph.impl that return LiteralLabelModifier and TypeMethodDescriptionstatic LiteralLabelLiteralLabelFactory.create(String lex, RDFDatatype dtype) Create a literal with a dtype.static LiteralLabelLiteralLabelFactory.createByValue(Object value) Build a typed literal label from its value form.static LiteralLabelLiteralLabelFactory.createByValue(Object value, RDFDatatype dtype) Build a typed literal label from its value form.static LiteralLabelLiteralLabelFactory.createDirLang(String lex, String lang, TextDirection textDir) Build a literal label from its lexical form,language tag and base directionstatic LiteralLabelLiteralLabelFactory.createIncludingValue(String lex, Object value, RDFDatatype dtype) Create a typed literal for which both the lexical form and the value form are already available.static LiteralLabelLiteralLabelFactory.createLang(String lex, String lang) Build a literal label from its lexical form and language tag.static LiteralLabelLiteralLabelFactory.createLiteralLabel(String lex, String lang, TextDirection textDir, RDFDatatype dtype) static LiteralLabelLiteralLabelFactory.createString(String lex) Create a string literalstatic LiteralLabelLiteralLabelFactory.createTypedLiteral(Object value) Build a typed literal label from its value form using whatever datatype is currently registered as the default representation for this java class.Methods in org.apache.jena.graph.impl with parameters of type LiteralLabelModifier and TypeMethodDescriptionbooleanLiteralLabel.sameValueAs(LiteralLabel other) Answer true iff this literal represents the same (abstract) value as the other one. -
Uses of LiteralLabel in org.apache.jena.reasoner.rulesys
Methods in org.apache.jena.reasoner.rulesys with parameters of type LiteralLabelModifier and TypeMethodDescriptionbooleanFunctorDatatype.isEqual(LiteralLabel value1, LiteralLabel value2) Compares two instances of values of the given datatype.
LiteralLabelmay be removed.