Uses of Class
org.restlet.ext.rdf.Literal
-
Packages that use Literal Package Description org.restlet.ext.rdf Support for the RDF parsing and generation.org.restlet.ext.rdf.internal.n3 org.restlet.ext.rdf.internal.ntriples org.restlet.ext.rdf.internal.turtle org.restlet.ext.rdf.internal.xml -
-
Uses of Literal in org.restlet.ext.rdf
Methods in org.restlet.ext.rdf that return Literal Modifier and Type Method Description private LiteralGraph. getTargetAsLiteral(Literal targetLit)Returns the target literal, either the one given in the targetLit parameter or if it is null, the target literal of the default link.LiteralLink. getTargetAsLiteral()Returns the target literal.Methods in org.restlet.ext.rdf that return types with arguments of type Literal Modifier and Type Method Description java.util.Set<Couple<Reference,Literal>>RdfClientResource. getLiterals()Returns all the linked literals, based on the RDF representation exposed.java.util.Set<Literal>RdfClientResource. getLiterals(Reference typeRef)Returns the linked literals, based on the RDF representation exposed.Methods in org.restlet.ext.rdf with parameters of type Literal Modifier and Type Method Description LinkGraph. add(java.lang.String sourceRef, java.lang.String typeRef, Literal targetLit)Creates then adds a link.LinkGraph. add(java.lang.String sourceRef, Reference typeRef, Literal targetLit)Creates then adds a link.LinkGraph. add(Reference sourceRef, java.lang.String typeRef, Literal targetLit)Creates then adds a link.LinkGraph. add(Reference sourceRef, Reference typeRef, Literal targetLit)Creates then adds a link.LinkGraph. add(Graph sourceGraph, Reference typeRef, Literal targetLit)Creates then adds a link.private LiteralGraph. getTargetAsLiteral(Literal targetLit)Returns the target literal, either the one given in the targetLit parameter or if it is null, the target literal of the default link.voidGraphBuilder. link(Reference source, Reference typeRef, Literal target)voidGraphBuilder. link(Graph source, Reference typeRef, Literal target)abstract voidGraphHandler. link(Reference source, Reference typeRef, Literal target)Callback method used when a link is parsed or written.abstract voidGraphHandler. link(Graph source, Reference typeRef, Literal target)Callback method used when a link is parsed or written.voidLink. setTarget(Literal targetLit)Sets the target literal.Constructors in org.restlet.ext.rdf with parameters of type Literal Constructor Description Link(Reference sourceRef, java.lang.String typeRef, Literal targetLit)Constructor.Link(Reference sourceRef, Reference typeRef, Literal targetLit)Constructor.Link(Graph sourceGraph, java.lang.String typeRef, Literal targetLit)Constructor.Link(Graph sourceGraph, Reference typeRef, Literal targetLit)Constructor. -
Uses of Literal in org.restlet.ext.rdf.internal.n3
Methods in org.restlet.ext.rdf.internal.n3 with parameters of type Literal Modifier and Type Method Description voidRdfN3Writer. link(Reference source, Reference typeRef, Literal target)voidRdfN3Writer. link(Graph source, Reference typeRef, Literal target)private voidRdfN3Writer. write(Literal literal)Writes the representation of a literal. -
Uses of Literal in org.restlet.ext.rdf.internal.ntriples
Methods in org.restlet.ext.rdf.internal.ntriples with parameters of type Literal Modifier and Type Method Description voidRdfNTriplesWriter. link(Reference source, Reference typeRef, Literal target)voidRdfNTriplesWriter. link(Graph source, Reference typeRef, Literal target)private voidRdfNTriplesWriter. write(Literal literal)Writes the representation of a literal. -
Uses of Literal in org.restlet.ext.rdf.internal.turtle
Methods in org.restlet.ext.rdf.internal.turtle with parameters of type Literal Modifier and Type Method Description voidRdfTurtleWriter. link(Reference source, Reference typeRef, Literal target)voidRdfTurtleWriter. link(Graph source, Reference typeRef, Literal target)private voidRdfTurtleWriter. write(Literal literal)Writes the representation of a literal. -
Uses of Literal in org.restlet.ext.rdf.internal.xml
Methods in org.restlet.ext.rdf.internal.xml that return Literal Modifier and Type Method Description private LiteralContentReader. getLiteral(java.lang.String value, java.lang.String datatype, Language language)Returns a Literal object according to the given parameters.Methods in org.restlet.ext.rdf.internal.xml with parameters of type Literal Modifier and Type Method Description private voidContentReader. link(Reference subject, Reference predicate, Literal object)Creates a statement and reify it, if necessary.voidRdfXmlWriter. link(Reference source, Reference typeRef, Literal target)voidRdfXmlWriter. link(Graph source, Reference typeRef, Literal target)
-