eu.lod2.nlp2rdf.schema.sso
Interface ISentence

All Superinterfaces:
com.hp.hpl.jena.graph.FrontsNode, com.hp.hpl.jena.ontology.Individual, IString, 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:
Sentence

public interface ISentence
extends com.hp.hpl.jena.ontology.Individual, IString

Interface http://nlp2rdf.lod2.eu/schema/sso/Sentence


Method Summary
 void addAllBeginIndex(List<String> stringList)
           
 void addAllEndIndex(List<String> stringList)
           
 void addAllLeftContext(List<String> stringList)
           
 void addAllPreviousSentenceTrans(List<? extends ISentence> sentenceList)
           
 void addAllRightContext(List<String> stringList)
           
 void addAllSubString(List<? extends IString> stringList)
           
 void addAllSubStringTrans(List<? extends IString> stringList)
           
 void addAllSuperString(List<? extends IString> stringList)
           
 void addAllSuperStringTrans(List<? extends IString> stringList)
           
 void addAllWord(List<? extends IWord> wordList)
           
 void addBeginIndex(String stringValue)
           
 void addEndIndex(String stringValue)
           
 void addLeftContext(String stringValue)
           
 void addPreviousSentenceTrans(ISentence sentenceValue)
           
 void addRightContext(String stringValue)
           
 void addSubString(IString stringValue)
           
 void addSubStringTrans(IString stringValue)
           
 void addSuperString(IString stringValue)
           
 void addSuperStringTrans(IString stringValue)
           
 void addWord(IWord wordValue)
           
 int countBeginIndex()
           
 int countEndIndex()
           
 int countLeftContext()
           
 int countPreviousSentenceTrans()
           
 int countRightContext()
           
 int countSubString()
           
 int countSubStringTrans()
           
 int countSuperString()
           
 int countSuperStringTrans()
           
 int countWord()
           
 boolean existsAnchorOf()
          Domain property AnchorOf with uri http://nlp2rdf.lod2.eu/schema/string/anchorOf
 boolean existsBeginIndex()
          Domain property BeginIndex with uri http://nlp2rdf.lod2.eu/schema/string/beginIndex
 boolean existsEndIndex()
          Domain property EndIndex with uri http://nlp2rdf.lod2.eu/schema/string/endIndex
 boolean existsFirstWord()
          Domain property FirstWord with uri http://nlp2rdf.lod2.eu/schema/sso/firstWord
 boolean existsLastWord()
          Domain property LastWord with uri http://nlp2rdf.lod2.eu/schema/sso/lastWord
 boolean existsLeftContext()
          Domain property LeftContext with uri http://nlp2rdf.lod2.eu/schema/string/leftContext
 boolean existsNextSentence()
          Domain property NextSentence with uri http://nlp2rdf.lod2.eu/schema/sso/nextSentence
 boolean existsPreviousSentence()
          Domain property PreviousSentence with uri http://nlp2rdf.lod2.eu/schema/sso/previousSentence
 boolean existsPreviousSentenceTrans()
          Domain property PreviousSentenceTrans with uri http://nlp2rdf.lod2.eu/schema/sso/previousSentenceTrans
 boolean existsRightContext()
          Domain property RightContext with uri http://nlp2rdf.lod2.eu/schema/string/rightContext
 boolean existsSubString()
          Domain property SubString with uri http://nlp2rdf.lod2.eu/schema/string/subString
 boolean existsSubStringTrans()
          Domain property SubStringTrans with uri http://nlp2rdf.lod2.eu/schema/string/subStringTrans
 boolean existsSuperString()
          Domain property SuperString with uri http://nlp2rdf.lod2.eu/schema/string/superString
 boolean existsSuperStringTrans()
          Domain property SuperStringTrans with uri http://nlp2rdf.lod2.eu/schema/string/superStringTrans
 boolean existsWord()
          Domain property Word with uri http://nlp2rdf.lod2.eu/schema/sso/word
 String getAnchorOf()
           
 Word getFirstWord()
           
 Word getLastWord()
           
 Sentence getNextSentence()
           
 Sentence getPreviousSentence()
           
 boolean hasAnchorOf(String stringValue)
           
 boolean hasBeginIndex(String stringValue)
           
 boolean hasEndIndex(String stringValue)
           
 boolean hasFirstWord(IWord wordValue)
           
 boolean hasLastWord(IWord wordValue)
           
 boolean hasLeftContext(String stringValue)
           
 boolean hasNextSentence(ISentence sentenceValue)
           
 boolean hasPreviousSentence(ISentence sentenceValue)
           
 boolean hasPreviousSentenceTrans(ISentence sentenceValue)
           
 boolean hasRightContext(String stringValue)
           
 boolean hasSubString(IString stringValue)
           
 boolean hasSubStringTrans(IString stringValue)
           
 boolean hasSuperString(IString stringValue)
           
 boolean hasSuperStringTrans(IString stringValue)
           
 boolean hasWord(IWord wordValue)
           
 Iterator<String> iterateBeginIndex()
           
 Iterator<String> iterateEndIndex()
           
 Iterator<String> iterateLeftContext()
           
 Iterator<Sentence> iteratePreviousSentenceTrans()
           
 Iterator<String> iterateRightContext()
           
 Iterator<String> iterateSubString()
           
 Iterator<String> iterateSubStringTrans()
           
 Iterator<String> iterateSuperString()
           
 Iterator<String> iterateSuperStringTrans()
           
 Iterator<Word> iterateWord()
           
 List<String> listBeginIndex()
           
 List<String> listEndIndex()
           
 List<String> listLeftContext()
           
 List<Sentence> listPreviousSentenceTrans()
           
 List<String> listRightContext()
           
 List<String> listSubString()
           
 List<String> listSubStringTrans()
           
 List<String> listSuperString()
           
 List<String> listSuperStringTrans()
           
 List<Word> listWord()
           
 void removeAllBeginIndex()
           
 void removeAllEndIndex()
           
 void removeAllLeftContext()
           
 void removeAllPreviousSentenceTrans()
           
 void removeAllRightContext()
           
 void removeAllSubString()
           
 void removeAllSubStringTrans()
           
 void removeAllSuperString()
           
 void removeAllSuperStringTrans()
           
 void removeAllWord()
           
 void removeAnchorOf()
           
 void removeBeginIndex(String stringValue)
           
 void removeEndIndex(String stringValue)
           
 void removeFirstWord()
           
 void removeLastWord()
           
 void removeLeftContext(String stringValue)
           
 void removeNextSentence()
           
 void removePreviousSentence()
           
 void removePreviousSentenceTrans(ISentence sentenceValue)
           
 void removeRightContext(String stringValue)
           
 void removeSubString(IString stringValue)
           
 void removeSubStringTrans(IString stringValue)
           
 void removeSuperString(IString stringValue)
           
 void removeSuperStringTrans(IString stringValue)
           
 void removeWord(IWord wordValue)
           
 void setAnchorOf(String stringValue)
           
 void setFirstWord(IWord wordValue)
           
 void setLastWord(IWord wordValue)
           
 void setNextSentence(ISentence sentenceValue)
           
 void setPreviousSentence(ISentence sentenceValue)
           
 
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

existsPreviousSentence

boolean existsPreviousSentence()
Domain property PreviousSentence with uri http://nlp2rdf.lod2.eu/schema/sso/previousSentence


hasPreviousSentence

boolean hasPreviousSentence(ISentence sentenceValue)

getPreviousSentence

Sentence getPreviousSentence()

setPreviousSentence

void setPreviousSentence(ISentence sentenceValue)

removePreviousSentence

void removePreviousSentence()

existsNextSentence

boolean existsNextSentence()
Domain property NextSentence with uri http://nlp2rdf.lod2.eu/schema/sso/nextSentence


hasNextSentence

boolean hasNextSentence(ISentence sentenceValue)

getNextSentence

Sentence getNextSentence()

setNextSentence

void setNextSentence(ISentence sentenceValue)

removeNextSentence

void removeNextSentence()

existsWord

boolean existsWord()
Domain property Word with uri http://nlp2rdf.lod2.eu/schema/sso/word


hasWord

boolean hasWord(IWord wordValue)

countWord

int countWord()

iterateWord

Iterator<Word> iterateWord()

listWord

List<Word> listWord()

addWord

void addWord(IWord wordValue)

addAllWord

void addAllWord(List<? extends IWord> wordList)

removeWord

void removeWord(IWord wordValue)

removeAllWord

void removeAllWord()

existsFirstWord

boolean existsFirstWord()
Domain property FirstWord with uri http://nlp2rdf.lod2.eu/schema/sso/firstWord


hasFirstWord

boolean hasFirstWord(IWord wordValue)

getFirstWord

Word getFirstWord()

setFirstWord

void setFirstWord(IWord wordValue)

removeFirstWord

void removeFirstWord()

existsLastWord

boolean existsLastWord()
Domain property LastWord with uri http://nlp2rdf.lod2.eu/schema/sso/lastWord


hasLastWord

boolean hasLastWord(IWord wordValue)

getLastWord

Word getLastWord()

setLastWord

void setLastWord(IWord wordValue)

removeLastWord

void removeLastWord()

existsPreviousSentenceTrans

boolean existsPreviousSentenceTrans()
Domain property PreviousSentenceTrans with uri http://nlp2rdf.lod2.eu/schema/sso/previousSentenceTrans


hasPreviousSentenceTrans

boolean hasPreviousSentenceTrans(ISentence sentenceValue)

countPreviousSentenceTrans

int countPreviousSentenceTrans()

iteratePreviousSentenceTrans

Iterator<Sentence> iteratePreviousSentenceTrans()

listPreviousSentenceTrans

List<Sentence> listPreviousSentenceTrans()

addPreviousSentenceTrans

void addPreviousSentenceTrans(ISentence sentenceValue)

addAllPreviousSentenceTrans

void addAllPreviousSentenceTrans(List<? extends ISentence> sentenceList)

removePreviousSentenceTrans

void removePreviousSentenceTrans(ISentence sentenceValue)

removeAllPreviousSentenceTrans

void removeAllPreviousSentenceTrans()

existsSuperString

boolean existsSuperString()
Domain property SuperString with uri http://nlp2rdf.lod2.eu/schema/string/superString

Specified by:
existsSuperString in interface IString

hasSuperString

boolean hasSuperString(IString stringValue)
Specified by:
hasSuperString in interface IString

countSuperString

int countSuperString()
Specified by:
countSuperString in interface IString

iterateSuperString

Iterator<String> iterateSuperString()
Specified by:
iterateSuperString in interface IString

listSuperString

List<String> listSuperString()
Specified by:
listSuperString in interface IString

addSuperString

void addSuperString(IString stringValue)
Specified by:
addSuperString in interface IString

addAllSuperString

void addAllSuperString(List<? extends IString> stringList)
Specified by:
addAllSuperString in interface IString

removeSuperString

void removeSuperString(IString stringValue)
Specified by:
removeSuperString in interface IString

removeAllSuperString

void removeAllSuperString()
Specified by:
removeAllSuperString in interface IString

existsSubString

boolean existsSubString()
Domain property SubString with uri http://nlp2rdf.lod2.eu/schema/string/subString

Specified by:
existsSubString in interface IString

hasSubString

boolean hasSubString(IString stringValue)
Specified by:
hasSubString in interface IString

countSubString

int countSubString()
Specified by:
countSubString in interface IString

iterateSubString

Iterator<String> iterateSubString()
Specified by:
iterateSubString in interface IString

listSubString

List<String> listSubString()
Specified by:
listSubString in interface IString

addSubString

void addSubString(IString stringValue)
Specified by:
addSubString in interface IString

addAllSubString

void addAllSubString(List<? extends IString> stringList)
Specified by:
addAllSubString in interface IString

removeSubString

void removeSubString(IString stringValue)
Specified by:
removeSubString in interface IString

removeAllSubString

void removeAllSubString()
Specified by:
removeAllSubString in interface IString

existsSuperStringTrans

boolean existsSuperStringTrans()
Domain property SuperStringTrans with uri http://nlp2rdf.lod2.eu/schema/string/superStringTrans

Specified by:
existsSuperStringTrans in interface IString

hasSuperStringTrans

boolean hasSuperStringTrans(IString stringValue)
Specified by:
hasSuperStringTrans in interface IString

countSuperStringTrans

int countSuperStringTrans()
Specified by:
countSuperStringTrans in interface IString

iterateSuperStringTrans

Iterator<String> iterateSuperStringTrans()
Specified by:
iterateSuperStringTrans in interface IString

listSuperStringTrans

List<String> listSuperStringTrans()
Specified by:
listSuperStringTrans in interface IString

addSuperStringTrans

void addSuperStringTrans(IString stringValue)
Specified by:
addSuperStringTrans in interface IString

addAllSuperStringTrans

void addAllSuperStringTrans(List<? extends IString> stringList)
Specified by:
addAllSuperStringTrans in interface IString

removeSuperStringTrans

void removeSuperStringTrans(IString stringValue)
Specified by:
removeSuperStringTrans in interface IString

removeAllSuperStringTrans

void removeAllSuperStringTrans()
Specified by:
removeAllSuperStringTrans in interface IString

existsSubStringTrans

boolean existsSubStringTrans()
Domain property SubStringTrans with uri http://nlp2rdf.lod2.eu/schema/string/subStringTrans

Specified by:
existsSubStringTrans in interface IString

hasSubStringTrans

boolean hasSubStringTrans(IString stringValue)
Specified by:
hasSubStringTrans in interface IString

countSubStringTrans

int countSubStringTrans()
Specified by:
countSubStringTrans in interface IString

iterateSubStringTrans

Iterator<String> iterateSubStringTrans()
Specified by:
iterateSubStringTrans in interface IString

listSubStringTrans

List<String> listSubStringTrans()
Specified by:
listSubStringTrans in interface IString

addSubStringTrans

void addSubStringTrans(IString stringValue)
Specified by:
addSubStringTrans in interface IString

addAllSubStringTrans

void addAllSubStringTrans(List<? extends IString> stringList)
Specified by:
addAllSubStringTrans in interface IString

removeSubStringTrans

void removeSubStringTrans(IString stringValue)
Specified by:
removeSubStringTrans in interface IString

removeAllSubStringTrans

void removeAllSubStringTrans()
Specified by:
removeAllSubStringTrans in interface IString

existsAnchorOf

boolean existsAnchorOf()
Domain property AnchorOf with uri http://nlp2rdf.lod2.eu/schema/string/anchorOf

Specified by:
existsAnchorOf in interface IString

hasAnchorOf

boolean hasAnchorOf(String stringValue)
Specified by:
hasAnchorOf in interface IString

getAnchorOf

String getAnchorOf()
Specified by:
getAnchorOf in interface IString

setAnchorOf

void setAnchorOf(String stringValue)
Specified by:
setAnchorOf in interface IString

removeAnchorOf

void removeAnchorOf()
Specified by:
removeAnchorOf in interface IString

existsEndIndex

boolean existsEndIndex()
Domain property EndIndex with uri http://nlp2rdf.lod2.eu/schema/string/endIndex

Specified by:
existsEndIndex in interface IString

hasEndIndex

boolean hasEndIndex(String stringValue)
Specified by:
hasEndIndex in interface IString

countEndIndex

int countEndIndex()
Specified by:
countEndIndex in interface IString

iterateEndIndex

Iterator<String> iterateEndIndex()
Specified by:
iterateEndIndex in interface IString

listEndIndex

List<String> listEndIndex()
Specified by:
listEndIndex in interface IString

addEndIndex

void addEndIndex(String stringValue)
Specified by:
addEndIndex in interface IString

addAllEndIndex

void addAllEndIndex(List<String> stringList)
Specified by:
addAllEndIndex in interface IString

removeEndIndex

void removeEndIndex(String stringValue)
Specified by:
removeEndIndex in interface IString

removeAllEndIndex

void removeAllEndIndex()
Specified by:
removeAllEndIndex in interface IString

existsBeginIndex

boolean existsBeginIndex()
Domain property BeginIndex with uri http://nlp2rdf.lod2.eu/schema/string/beginIndex

Specified by:
existsBeginIndex in interface IString

hasBeginIndex

boolean hasBeginIndex(String stringValue)
Specified by:
hasBeginIndex in interface IString

countBeginIndex

int countBeginIndex()
Specified by:
countBeginIndex in interface IString

iterateBeginIndex

Iterator<String> iterateBeginIndex()
Specified by:
iterateBeginIndex in interface IString

listBeginIndex

List<String> listBeginIndex()
Specified by:
listBeginIndex in interface IString

addBeginIndex

void addBeginIndex(String stringValue)
Specified by:
addBeginIndex in interface IString

addAllBeginIndex

void addAllBeginIndex(List<String> stringList)
Specified by:
addAllBeginIndex in interface IString

removeBeginIndex

void removeBeginIndex(String stringValue)
Specified by:
removeBeginIndex in interface IString

removeAllBeginIndex

void removeAllBeginIndex()
Specified by:
removeAllBeginIndex in interface IString

existsRightContext

boolean existsRightContext()
Domain property RightContext with uri http://nlp2rdf.lod2.eu/schema/string/rightContext

Specified by:
existsRightContext in interface IString

hasRightContext

boolean hasRightContext(String stringValue)
Specified by:
hasRightContext in interface IString

countRightContext

int countRightContext()
Specified by:
countRightContext in interface IString

iterateRightContext

Iterator<String> iterateRightContext()
Specified by:
iterateRightContext in interface IString

listRightContext

List<String> listRightContext()
Specified by:
listRightContext in interface IString

addRightContext

void addRightContext(String stringValue)
Specified by:
addRightContext in interface IString

addAllRightContext

void addAllRightContext(List<String> stringList)
Specified by:
addAllRightContext in interface IString

removeRightContext

void removeRightContext(String stringValue)
Specified by:
removeRightContext in interface IString

removeAllRightContext

void removeAllRightContext()
Specified by:
removeAllRightContext in interface IString

existsLeftContext

boolean existsLeftContext()
Domain property LeftContext with uri http://nlp2rdf.lod2.eu/schema/string/leftContext

Specified by:
existsLeftContext in interface IString

hasLeftContext

boolean hasLeftContext(String stringValue)
Specified by:
hasLeftContext in interface IString

countLeftContext

int countLeftContext()
Specified by:
countLeftContext in interface IString

iterateLeftContext

Iterator<String> iterateLeftContext()
Specified by:
iterateLeftContext in interface IString

listLeftContext

List<String> listLeftContext()
Specified by:
listLeftContext in interface IString

addLeftContext

void addLeftContext(String stringValue)
Specified by:
addLeftContext in interface IString

addAllLeftContext

void addAllLeftContext(List<String> stringList)
Specified by:
addAllLeftContext in interface IString

removeLeftContext

void removeLeftContext(String stringValue)
Specified by:
removeLeftContext in interface IString

removeAllLeftContext

void removeAllLeftContext()
Specified by:
removeAllLeftContext in interface IString


Copyright © 2011. All Rights Reserved.