|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IStopWord
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 |
|---|
boolean existsSentence()
existsSentence in interface IWordboolean hasSentence(ISentence sentenceValue)
hasSentence in interface IWordSentence getSentence()
getSentence in interface IWordvoid setSentence(ISentence sentenceValue)
setSentence in interface IWordvoid removeSentence()
removeSentence in interface IWordboolean existsOliaLink()
existsOliaLink in interface IWordboolean hasOliaLink(IThing thingValue)
hasOliaLink in interface IWordint countOliaLink()
countOliaLink in interface IWordIterator<Thing> iterateOliaLink()
iterateOliaLink in interface IWordList<Thing> listOliaLink()
listOliaLink in interface IWordvoid addOliaLink(IThing thingValue)
addOliaLink in interface IWordvoid addAllOliaLink(List<? extends IThing> thingList)
addAllOliaLink in interface IWordvoid removeOliaLink(IThing thingValue)
removeOliaLink in interface IWordvoid removeAllOliaLink()
removeAllOliaLink in interface IWordboolean existsPreviousWord()
existsPreviousWord in interface IWordboolean hasPreviousWord(IWord wordValue)
hasPreviousWord in interface IWordWord getPreviousWord()
getPreviousWord in interface IWordvoid setPreviousWord(IWord wordValue)
setPreviousWord in interface IWordvoid removePreviousWord()
removePreviousWord in interface IWordboolean existsNextWord()
existsNextWord in interface IWordboolean hasNextWord(IWord wordValue)
hasNextWord in interface IWordWord getNextWord()
getNextWord in interface IWordvoid setNextWord(IWord wordValue)
setNextWord in interface IWordvoid removeNextWord()
removeNextWord in interface IWordboolean existsNextSentenceTrans()
existsNextSentenceTrans in interface IWordboolean hasNextSentenceTrans(IWord wordValue)
hasNextSentenceTrans in interface IWordint countNextSentenceTrans()
countNextSentenceTrans in interface IWordIterator<Word> iterateNextSentenceTrans()
iterateNextSentenceTrans in interface IWordList<Word> listNextSentenceTrans()
listNextSentenceTrans in interface IWordvoid addNextSentenceTrans(IWord wordValue)
addNextSentenceTrans in interface IWordvoid addAllNextSentenceTrans(List<? extends IWord> wordList)
addAllNextSentenceTrans in interface IWordvoid removeNextSentenceTrans(IWord wordValue)
removeNextSentenceTrans in interface IWordvoid removeAllNextSentenceTrans()
removeAllNextSentenceTrans in interface IWordboolean existsPreviousWordTrans()
existsPreviousWordTrans in interface IWordboolean hasPreviousWordTrans(IWord wordValue)
hasPreviousWordTrans in interface IWordint countPreviousWordTrans()
countPreviousWordTrans in interface IWordIterator<Word> iteratePreviousWordTrans()
iteratePreviousWordTrans in interface IWordList<Word> listPreviousWordTrans()
listPreviousWordTrans in interface IWordvoid addPreviousWordTrans(IWord wordValue)
addPreviousWordTrans in interface IWordvoid addAllPreviousWordTrans(List<? extends IWord> wordList)
addAllPreviousWordTrans in interface IWordvoid removePreviousWordTrans(IWord wordValue)
removePreviousWordTrans in interface IWordvoid removeAllPreviousWordTrans()
removeAllPreviousWordTrans in interface IWordboolean existsNextWordTrans()
existsNextWordTrans in interface IWordboolean hasNextWordTrans(IWord wordValue)
hasNextWordTrans in interface IWordint countNextWordTrans()
countNextWordTrans in interface IWordIterator<Word> iterateNextWordTrans()
iterateNextWordTrans in interface IWordList<Word> listNextWordTrans()
listNextWordTrans in interface IWordvoid addNextWordTrans(IWord wordValue)
addNextWordTrans in interface IWordvoid addAllNextWordTrans(List<? extends IWord> wordList)
addAllNextWordTrans in interface IWordvoid removeNextWordTrans(IWord wordValue)
removeNextWordTrans in interface IWordvoid removeAllNextWordTrans()
removeAllNextWordTrans in interface IWordboolean existsPosTag()
existsPosTag in interface IWordboolean hasPosTag(String stringValue)
hasPosTag in interface IWordint countPosTag()
countPosTag in interface IWordIterator<String> iteratePosTag()
iteratePosTag in interface IWordList<String> listPosTag()
listPosTag in interface IWordvoid addPosTag(String stringValue)
addPosTag in interface IWordvoid addAllPosTag(List<String> stringList)
addAllPosTag in interface IWordvoid removePosTag(String stringValue)
removePosTag in interface IWordvoid removeAllPosTag()
removeAllPosTag in interface IWordboolean existsLemma()
existsLemma in interface IWordboolean hasLemma(String stringValue)
hasLemma in interface IWordint countLemma()
countLemma in interface IWordIterator<String> iterateLemma()
iterateLemma in interface IWordList<String> listLemma()
listLemma in interface IWordvoid addLemma(String stringValue)
addLemma in interface IWordvoid addAllLemma(List<String> stringList)
addAllLemma in interface IWordvoid removeLemma(String stringValue)
removeLemma in interface IWordvoid removeAllLemma()
removeAllLemma in interface IWordboolean existsStem()
existsStem in interface IWordboolean hasStem(String stringValue)
hasStem in interface IWordint countStem()
countStem in interface IWordIterator<String> iterateStem()
iterateStem in interface IWordList<String> listStem()
listStem in interface IWordvoid addStem(String stringValue)
addStem in interface IWordvoid addAllStem(List<String> stringList)
addAllStem in interface IWordvoid removeStem(String stringValue)
removeStem in interface IWordvoid removeAllStem()
removeAllStem in interface IWordboolean existsSuperString()
existsSuperString in interface IStringexistsSuperString in interface IWordboolean hasSuperString(IString stringValue)
hasSuperString in interface IStringhasSuperString in interface IWordint countSuperString()
countSuperString in interface IStringcountSuperString in interface IWordIterator<String> iterateSuperString()
iterateSuperString in interface IStringiterateSuperString in interface IWordList<String> listSuperString()
listSuperString in interface IStringlistSuperString in interface IWordvoid addSuperString(IString stringValue)
addSuperString in interface IStringaddSuperString in interface IWordvoid addAllSuperString(List<? extends IString> stringList)
addAllSuperString in interface IStringaddAllSuperString in interface IWordvoid removeSuperString(IString stringValue)
removeSuperString in interface IStringremoveSuperString in interface IWordvoid removeAllSuperString()
removeAllSuperString in interface IStringremoveAllSuperString in interface IWordboolean existsSubString()
existsSubString in interface IStringexistsSubString in interface IWordboolean hasSubString(IString stringValue)
hasSubString in interface IStringhasSubString in interface IWordint countSubString()
countSubString in interface IStringcountSubString in interface IWordIterator<String> iterateSubString()
iterateSubString in interface IStringiterateSubString in interface IWordList<String> listSubString()
listSubString in interface IStringlistSubString in interface IWordvoid addSubString(IString stringValue)
addSubString in interface IStringaddSubString in interface IWordvoid addAllSubString(List<? extends IString> stringList)
addAllSubString in interface IStringaddAllSubString in interface IWordvoid removeSubString(IString stringValue)
removeSubString in interface IStringremoveSubString in interface IWordvoid removeAllSubString()
removeAllSubString in interface IStringremoveAllSubString in interface IWordboolean existsSuperStringTrans()
existsSuperStringTrans in interface IStringexistsSuperStringTrans in interface IWordboolean hasSuperStringTrans(IString stringValue)
hasSuperStringTrans in interface IStringhasSuperStringTrans in interface IWordint countSuperStringTrans()
countSuperStringTrans in interface IStringcountSuperStringTrans in interface IWordIterator<String> iterateSuperStringTrans()
iterateSuperStringTrans in interface IStringiterateSuperStringTrans in interface IWordList<String> listSuperStringTrans()
listSuperStringTrans in interface IStringlistSuperStringTrans in interface IWordvoid addSuperStringTrans(IString stringValue)
addSuperStringTrans in interface IStringaddSuperStringTrans in interface IWordvoid addAllSuperStringTrans(List<? extends IString> stringList)
addAllSuperStringTrans in interface IStringaddAllSuperStringTrans in interface IWordvoid removeSuperStringTrans(IString stringValue)
removeSuperStringTrans in interface IStringremoveSuperStringTrans in interface IWordvoid removeAllSuperStringTrans()
removeAllSuperStringTrans in interface IStringremoveAllSuperStringTrans in interface IWordboolean existsSubStringTrans()
existsSubStringTrans in interface IStringexistsSubStringTrans in interface IWordboolean hasSubStringTrans(IString stringValue)
hasSubStringTrans in interface IStringhasSubStringTrans in interface IWordint countSubStringTrans()
countSubStringTrans in interface IStringcountSubStringTrans in interface IWordIterator<String> iterateSubStringTrans()
iterateSubStringTrans in interface IStringiterateSubStringTrans in interface IWordList<String> listSubStringTrans()
listSubStringTrans in interface IStringlistSubStringTrans in interface IWordvoid addSubStringTrans(IString stringValue)
addSubStringTrans in interface IStringaddSubStringTrans in interface IWordvoid addAllSubStringTrans(List<? extends IString> stringList)
addAllSubStringTrans in interface IStringaddAllSubStringTrans in interface IWordvoid removeSubStringTrans(IString stringValue)
removeSubStringTrans in interface IStringremoveSubStringTrans in interface IWordvoid removeAllSubStringTrans()
removeAllSubStringTrans in interface IStringremoveAllSubStringTrans in interface IWordboolean existsAnchorOf()
existsAnchorOf in interface IStringexistsAnchorOf in interface IWordboolean hasAnchorOf(String stringValue)
hasAnchorOf in interface IStringhasAnchorOf in interface IWordString getAnchorOf()
getAnchorOf in interface IStringgetAnchorOf in interface IWordvoid setAnchorOf(String stringValue)
setAnchorOf in interface IStringsetAnchorOf in interface IWordvoid removeAnchorOf()
removeAnchorOf in interface IStringremoveAnchorOf in interface IWordboolean existsEndIndex()
existsEndIndex in interface IStringexistsEndIndex in interface IWordboolean hasEndIndex(String stringValue)
hasEndIndex in interface IStringhasEndIndex in interface IWordint countEndIndex()
countEndIndex in interface IStringcountEndIndex in interface IWordIterator<String> iterateEndIndex()
iterateEndIndex in interface IStringiterateEndIndex in interface IWordList<String> listEndIndex()
listEndIndex in interface IStringlistEndIndex in interface IWordvoid addEndIndex(String stringValue)
addEndIndex in interface IStringaddEndIndex in interface IWordvoid addAllEndIndex(List<String> stringList)
addAllEndIndex in interface IStringaddAllEndIndex in interface IWordvoid removeEndIndex(String stringValue)
removeEndIndex in interface IStringremoveEndIndex in interface IWordvoid removeAllEndIndex()
removeAllEndIndex in interface IStringremoveAllEndIndex in interface IWordboolean existsBeginIndex()
existsBeginIndex in interface IStringexistsBeginIndex in interface IWordboolean hasBeginIndex(String stringValue)
hasBeginIndex in interface IStringhasBeginIndex in interface IWordint countBeginIndex()
countBeginIndex in interface IStringcountBeginIndex in interface IWordIterator<String> iterateBeginIndex()
iterateBeginIndex in interface IStringiterateBeginIndex in interface IWordList<String> listBeginIndex()
listBeginIndex in interface IStringlistBeginIndex in interface IWordvoid addBeginIndex(String stringValue)
addBeginIndex in interface IStringaddBeginIndex in interface IWordvoid addAllBeginIndex(List<String> stringList)
addAllBeginIndex in interface IStringaddAllBeginIndex in interface IWordvoid removeBeginIndex(String stringValue)
removeBeginIndex in interface IStringremoveBeginIndex in interface IWordvoid removeAllBeginIndex()
removeAllBeginIndex in interface IStringremoveAllBeginIndex in interface IWordboolean existsRightContext()
existsRightContext in interface IStringexistsRightContext in interface IWordboolean hasRightContext(String stringValue)
hasRightContext in interface IStringhasRightContext in interface IWordint countRightContext()
countRightContext in interface IStringcountRightContext in interface IWordIterator<String> iterateRightContext()
iterateRightContext in interface IStringiterateRightContext in interface IWordList<String> listRightContext()
listRightContext in interface IStringlistRightContext in interface IWordvoid addRightContext(String stringValue)
addRightContext in interface IStringaddRightContext in interface IWordvoid addAllRightContext(List<String> stringList)
addAllRightContext in interface IStringaddAllRightContext in interface IWordvoid removeRightContext(String stringValue)
removeRightContext in interface IStringremoveRightContext in interface IWordvoid removeAllRightContext()
removeAllRightContext in interface IStringremoveAllRightContext in interface IWordboolean existsLeftContext()
existsLeftContext in interface IStringexistsLeftContext in interface IWordboolean hasLeftContext(String stringValue)
hasLeftContext in interface IStringhasLeftContext in interface IWordint countLeftContext()
countLeftContext in interface IStringcountLeftContext in interface IWordIterator<String> iterateLeftContext()
iterateLeftContext in interface IStringiterateLeftContext in interface IWordList<String> listLeftContext()
listLeftContext in interface IStringlistLeftContext in interface IWordvoid addLeftContext(String stringValue)
addLeftContext in interface IStringaddLeftContext in interface IWordvoid addAllLeftContext(List<String> stringList)
addAllLeftContext in interface IStringaddAllLeftContext in interface IWordvoid removeLeftContext(String stringValue)
removeLeftContext in interface IStringremoveLeftContext in interface IWordvoid removeAllLeftContext()
removeAllLeftContext in interface IStringremoveAllLeftContext in interface IWord
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||