eu.lod2.nlp2rdf.schema.sso
Interface IStopWord

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

public interface IStopWord
extends com.hp.hpl.jena.ontology.Individual, IWord

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


Method Summary
 void addAllBeginIndex(List<String> stringList)
           
 void addAllEndIndex(List<String> stringList)
           
 void addAllLeftContext(List<String> stringList)
           
 void addAllLemma(List<String> stringList)
           
 void addAllNextSentenceTrans(List<? extends IWord> wordList)
           
 void addAllNextWordTrans(List<? extends IWord> wordList)
           
 void addAllOliaLink(List<? extends IThing> thingList)
           
 void addAllPosTag(List<String> stringList)
           
 void addAllPreviousWordTrans(List<? extends IWord> wordList)
           
 void addAllRightContext(List<String> stringList)
           
 void addAllStem(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 addBeginIndex(String stringValue)
           
 void addEndIndex(String stringValue)
           
 void addLeftContext(String stringValue)
           
 void addLemma(String stringValue)
           
 void addNextSentenceTrans(IWord wordValue)
           
 void addNextWordTrans(IWord wordValue)
           
 void addOliaLink(IThing thingValue)
           
 void addPosTag(String stringValue)
           
 void addPreviousWordTrans(IWord wordValue)
           
 void addRightContext(String stringValue)
           
 void addStem(String stringValue)
           
 void addSubString(IString stringValue)
           
 void addSubStringTrans(IString stringValue)
           
 void addSuperString(IString stringValue)
           
 void addSuperStringTrans(IString stringValue)
           
 int countBeginIndex()
           
 int countEndIndex()
           
 int countLeftContext()
           
 int countLemma()
           
 int countNextSentenceTrans()
           
 int countNextWordTrans()
           
 int countOliaLink()
           
 int countPosTag()
           
 int countPreviousWordTrans()
           
 int countRightContext()
           
 int countStem()
           
 int countSubString()
           
 int countSubStringTrans()
           
 int countSuperString()
           
 int countSuperStringTrans()
           
 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 existsLeftContext()
          Domain property LeftContext with uri http://nlp2rdf.lod2.eu/schema/string/leftContext
 boolean existsLemma()
          Domain property Lemma with uri http://nlp2rdf.lod2.eu/schema/sso/lemma
 boolean existsNextSentenceTrans()
          Domain property NextSentenceTrans with uri http://nlp2rdf.lod2.eu/schema/sso/nextSentenceTrans
 boolean existsNextWord()
          Domain property NextWord with uri http://nlp2rdf.lod2.eu/schema/sso/nextWord
 boolean existsNextWordTrans()
          Domain property NextWordTrans with uri http://nlp2rdf.lod2.eu/schema/sso/nextWordTrans
 boolean existsOliaLink()
          Domain property OliaLink with uri http://nlp2rdf.lod2.eu/schema/sso/oliaLink
 boolean existsPosTag()
          Domain property PosTag with uri http://nlp2rdf.lod2.eu/schema/sso/posTag
 boolean existsPreviousWord()
          Domain property PreviousWord with uri http://nlp2rdf.lod2.eu/schema/sso/previousWord
 boolean existsPreviousWordTrans()
          Domain property PreviousWordTrans with uri http://nlp2rdf.lod2.eu/schema/sso/previousWordTrans
 boolean existsRightContext()
          Domain property RightContext with uri http://nlp2rdf.lod2.eu/schema/string/rightContext
 boolean existsSentence()
          Domain property Sentence with uri http://nlp2rdf.lod2.eu/schema/sso/sentence
 boolean existsStem()
          Domain property Stem with uri http://nlp2rdf.lod2.eu/schema/sso/stem
 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
 String getAnchorOf()
           
 Word getNextWord()
           
 Word getPreviousWord()
           
 Sentence getSentence()
           
 boolean hasAnchorOf(String stringValue)
           
 boolean hasBeginIndex(String stringValue)
           
 boolean hasEndIndex(String stringValue)
           
 boolean hasLeftContext(String stringValue)
           
 boolean hasLemma(String stringValue)
           
 boolean hasNextSentenceTrans(IWord wordValue)
           
 boolean hasNextWord(IWord wordValue)
           
 boolean hasNextWordTrans(IWord wordValue)
           
 boolean hasOliaLink(IThing thingValue)
           
 boolean hasPosTag(String stringValue)
           
 boolean hasPreviousWord(IWord wordValue)
           
 boolean hasPreviousWordTrans(IWord wordValue)
           
 boolean hasRightContext(String stringValue)
           
 boolean hasSentence(ISentence sentenceValue)
           
 boolean hasStem(String stringValue)
           
 boolean hasSubString(IString stringValue)
           
 boolean hasSubStringTrans(IString stringValue)
           
 boolean hasSuperString(IString stringValue)
           
 boolean hasSuperStringTrans(IString stringValue)
           
 Iterator<String> iterateBeginIndex()
           
 Iterator<String> iterateEndIndex()
           
 Iterator<String> iterateLeftContext()
           
 Iterator<String> iterateLemma()
           
 Iterator<Word> iterateNextSentenceTrans()
           
 Iterator<Word> iterateNextWordTrans()
           
 Iterator<Thing> iterateOliaLink()
           
 Iterator<String> iteratePosTag()
           
 Iterator<Word> iteratePreviousWordTrans()
           
 Iterator<String> iterateRightContext()
           
 Iterator<String> iterateStem()
           
 Iterator<String> iterateSubString()
           
 Iterator<String> iterateSubStringTrans()
           
 Iterator<String> iterateSuperString()
           
 Iterator<String> iterateSuperStringTrans()
           
 List<String> listBeginIndex()
           
 List<String> listEndIndex()
           
 List<String> listLeftContext()
           
 List<String> listLemma()
           
 List<Word> listNextSentenceTrans()
           
 List<Word> listNextWordTrans()
           
 List<Thing> listOliaLink()
           
 List<String> listPosTag()
           
 List<Word> listPreviousWordTrans()
           
 List<String> listRightContext()
           
 List<String> listStem()
           
 List<String> listSubString()
           
 List<String> listSubStringTrans()
           
 List<String> listSuperString()
           
 List<String> listSuperStringTrans()
           
 void removeAllBeginIndex()
           
 void removeAllEndIndex()
           
 void removeAllLeftContext()
           
 void removeAllLemma()
           
 void removeAllNextSentenceTrans()
           
 void removeAllNextWordTrans()
           
 void removeAllOliaLink()
           
 void removeAllPosTag()
           
 void removeAllPreviousWordTrans()
           
 void removeAllRightContext()
           
 void removeAllStem()
           
 void removeAllSubString()
           
 void removeAllSubStringTrans()
           
 void removeAllSuperString()
           
 void removeAllSuperStringTrans()
           
 void removeAnchorOf()
           
 void removeBeginIndex(String stringValue)
           
 void removeEndIndex(String stringValue)
           
 void removeLeftContext(String stringValue)
           
 void removeLemma(String stringValue)
           
 void removeNextSentenceTrans(IWord wordValue)
           
 void removeNextWord()
           
 void removeNextWordTrans(IWord wordValue)
           
 void removeOliaLink(IThing thingValue)
           
 void removePosTag(String stringValue)
           
 void removePreviousWord()
           
 void removePreviousWordTrans(IWord wordValue)
           
 void removeRightContext(String stringValue)
           
 void removeSentence()
           
 void removeStem(String stringValue)
           
 void removeSubString(IString stringValue)
           
 void removeSubStringTrans(IString stringValue)
           
 void removeSuperString(IString stringValue)
           
 void removeSuperStringTrans(IString stringValue)
           
 void setAnchorOf(String stringValue)
           
 void setNextWord(IWord wordValue)
           
 void setPreviousWord(IWord wordValue)
           
 void setSentence(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

existsSentence

boolean existsSentence()
Domain property Sentence with uri http://nlp2rdf.lod2.eu/schema/sso/sentence

Specified by:
existsSentence in interface IWord

hasSentence

boolean hasSentence(ISentence sentenceValue)
Specified by:
hasSentence in interface IWord

getSentence

Sentence getSentence()
Specified by:
getSentence in interface IWord

setSentence

void setSentence(ISentence sentenceValue)
Specified by:
setSentence in interface IWord

removeSentence

void removeSentence()
Specified by:
removeSentence in interface IWord

existsOliaLink

boolean existsOliaLink()
Domain property OliaLink with uri http://nlp2rdf.lod2.eu/schema/sso/oliaLink

Specified by:
existsOliaLink in interface IWord

hasOliaLink

boolean hasOliaLink(IThing thingValue)
Specified by:
hasOliaLink in interface IWord

countOliaLink

int countOliaLink()
Specified by:
countOliaLink in interface IWord

iterateOliaLink

Iterator<Thing> iterateOliaLink()
Specified by:
iterateOliaLink in interface IWord

listOliaLink

List<Thing> listOliaLink()
Specified by:
listOliaLink in interface IWord

addOliaLink

void addOliaLink(IThing thingValue)
Specified by:
addOliaLink in interface IWord

addAllOliaLink

void addAllOliaLink(List<? extends IThing> thingList)
Specified by:
addAllOliaLink in interface IWord

removeOliaLink

void removeOliaLink(IThing thingValue)
Specified by:
removeOliaLink in interface IWord

removeAllOliaLink

void removeAllOliaLink()
Specified by:
removeAllOliaLink in interface IWord

existsPreviousWord

boolean existsPreviousWord()
Domain property PreviousWord with uri http://nlp2rdf.lod2.eu/schema/sso/previousWord

Specified by:
existsPreviousWord in interface IWord

hasPreviousWord

boolean hasPreviousWord(IWord wordValue)
Specified by:
hasPreviousWord in interface IWord

getPreviousWord

Word getPreviousWord()
Specified by:
getPreviousWord in interface IWord

setPreviousWord

void setPreviousWord(IWord wordValue)
Specified by:
setPreviousWord in interface IWord

removePreviousWord

void removePreviousWord()
Specified by:
removePreviousWord in interface IWord

existsNextWord

boolean existsNextWord()
Domain property NextWord with uri http://nlp2rdf.lod2.eu/schema/sso/nextWord

Specified by:
existsNextWord in interface IWord

hasNextWord

boolean hasNextWord(IWord wordValue)
Specified by:
hasNextWord in interface IWord

getNextWord

Word getNextWord()
Specified by:
getNextWord in interface IWord

setNextWord

void setNextWord(IWord wordValue)
Specified by:
setNextWord in interface IWord

removeNextWord

void removeNextWord()
Specified by:
removeNextWord in interface IWord

existsNextSentenceTrans

boolean existsNextSentenceTrans()
Domain property NextSentenceTrans with uri http://nlp2rdf.lod2.eu/schema/sso/nextSentenceTrans

Specified by:
existsNextSentenceTrans in interface IWord

hasNextSentenceTrans

boolean hasNextSentenceTrans(IWord wordValue)
Specified by:
hasNextSentenceTrans in interface IWord

countNextSentenceTrans

int countNextSentenceTrans()
Specified by:
countNextSentenceTrans in interface IWord

iterateNextSentenceTrans

Iterator<Word> iterateNextSentenceTrans()
Specified by:
iterateNextSentenceTrans in interface IWord

listNextSentenceTrans

List<Word> listNextSentenceTrans()
Specified by:
listNextSentenceTrans in interface IWord

addNextSentenceTrans

void addNextSentenceTrans(IWord wordValue)
Specified by:
addNextSentenceTrans in interface IWord

addAllNextSentenceTrans

void addAllNextSentenceTrans(List<? extends IWord> wordList)
Specified by:
addAllNextSentenceTrans in interface IWord

removeNextSentenceTrans

void removeNextSentenceTrans(IWord wordValue)
Specified by:
removeNextSentenceTrans in interface IWord

removeAllNextSentenceTrans

void removeAllNextSentenceTrans()
Specified by:
removeAllNextSentenceTrans in interface IWord

existsPreviousWordTrans

boolean existsPreviousWordTrans()
Domain property PreviousWordTrans with uri http://nlp2rdf.lod2.eu/schema/sso/previousWordTrans

Specified by:
existsPreviousWordTrans in interface IWord

hasPreviousWordTrans

boolean hasPreviousWordTrans(IWord wordValue)
Specified by:
hasPreviousWordTrans in interface IWord

countPreviousWordTrans

int countPreviousWordTrans()
Specified by:
countPreviousWordTrans in interface IWord

iteratePreviousWordTrans

Iterator<Word> iteratePreviousWordTrans()
Specified by:
iteratePreviousWordTrans in interface IWord

listPreviousWordTrans

List<Word> listPreviousWordTrans()
Specified by:
listPreviousWordTrans in interface IWord

addPreviousWordTrans

void addPreviousWordTrans(IWord wordValue)
Specified by:
addPreviousWordTrans in interface IWord

addAllPreviousWordTrans

void addAllPreviousWordTrans(List<? extends IWord> wordList)
Specified by:
addAllPreviousWordTrans in interface IWord

removePreviousWordTrans

void removePreviousWordTrans(IWord wordValue)
Specified by:
removePreviousWordTrans in interface IWord

removeAllPreviousWordTrans

void removeAllPreviousWordTrans()
Specified by:
removeAllPreviousWordTrans in interface IWord

existsNextWordTrans

boolean existsNextWordTrans()
Domain property NextWordTrans with uri http://nlp2rdf.lod2.eu/schema/sso/nextWordTrans

Specified by:
existsNextWordTrans in interface IWord

hasNextWordTrans

boolean hasNextWordTrans(IWord wordValue)
Specified by:
hasNextWordTrans in interface IWord

countNextWordTrans

int countNextWordTrans()
Specified by:
countNextWordTrans in interface IWord

iterateNextWordTrans

Iterator<Word> iterateNextWordTrans()
Specified by:
iterateNextWordTrans in interface IWord

listNextWordTrans

List<Word> listNextWordTrans()
Specified by:
listNextWordTrans in interface IWord

addNextWordTrans

void addNextWordTrans(IWord wordValue)
Specified by:
addNextWordTrans in interface IWord

addAllNextWordTrans

void addAllNextWordTrans(List<? extends IWord> wordList)
Specified by:
addAllNextWordTrans in interface IWord

removeNextWordTrans

void removeNextWordTrans(IWord wordValue)
Specified by:
removeNextWordTrans in interface IWord

removeAllNextWordTrans

void removeAllNextWordTrans()
Specified by:
removeAllNextWordTrans in interface IWord

existsPosTag

boolean existsPosTag()
Domain property PosTag with uri http://nlp2rdf.lod2.eu/schema/sso/posTag

Specified by:
existsPosTag in interface IWord

hasPosTag

boolean hasPosTag(String stringValue)
Specified by:
hasPosTag in interface IWord

countPosTag

int countPosTag()
Specified by:
countPosTag in interface IWord

iteratePosTag

Iterator<String> iteratePosTag()
Specified by:
iteratePosTag in interface IWord

listPosTag

List<String> listPosTag()
Specified by:
listPosTag in interface IWord

addPosTag

void addPosTag(String stringValue)
Specified by:
addPosTag in interface IWord

addAllPosTag

void addAllPosTag(List<String> stringList)
Specified by:
addAllPosTag in interface IWord

removePosTag

void removePosTag(String stringValue)
Specified by:
removePosTag in interface IWord

removeAllPosTag

void removeAllPosTag()
Specified by:
removeAllPosTag in interface IWord

existsLemma

boolean existsLemma()
Domain property Lemma with uri http://nlp2rdf.lod2.eu/schema/sso/lemma

Specified by:
existsLemma in interface IWord

hasLemma

boolean hasLemma(String stringValue)
Specified by:
hasLemma in interface IWord

countLemma

int countLemma()
Specified by:
countLemma in interface IWord

iterateLemma

Iterator<String> iterateLemma()
Specified by:
iterateLemma in interface IWord

listLemma

List<String> listLemma()
Specified by:
listLemma in interface IWord

addLemma

void addLemma(String stringValue)
Specified by:
addLemma in interface IWord

addAllLemma

void addAllLemma(List<String> stringList)
Specified by:
addAllLemma in interface IWord

removeLemma

void removeLemma(String stringValue)
Specified by:
removeLemma in interface IWord

removeAllLemma

void removeAllLemma()
Specified by:
removeAllLemma in interface IWord

existsStem

boolean existsStem()
Domain property Stem with uri http://nlp2rdf.lod2.eu/schema/sso/stem

Specified by:
existsStem in interface IWord

hasStem

boolean hasStem(String stringValue)
Specified by:
hasStem in interface IWord

countStem

int countStem()
Specified by:
countStem in interface IWord

iterateStem

Iterator<String> iterateStem()
Specified by:
iterateStem in interface IWord

listStem

List<String> listStem()
Specified by:
listStem in interface IWord

addStem

void addStem(String stringValue)
Specified by:
addStem in interface IWord

addAllStem

void addAllStem(List<String> stringList)
Specified by:
addAllStem in interface IWord

removeStem

void removeStem(String stringValue)
Specified by:
removeStem in interface IWord

removeAllStem

void removeAllStem()
Specified by:
removeAllStem in interface IWord

existsSuperString

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

Specified by:
existsSuperString in interface IString
Specified by:
existsSuperString in interface IWord

hasSuperString

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

countSuperString

int countSuperString()
Specified by:
countSuperString in interface IString
Specified by:
countSuperString in interface IWord

iterateSuperString

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

listSuperString

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

addSuperString

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

addAllSuperString

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

removeSuperString

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

removeAllSuperString

void removeAllSuperString()
Specified by:
removeAllSuperString in interface IString
Specified by:
removeAllSuperString in interface IWord

existsSubString

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

Specified by:
existsSubString in interface IString
Specified by:
existsSubString in interface IWord

hasSubString

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

countSubString

int countSubString()
Specified by:
countSubString in interface IString
Specified by:
countSubString in interface IWord

iterateSubString

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

listSubString

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

addSubString

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

addAllSubString

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

removeSubString

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

removeAllSubString

void removeAllSubString()
Specified by:
removeAllSubString in interface IString
Specified by:
removeAllSubString in interface IWord

existsSuperStringTrans

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

Specified by:
existsSuperStringTrans in interface IString
Specified by:
existsSuperStringTrans in interface IWord

hasSuperStringTrans

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

countSuperStringTrans

int countSuperStringTrans()
Specified by:
countSuperStringTrans in interface IString
Specified by:
countSuperStringTrans in interface IWord

iterateSuperStringTrans

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

listSuperStringTrans

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

addSuperStringTrans

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

addAllSuperStringTrans

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

removeSuperStringTrans

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

removeAllSuperStringTrans

void removeAllSuperStringTrans()
Specified by:
removeAllSuperStringTrans in interface IString
Specified by:
removeAllSuperStringTrans in interface IWord

existsSubStringTrans

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

Specified by:
existsSubStringTrans in interface IString
Specified by:
existsSubStringTrans in interface IWord

hasSubStringTrans

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

countSubStringTrans

int countSubStringTrans()
Specified by:
countSubStringTrans in interface IString
Specified by:
countSubStringTrans in interface IWord

iterateSubStringTrans

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

listSubStringTrans

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

addSubStringTrans

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

addAllSubStringTrans

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

removeSubStringTrans

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

removeAllSubStringTrans

void removeAllSubStringTrans()
Specified by:
removeAllSubStringTrans in interface IString
Specified by:
removeAllSubStringTrans in interface IWord

existsAnchorOf

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

Specified by:
existsAnchorOf in interface IString
Specified by:
existsAnchorOf in interface IWord

hasAnchorOf

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

getAnchorOf

String getAnchorOf()
Specified by:
getAnchorOf in interface IString
Specified by:
getAnchorOf in interface IWord

setAnchorOf

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

removeAnchorOf

void removeAnchorOf()
Specified by:
removeAnchorOf in interface IString
Specified by:
removeAnchorOf in interface IWord

existsEndIndex

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

Specified by:
existsEndIndex in interface IString
Specified by:
existsEndIndex in interface IWord

hasEndIndex

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

countEndIndex

int countEndIndex()
Specified by:
countEndIndex in interface IString
Specified by:
countEndIndex in interface IWord

iterateEndIndex

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

listEndIndex

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

addEndIndex

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

addAllEndIndex

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

removeEndIndex

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

removeAllEndIndex

void removeAllEndIndex()
Specified by:
removeAllEndIndex in interface IString
Specified by:
removeAllEndIndex in interface IWord

existsBeginIndex

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

Specified by:
existsBeginIndex in interface IString
Specified by:
existsBeginIndex in interface IWord

hasBeginIndex

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

countBeginIndex

int countBeginIndex()
Specified by:
countBeginIndex in interface IString
Specified by:
countBeginIndex in interface IWord

iterateBeginIndex

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

listBeginIndex

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

addBeginIndex

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

addAllBeginIndex

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

removeBeginIndex

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

removeAllBeginIndex

void removeAllBeginIndex()
Specified by:
removeAllBeginIndex in interface IString
Specified by:
removeAllBeginIndex in interface IWord

existsRightContext

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

Specified by:
existsRightContext in interface IString
Specified by:
existsRightContext in interface IWord

hasRightContext

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

countRightContext

int countRightContext()
Specified by:
countRightContext in interface IString
Specified by:
countRightContext in interface IWord

iterateRightContext

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

listRightContext

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

addRightContext

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

addAllRightContext

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

removeRightContext

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

removeAllRightContext

void removeAllRightContext()
Specified by:
removeAllRightContext in interface IString
Specified by:
removeAllRightContext in interface IWord

existsLeftContext

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

Specified by:
existsLeftContext in interface IString
Specified by:
existsLeftContext in interface IWord

hasLeftContext

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

countLeftContext

int countLeftContext()
Specified by:
countLeftContext in interface IString
Specified by:
countLeftContext in interface IWord

iterateLeftContext

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

listLeftContext

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

addLeftContext

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

addAllLeftContext

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

removeLeftContext

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

removeAllLeftContext

void removeAllLeftContext()
Specified by:
removeAllLeftContext in interface IString
Specified by:
removeAllLeftContext in interface IWord


Copyright © 2011. All Rights Reserved.