Uses of Class
org.restlet.ext.rdf.internal.turtle.LexicalUnit
-
Packages that use LexicalUnit Package Description org.restlet.ext.rdf.internal.n3 org.restlet.ext.rdf.internal.turtle -
-
Uses of LexicalUnit in org.restlet.ext.rdf.internal.n3
Subclasses of LexicalUnit in org.restlet.ext.rdf.internal.n3 Modifier and Type Class Description classFormulaTokenAllows to parse a formula in RDF N3 notation.Methods in org.restlet.ext.rdf.internal.n3 with parameters of type LexicalUnit Modifier and Type Method Description private ReferenceRdfN3Reader. getPredicate(LexicalUnit lexicalUnit)Returns the given lexical unit as a predicate.protected booleanRdfN3Reader. isPath(LexicalUnit lexicalUnit)Returns true if the given lexical unit is a "path" shorthand.Method parameters in org.restlet.ext.rdf.internal.n3 with type arguments of type LexicalUnit Modifier and Type Method Description protected voidRdfN3Reader. generateLinks(java.util.List<LexicalUnit> lexicalUnits) -
Uses of LexicalUnit in org.restlet.ext.rdf.internal.turtle
Subclasses of LexicalUnit in org.restlet.ext.rdf.internal.turtle Modifier and Type Class Description classBlankNodeTokenRepresents a blank node inside a RDF N3 document.classListTokenRepresents a list of Turtle tokens.classStringTokenRepresents a string of characters.classTokenRepresents a still unidentified Turtle token.classUriTokenRepresents a URI token inside a RDF Turtle document.Fields in org.restlet.ext.rdf.internal.turtle with type parameters of type LexicalUnit Modifier and Type Field Description private java.util.List<LexicalUnit>BlankNodeToken. lexicalUnitsList of lexical units contained by this blank node.(package private) java.util.List<LexicalUnit>ListToken. lexicalUnitsThe list of contained tokens.Methods in org.restlet.ext.rdf.internal.turtle that return types with arguments of type LexicalUnit Modifier and Type Method Description java.util.List<LexicalUnit>BlankNodeToken. getLexicalUnits()java.util.List<LexicalUnit>ListToken. getLexicalUnits()Methods in org.restlet.ext.rdf.internal.turtle with parameters of type LexicalUnit Modifier and Type Method Description private ReferenceRdfTurtleReader. getPredicate(LexicalUnit lexicalUnit)Returns the given lexical unit as a predicate.Method parameters in org.restlet.ext.rdf.internal.turtle with type arguments of type LexicalUnit Modifier and Type Method Description protected voidRdfTurtleReader. generateLinks(java.util.List<LexicalUnit> lexicalUnits)Loops over the given list of lexical units and generates the adequat calls to link* methods.
-