Uses of Class
eu.lod2.nlp2rdf.schema.topic.Topic

Packages that use Topic
eu.lod2.nlp2rdf.schema.str   
eu.lod2.nlp2rdf.schema.topic   
 

Uses of Topic in eu.lod2.nlp2rdf.schema.str
 

Methods in eu.lod2.nlp2rdf.schema.str that return Topic
 Topic Document.getDominatingTopic()
           
 Topic IDocument.getDominatingTopic()
           
 

Methods in eu.lod2.nlp2rdf.schema.str that return types with arguments of type Topic
 Iterator<Topic> Document.iterateTopic()
           
 Iterator<Topic> IDocument.iterateTopic()
           
 List<Topic> Document.listTopic()
           
 List<Topic> IDocument.listTopic()
           
 

Uses of Topic in eu.lod2.nlp2rdf.schema.topic
 

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

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

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



Copyright © 2011. All Rights Reserved.