eu.lod2.nlp2rdf.schema.topic
Interface ITopic

All Superinterfaces:
com.hp.hpl.jena.graph.FrontsNode, com.hp.hpl.jena.ontology.Individual, IThing, com.hp.hpl.jena.ontology.OntResource, com.hp.hpl.jena.rdf.model.RDFNode, com.hp.hpl.jena.rdf.model.Resource
All Known Implementing Classes:
Topic

public interface ITopic
extends com.hp.hpl.jena.ontology.Individual, IThing

Interface http://nlp2rdf.lod2.eu/schema/topic/Topic


Method Summary
 void addAllCharacterticLemma(List<String> stringList)
           
 void addAllOccursIn(List<? extends IDocument> documentList)
           
 void addCharacterticLemma(String stringValue)
           
 void addOccursIn(IDocument documentValue)
           
 int countCharacterticLemma()
           
 int countOccursIn()
           
 boolean existsCharacterticLemma()
          Domain property CharacterticLemma with uri http://nlp2rdf.lod2.eu/schema/topic/characteristicLemma
 boolean existsOccursIn()
          Domain property OccursIn with uri http://nlp2rdf.lod2.eu/schema/topic/occursIn
 boolean hasCharacterticLemma(String stringValue)
           
 boolean hasOccursIn(IDocument documentValue)
           
 Iterator<String> iterateCharacterticLemma()
           
 Iterator<Document> iterateOccursIn()
           
 List<String> listCharacterticLemma()
           
 List<Document> listOccursIn()
           
 void removeAllCharacterticLemma()
           
 void removeAllOccursIn()
           
 void removeCharacterticLemma(String stringValue)
           
 void removeOccursIn(IDocument documentValue)
           
 
Methods inherited from interface com.hp.hpl.jena.ontology.Individual
addOntClass, getOntClass, getOntClass, hasOntClass, hasOntClass, hasOntClass, listOntClasses, removeOntClass, setOntClass
 
Methods inherited from interface com.hp.hpl.jena.ontology.OntResource
addComment, addComment, addDifferentFrom, addIsDefinedBy, addLabel, addLabel, addRDFType, addSameAs, addSeeAlso, addVersionInfo, asAllDifferent, asAnnotationProperty, asClass, asDataRange, asDatatypeProperty, asIndividual, asObjectProperty, asOntology, asProperty, getCardinality, getComment, getDifferentFrom, getIsDefinedBy, getLabel, getOntModel, getProfile, getPropertyValue, getRDFType, getRDFType, getSameAs, getSeeAlso, getVersionInfo, hasComment, hasComment, hasLabel, hasLabel, hasRDFType, hasRDFType, hasRDFType, hasSeeAlso, hasVersionInfo, isAllDifferent, isAnnotationProperty, isClass, isDataRange, isDatatypeProperty, isDefinedBy, isDifferentFrom, isIndividual, isObjectProperty, isOntLanguageTerm, isOntology, isProperty, isSameAs, listComments, listDifferentFrom, listIsDefinedBy, listLabels, listPropertyValues, listRDFTypes, listSameAs, listSeeAlso, listVersionInfo, remove, removeComment, removeComment, removeDefinedBy, removeDifferentFrom, removeLabel, removeLabel, removeProperty, removeRDFType, removeSameAs, removeSeeAlso, removeVersionInfo, setComment, setDifferentFrom, setIsDefinedBy, setLabel, setPropertyValue, setRDFType, setSameAs, setSeeAlso, setVersionInfo
 
Methods inherited from interface com.hp.hpl.jena.rdf.model.Resource
abort, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addProperty, addProperty, addProperty, addProperty, begin, commit, equals, getId, getLocalName, getNameSpace, getProperty, getPropertyResourceValue, getRequiredProperty, getURI, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasProperty, hasProperty, hasProperty, hasProperty, hasURI, inModel, listProperties, listProperties, removeAll, removeProperties, toString
 
Methods inherited from interface com.hp.hpl.jena.rdf.model.RDFNode
as, asLiteral, asResource, canAs, getModel, isAnon, isLiteral, isResource, isURIResource, visitWith
 
Methods inherited from interface com.hp.hpl.jena.graph.FrontsNode
asNode
 

Method Detail

existsOccursIn

boolean existsOccursIn()
Domain property OccursIn with uri http://nlp2rdf.lod2.eu/schema/topic/occursIn


hasOccursIn

boolean hasOccursIn(IDocument documentValue)

countOccursIn

int countOccursIn()

iterateOccursIn

Iterator<Document> iterateOccursIn()

listOccursIn

List<Document> listOccursIn()

addOccursIn

void addOccursIn(IDocument documentValue)

addAllOccursIn

void addAllOccursIn(List<? extends IDocument> documentList)

removeOccursIn

void removeOccursIn(IDocument documentValue)

removeAllOccursIn

void removeAllOccursIn()

existsCharacterticLemma

boolean existsCharacterticLemma()
Domain property CharacterticLemma with uri http://nlp2rdf.lod2.eu/schema/topic/characteristicLemma


hasCharacterticLemma

boolean hasCharacterticLemma(String stringValue)

countCharacterticLemma

int countCharacterticLemma()

iterateCharacterticLemma

Iterator<String> iterateCharacterticLemma()

listCharacterticLemma

List<String> listCharacterticLemma()

addCharacterticLemma

void addCharacterticLemma(String stringValue)

addAllCharacterticLemma

void addAllCharacterticLemma(List<String> stringList)

removeCharacterticLemma

void removeCharacterticLemma(String stringValue)

removeAllCharacterticLemma

void removeAllCharacterticLemma()


Copyright © 2011. All Rights Reserved.