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

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

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

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

Methods in eu.lod2.nlp2rdf.schema.sso that return StopWord
static StopWord StopWord.create()
           
static StopWord StopWord.create(com.hp.hpl.jena.ontology.OntModel ontModel)
           
static StopWord StopWord.create(String uri)
           
static StopWord StopWord.create(String uri, com.hp.hpl.jena.ontology.OntModel ontModel)
           
static StopWord StopWord.get(String uri)
           
static StopWord StopWord.get(String uri, com.hp.hpl.jena.ontology.OntModel ontModel)
          Static Functions for instance handling
 

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



Copyright © 2011. All Rights Reserved.