A C E G H L M O R S T V 

A

add(String, Object) - Method in class org.apache.stanbol.entityhub.model.sesame.RdfRepresentation
 
addNaturalText(String, String, String...) - Method in class org.apache.stanbol.entityhub.model.sesame.RdfRepresentation
 
addReference(String, String) - Method in class org.apache.stanbol.entityhub.model.sesame.RdfRepresentation
 

C

createRdfRepresentation(URI) - Method in class org.apache.stanbol.entityhub.model.sesame.RdfValueFactory
Creates a RdfRepresentation for the parsed URI
createReference(Object) - Method in class org.apache.stanbol.entityhub.model.sesame.RdfValueFactory
 
createRepresentation(String) - Method in class org.apache.stanbol.entityhub.model.sesame.RdfValueFactory
 
createText(Object) - Method in class org.apache.stanbol.entityhub.model.sesame.RdfValueFactory
 
createText(String, String) - Method in class org.apache.stanbol.entityhub.model.sesame.RdfValueFactory
 

E

equals(Object) - Method in class org.apache.stanbol.entityhub.model.sesame.RdfBNode
 
equals(Object) - Method in class org.apache.stanbol.entityhub.model.sesame.RdfReference
 
equals(Object) - Method in class org.apache.stanbol.entityhub.model.sesame.RdfRepresentation
 
equals(Object) - Method in class org.apache.stanbol.entityhub.model.sesame.RdfText
 

G

get(String) - Method in class org.apache.stanbol.entityhub.model.sesame.RdfRepresentation
 
get(String, Class<T>) - Method in class org.apache.stanbol.entityhub.model.sesame.RdfRepresentation
 
get(String, String...) - Method in class org.apache.stanbol.entityhub.model.sesame.RdfRepresentation
 
getFieldNames() - Method in class org.apache.stanbol.entityhub.model.sesame.RdfRepresentation
 
getFirst(String) - Method in class org.apache.stanbol.entityhub.model.sesame.RdfRepresentation
 
getFirst(String, Class<T>) - Method in class org.apache.stanbol.entityhub.model.sesame.RdfRepresentation
 
getFirst(String, String...) - Method in class org.apache.stanbol.entityhub.model.sesame.RdfRepresentation
 
getFirstReference(String) - Method in class org.apache.stanbol.entityhub.model.sesame.RdfRepresentation
 
getId() - Method in class org.apache.stanbol.entityhub.model.sesame.RdfRepresentation
 
getInstance() - Static method in class org.apache.stanbol.entityhub.model.sesame.RdfValueFactory
The default instance of this Factory.
getLanguage() - Method in class org.apache.stanbol.entityhub.model.sesame.RdfText
 
getLiteral() - Method in class org.apache.stanbol.entityhub.model.sesame.RdfText
The wrapped Sesame Literal
getModel() - Method in class org.apache.stanbol.entityhub.model.sesame.RdfRepresentation
Getter for the Model used by this Representation Note that this model might also contain triples with other subjects as the one used by this representation.
getReference() - Method in class org.apache.stanbol.entityhub.model.sesame.RdfBNode
 
getReference() - Method in class org.apache.stanbol.entityhub.model.sesame.RdfReference
 
getReferences(String) - Method in class org.apache.stanbol.entityhub.model.sesame.RdfRepresentation
 
getSesameFactory() - Method in class org.apache.stanbol.entityhub.model.sesame.RdfValueFactory
Getter for the Sesame ValueFactory used by this Entityhub ValueFactory.
getText(String) - Method in class org.apache.stanbol.entityhub.model.sesame.RdfRepresentation
 
getText() - Method in class org.apache.stanbol.entityhub.model.sesame.RdfText
 
getURI() - Method in class org.apache.stanbol.entityhub.model.sesame.RdfReference
The wrapped Sesame URI
getURI() - Method in class org.apache.stanbol.entityhub.model.sesame.RdfRepresentation
 
getValue() - Method in class org.apache.stanbol.entityhub.model.sesame.RdfBNode
 
getValue() - Method in class org.apache.stanbol.entityhub.model.sesame.RdfReference
 
getValue() - Method in class org.apache.stanbol.entityhub.model.sesame.RdfRepresentation
 
getValue() - Method in class org.apache.stanbol.entityhub.model.sesame.RdfText
 
getValue() - Method in interface org.apache.stanbol.entityhub.model.sesame.RdfWrapper
Getter for the wrapped Sesame Value

H

hashCode() - Method in class org.apache.stanbol.entityhub.model.sesame.RdfBNode
 
hashCode() - Method in class org.apache.stanbol.entityhub.model.sesame.RdfReference
 
hashCode() - Method in class org.apache.stanbol.entityhub.model.sesame.RdfRepresentation
 
hashCode() - Method in class org.apache.stanbol.entityhub.model.sesame.RdfText
 

L

log - Variable in class org.apache.stanbol.entityhub.model.sesame.RdfValueFactory
 

M

ModelUtils - Class in org.apache.stanbol.entityhub.model.sesame
Set of Transformers used to convert Sesame Values to Entityhub model instances.
ModelUtils() - Constructor for class org.apache.stanbol.entityhub.model.sesame.ModelUtils
 

O

objectTransFormer - Variable in class org.apache.stanbol.entityhub.model.sesame.RdfRepresentation
Emits Statement.getObject()
org.apache.stanbol.entityhub.model.sesame - package org.apache.stanbol.entityhub.model.sesame
 

R

RdfBNode - Class in org.apache.stanbol.entityhub.model.sesame
Internally used to handle BNodes.
RdfBNode(BNode) - Constructor for class org.apache.stanbol.entityhub.model.sesame.RdfBNode
 
RdfReference - Class in org.apache.stanbol.entityhub.model.sesame
A Reference implementation backed by a Sesame URI
RdfReference(URI) - Constructor for class org.apache.stanbol.entityhub.model.sesame.RdfReference
 
RdfRepresentation - Class in org.apache.stanbol.entityhub.model.sesame
A Representation implementation backed by a Sesame Model
RdfRepresentation(URI, Model, RdfValueFactory) - Constructor for class org.apache.stanbol.entityhub.model.sesame.RdfRepresentation
Creates a Representation for the parsed subject.
RdfText - Class in org.apache.stanbol.entityhub.model.sesame
A Text implementation backed by a Sesame Literal
RdfText(Literal) - Constructor for class org.apache.stanbol.entityhub.model.sesame.RdfText
 
RdfValueFactory - Class in org.apache.stanbol.entityhub.model.sesame
 
RdfValueFactory(Model, ValueFactory) - Constructor for class org.apache.stanbol.entityhub.model.sesame.RdfValueFactory
Create a RdfValueFactory that does use the same Model for all created Representations.
RdfWrapper - Interface in org.apache.stanbol.entityhub.model.sesame
Interface that allows access to the wrapped Sesame Value
remove(String, Object) - Method in class org.apache.stanbol.entityhub.model.sesame.RdfRepresentation
 
removeAll(String) - Method in class org.apache.stanbol.entityhub.model.sesame.RdfRepresentation
 
removeAllNaturalText(String, String...) - Method in class org.apache.stanbol.entityhub.model.sesame.RdfRepresentation
 
removeNaturalText(String, String, String...) - Method in class org.apache.stanbol.entityhub.model.sesame.RdfRepresentation
 
removeReference(String, String) - Method in class org.apache.stanbol.entityhub.model.sesame.RdfRepresentation
 

S

sesameFactory - Variable in class org.apache.stanbol.entityhub.model.sesame.RdfValueFactory
 
set(String, Object) - Method in class org.apache.stanbol.entityhub.model.sesame.RdfRepresentation
 
setNaturalText(String, String, String...) - Method in class org.apache.stanbol.entityhub.model.sesame.RdfRepresentation
 
setReference(String, String) - Method in class org.apache.stanbol.entityhub.model.sesame.RdfRepresentation
 
STRING_LITERAL_TO_TEXT_TRANSFORMER - Static variable in class org.apache.stanbol.entityhub.model.sesame.ModelUtils
Transforms typed literals with datatype XMLSchema.STRING to Text instances as required by some Representation methods.

T

toRdfRepresentation(Representation) - Method in class org.apache.stanbol.entityhub.model.sesame.RdfValueFactory
Converts any Representation implementation to a RdfRepresentation backed by a Sesame Model.
toString() - Method in class org.apache.stanbol.entityhub.model.sesame.RdfBNode
 
toString() - Method in class org.apache.stanbol.entityhub.model.sesame.RdfReference
 
toString() - Method in class org.apache.stanbol.entityhub.model.sesame.RdfRepresentation
 
toString() - Method in class org.apache.stanbol.entityhub.model.sesame.RdfText
 

V

VALUE_TRANSFORMER - Static variable in class org.apache.stanbol.entityhub.model.sesame.ModelUtils
A Value to Object transformer intended to be used for IteratorUtils.transformedIterator(Iterator, Transformer) to convert
VALUR_TO_STRING_TRANSFORMER - Static variable in class org.apache.stanbol.entityhub.model.sesame.ModelUtils
Transforms Sesmae Values to String Emits Value.stringValue()
A C E G H L M O R S T V 

Copyright © 2013-2014 The Apache Software Foundation. All Rights Reserved.