Uses of Class
eu.lod2.nlp2rdf.schema.sso.Sentence

Packages that use Sentence
eu.lod2.nlp2rdf.schema.sso   
 

Uses of Sentence in eu.lod2.nlp2rdf.schema.sso
 

Fields in eu.lod2.nlp2rdf.schema.sso with type parameters of type Sentence
static com.hp.hpl.jena.util.iterator.Map1<com.hp.hpl.jena.ontology.Individual,Sentence> Sentence.individualMapper
           
static com.hp.hpl.jena.util.iterator.Map1<com.hp.hpl.jena.rdf.model.RDFNode,Sentence> Sentence.nodeMapper
           
static com.hp.hpl.jena.util.iterator.Filter<Sentence> Sentence.nullFilter
          Filtering support for Sentence
static com.hp.hpl.jena.util.iterator.Map1<com.hp.hpl.jena.rdf.model.Statement,Sentence> Sentence.statementMapper
           
 

Methods in eu.lod2.nlp2rdf.schema.sso that return Sentence
static Sentence Sentence.create()
           
static Sentence Sentence.create(com.hp.hpl.jena.ontology.OntModel ontModel)
           
static Sentence Sentence.create(String uri)
           
static Sentence Sentence.create(String uri, com.hp.hpl.jena.ontology.OntModel ontModel)
           
static Sentence Sentence.get(String uri)
           
static Sentence Sentence.get(String uri, com.hp.hpl.jena.ontology.OntModel ontModel)
          Static Functions for instance handling
 Sentence Sentence.getNextSentence()
           
 Sentence ISentence.getNextSentence()
           
 Sentence Sentence.getPreviousSentence()
           
 Sentence ISentence.getPreviousSentence()
           
 Sentence IStopWord.getSentence()
           
 Sentence StopWord.getSentence()
           
 Sentence IWord.getSentence()
           
 Sentence Word.getSentence()
           
 

Methods in eu.lod2.nlp2rdf.schema.sso that return types with arguments of type Sentence
static Iterator<Sentence> Sentence.iterate()
           
static Iterator<Sentence> Sentence.iterate(boolean direct)
           
static Iterator<Sentence> Sentence.iterate(boolean direct, com.hp.hpl.jena.ontology.OntModel ontModel)
           
static Iterator<Sentence> Sentence.iterate(com.hp.hpl.jena.ontology.OntModel ontModel)
           
 Iterator<Sentence> Sentence.iteratePreviousSentenceTrans()
           
 Iterator<Sentence> ISentence.iteratePreviousSentenceTrans()
           
static List<Sentence> Sentence.list()
           
static List<Sentence> Sentence.list(boolean direct)
           
static List<Sentence> Sentence.list(boolean direct, com.hp.hpl.jena.ontology.OntModel ontModel)
           
static List<Sentence> Sentence.list(com.hp.hpl.jena.ontology.OntModel ontModel)
           
 List<Sentence> Sentence.listPreviousSentenceTrans()
           
 List<Sentence> ISentence.listPreviousSentenceTrans()
           
static
<From> com.hp.hpl.jena.util.iterator.Map1<From,Sentence>
Sentence.mapperFrom(Class<From> from)
          Mapping support for Sentence
 



Copyright © 2011. All Rights Reserved.