eu.lod2.nlp2rdf.schema.sso
Interface IWord

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 Subinterfaces:
IStopWord
All Known Implementing Classes:
StopWord, Word

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

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


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


hasSentence

boolean hasSentence(ISentence sentenceValue)

getSentence

Sentence getSentence()

setSentence

void setSentence(ISentence sentenceValue)

removeSentence

void removeSentence()

existsOliaLink

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


hasOliaLink

boolean hasOliaLink(IThing thingValue)

countOliaLink

int countOliaLink()

iterateOliaLink

Iterator<Thing> iterateOliaLink()

listOliaLink

List<Thing> listOliaLink()

addOliaLink

void addOliaLink(IThing thingValue)

addAllOliaLink

void addAllOliaLink(List<? extends IThing> thingList)

removeOliaLink

void removeOliaLink(IThing thingValue)

removeAllOliaLink

void removeAllOliaLink()

existsPreviousWord

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


hasPreviousWord

boolean hasPreviousWord(IWord wordValue)

getPreviousWord

Word getPreviousWord()

setPreviousWord

void setPreviousWord(IWord wordValue)

removePreviousWord

void removePreviousWord()

existsNextWord

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


hasNextWord

boolean hasNextWord(IWord wordValue)

getNextWord

Word getNextWord()

setNextWord

void setNextWord(IWord wordValue)

removeNextWord

void removeNextWord()

existsNextSentenceTrans

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


hasNextSentenceTrans

boolean hasNextSentenceTrans(IWord wordValue)

countNextSentenceTrans

int countNextSentenceTrans()

iterateNextSentenceTrans

Iterator<Word> iterateNextSentenceTrans()

listNextSentenceTrans

List<Word> listNextSentenceTrans()

addNextSentenceTrans

void addNextSentenceTrans(IWord wordValue)

addAllNextSentenceTrans

void addAllNextSentenceTrans(List<? extends IWord> wordList)

removeNextSentenceTrans

void removeNextSentenceTrans(IWord wordValue)

removeAllNextSentenceTrans

void removeAllNextSentenceTrans()

existsPreviousWordTrans

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


hasPreviousWordTrans

boolean hasPreviousWordTrans(IWord wordValue)

countPreviousWordTrans

int countPreviousWordTrans()

iteratePreviousWordTrans

Iterator<Word> iteratePreviousWordTrans()

listPreviousWordTrans

List<Word> listPreviousWordTrans()

addPreviousWordTrans

void addPreviousWordTrans(IWord wordValue)

addAllPreviousWordTrans

void addAllPreviousWordTrans(List<? extends IWord> wordList)

removePreviousWordTrans

void removePreviousWordTrans(IWord wordValue)

removeAllPreviousWordTrans

void removeAllPreviousWordTrans()

existsNextWordTrans

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


hasNextWordTrans

boolean hasNextWordTrans(IWord wordValue)

countNextWordTrans

int countNextWordTrans()

iterateNextWordTrans

Iterator<Word> iterateNextWordTrans()

listNextWordTrans

List<Word> listNextWordTrans()

addNextWordTrans

void addNextWordTrans(IWord wordValue)

addAllNextWordTrans

void addAllNextWordTrans(List<? extends IWord> wordList)

removeNextWordTrans

void removeNextWordTrans(IWord wordValue)

removeAllNextWordTrans

void removeAllNextWordTrans()

existsPosTag

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


hasPosTag

boolean hasPosTag(String stringValue)

countPosTag

int countPosTag()

iteratePosTag

Iterator<String> iteratePosTag()

listPosTag

List<String> listPosTag()

addPosTag

void addPosTag(String stringValue)

addAllPosTag

void addAllPosTag(List<String> stringList)

removePosTag

void removePosTag(String stringValue)

removeAllPosTag

void removeAllPosTag()

existsLemma

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


hasLemma

boolean hasLemma(String stringValue)

countLemma

int countLemma()

iterateLemma

Iterator<String> iterateLemma()

listLemma

List<String> listLemma()

addLemma

void addLemma(String stringValue)

addAllLemma

void addAllLemma(List<String> stringList)

removeLemma

void removeLemma(String stringValue)

removeAllLemma

void removeAllLemma()

existsStem

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


hasStem

boolean hasStem(String stringValue)

countStem

int countStem()

iterateStem

Iterator<String> iterateStem()

listStem

List<String> listStem()

addStem

void addStem(String stringValue)

addAllStem

void addAllStem(List<String> stringList)

removeStem

void removeStem(String stringValue)

removeAllStem

void removeAllStem()

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.