Uses of Interface
de.fuberlin.wiwiss.d2rq.nodes.TypedNodeMaker.NodeType

Packages that use TypedNodeMaker.NodeType
de.fuberlin.wiwiss.d2rq.nodes Code that maps a set of database values into a set of RDF nodes. 
 

Uses of TypedNodeMaker.NodeType in de.fuberlin.wiwiss.d2rq.nodes
 

Fields in de.fuberlin.wiwiss.d2rq.nodes declared as TypedNodeMaker.NodeType
static TypedNodeMaker.NodeType TypedNodeMaker.BLANK
           
static TypedNodeMaker.NodeType TypedNodeMaker.PLAIN_LITERAL
           
static TypedNodeMaker.NodeType TypedNodeMaker.URI
           
 

Methods in de.fuberlin.wiwiss.d2rq.nodes that return TypedNodeMaker.NodeType
static TypedNodeMaker.NodeType TypedNodeMaker.languageLiteral(String language)
           
static TypedNodeMaker.NodeType TypedNodeMaker.typedLiteral(RDFDatatype datatype)
           
 

Constructors in de.fuberlin.wiwiss.d2rq.nodes with parameters of type TypedNodeMaker.NodeType
TypedNodeMaker(TypedNodeMaker.NodeType nodeType, ValueMaker valueMaker, boolean isUnique)