Uses of Interface
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 TypeMethodDescriptionbooleanRDFhtml.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.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.NodeVisitor.visitLiteral(Node_Literal it, LiteralLabel lit) -
Uses of LiteralLabel in org.apache.jena.graph.impl
Methods in org.apache.jena.graph.impl that return LiteralLabelModifier and TypeMethodDescriptionstatic LiteralLabelBuild a plain literal label from its lexical form and language tag.static LiteralLabelCreates either a plain literal or an XMLLiteral.static LiteralLabelLiteralLabelFactory.create(String lex, RDFDatatype dtype) Create a literal with a dtype.static LiteralLabelLiteralLabelFactory.createByValue(Object value, String lang, RDFDatatype dtype) Build a typed literal label from its value form.static LiteralLabelLiteralLabelFactory.createLiteralLabel(String lex, String lang, RDFDatatype dtype) UsingLiteralLabelFactory.create(String, String)orLiteralLabelFactory.create(String, RDFDatatype)where possible is preferred.static 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 if 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.