eu.lod2.nlp2rdf.schema.sso
Class StopWord

java.lang.Object
  extended by com.hp.hpl.jena.enhanced.Polymorphic<com.hp.hpl.jena.rdf.model.RDFNode>
      extended by com.hp.hpl.jena.enhanced.EnhNode
          extended by com.hp.hpl.jena.rdf.model.impl.ResourceImpl
              extended by com.hp.hpl.jena.ontology.impl.OntResourceImpl
                  extended by com.hp.hpl.jena.ontology.impl.IndividualImpl
                      extended by eu.lod2.nlp2rdf.schema.sso.StopWord
All Implemented Interfaces:
com.hp.hpl.jena.graph.FrontsNode, com.hp.hpl.jena.ontology.Individual, com.hp.hpl.jena.ontology.OntResource, com.hp.hpl.jena.rdf.model.RDFNode, com.hp.hpl.jena.rdf.model.Resource, IThing, IStopWord, IWord, IString

public class StopWord
extends com.hp.hpl.jena.ontology.impl.IndividualImpl
implements IStopWord

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


Field Summary
static com.hp.hpl.jena.enhanced.Implementation factory
          Implementation factory for StopWord
static com.hp.hpl.jena.util.iterator.Map1<com.hp.hpl.jena.ontology.Individual,StopWord> individualMapper
           
static com.hp.hpl.jena.util.iterator.Map1<com.hp.hpl.jena.rdf.model.RDFNode,StopWord> nodeMapper
           
static com.hp.hpl.jena.util.iterator.Filter<StopWord> nullFilter
          Filtering support for StopWord
static com.hp.hpl.jena.util.iterator.Map1<com.hp.hpl.jena.rdf.model.Statement,StopWord> statementMapper
           
 
Fields inherited from class com.hp.hpl.jena.ontology.impl.OntResourceImpl
KNOWN_LANGUAGES
 
Fields inherited from class com.hp.hpl.jena.rdf.model.impl.ResourceImpl
rdfNodeFactory
 
Constructor Summary
StopWord(com.hp.hpl.jena.graph.Node n, com.hp.hpl.jena.enhanced.EnhGraph g)
          Generic functions from parent class
 
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)
           
static int count()
           
static int count(boolean direct)
           
static int count(boolean direct, com.hp.hpl.jena.ontology.OntModel ontModel)
           
static int count(com.hp.hpl.jena.ontology.OntModel ontModel)
           
 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()
           
static StopWord create()
           
static StopWord create(com.hp.hpl.jena.ontology.OntModel ontModel)
           
static StopWord create(String uri)
           
static StopWord create(String uri, com.hp.hpl.jena.ontology.OntModel ontModel)
           
static void delete(String uri)
           
static void delete(String uri, com.hp.hpl.jena.ontology.OntModel ontModel)
           
static boolean exists(String uri)
           
static boolean exists(String uri, com.hp.hpl.jena.ontology.OntModel ontModel)
           
 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
static StopWord get(String uri)
           
static StopWord get(String uri, com.hp.hpl.jena.ontology.OntModel ontModel)
          Static Functions for instance handling
 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)
           
static Iterator<StopWord> iterate()
           
static Iterator<StopWord> iterate(boolean direct)
           
static Iterator<StopWord> iterate(boolean direct, com.hp.hpl.jena.ontology.OntModel ontModel)
           
static Iterator<StopWord> iterate(com.hp.hpl.jena.ontology.OntModel ontModel)
           
 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()
           
static List<StopWord> list()
           
static List<StopWord> list(boolean direct)
           
static List<StopWord> list(boolean direct, com.hp.hpl.jena.ontology.OntModel ontModel)
           
static List<StopWord> list(com.hp.hpl.jena.ontology.OntModel ontModel)
           
 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()
           
static
<From> com.hp.hpl.jena.util.iterator.Map1<From,StopWord>
mapperFrom(Class<From> from)
          Mapping support for StopWord
static void register()
          Registers all custom classes with jena
 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 class com.hp.hpl.jena.ontology.impl.IndividualImpl
addOntClass, getOntClass, getOntClass, hasOntClass, hasOntClass, hasOntClass, listOntClasses, removeOntClass, setOntClass
 
Methods inherited from class com.hp.hpl.jena.ontology.impl.OntResourceImpl
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 class com.hp.hpl.jena.rdf.model.impl.ResourceImpl
abort, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, asLiteral, asResource, begin, commit, getId, getLocalName, getModel, getNameSpace, getProperty, getPropertyResourceValue, getRequiredProperty, getURI, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasProperty, hasProperty, hasProperty, hasProperty, hasURI, inModel, listProperties, listProperties, removeAll, removeProperties, toString, visitWith
 
Methods inherited from class com.hp.hpl.jena.enhanced.EnhNode
as, asNode, canAs, equals, getGraph, hashCode, isAnon, isLiteral, isResource, isURIResource, isValid, viewAs
 
Methods inherited from class com.hp.hpl.jena.enhanced.Polymorphic
addView, supports
 
Methods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Field Detail

factory

public static final com.hp.hpl.jena.enhanced.Implementation factory
Implementation factory for StopWord


nullFilter

public static final com.hp.hpl.jena.util.iterator.Filter<StopWord> nullFilter
Filtering support for StopWord


statementMapper

public static final com.hp.hpl.jena.util.iterator.Map1<com.hp.hpl.jena.rdf.model.Statement,StopWord> statementMapper

individualMapper

public static final com.hp.hpl.jena.util.iterator.Map1<com.hp.hpl.jena.ontology.Individual,StopWord> individualMapper

nodeMapper

public static final com.hp.hpl.jena.util.iterator.Map1<com.hp.hpl.jena.rdf.model.RDFNode,StopWord> nodeMapper
Constructor Detail

StopWord

public StopWord(com.hp.hpl.jena.graph.Node n,
                com.hp.hpl.jena.enhanced.EnhGraph g)
Generic functions from parent class

Method Detail

mapperFrom

public static <From> com.hp.hpl.jena.util.iterator.Map1<From,StopWord> mapperFrom(Class<From> from)
Mapping support for StopWord


register

public static void register()
Registers all custom classes with jena


get

public static StopWord get(String uri,
                           com.hp.hpl.jena.ontology.OntModel ontModel)
Static Functions for instance handling


get

public static StopWord get(String uri)

iterate

public static Iterator<StopWord> iterate(com.hp.hpl.jena.ontology.OntModel ontModel)

iterate

public static Iterator<StopWord> iterate()

list

public static List<StopWord> list(com.hp.hpl.jena.ontology.OntModel ontModel)

list

public static List<StopWord> list()

iterate

public static Iterator<StopWord> iterate(boolean direct,
                                         com.hp.hpl.jena.ontology.OntModel ontModel)

iterate

public static Iterator<StopWord> iterate(boolean direct)

list

public static List<StopWord> list(boolean direct,
                                  com.hp.hpl.jena.ontology.OntModel ontModel)

list

public static List<StopWord> list(boolean direct)

count

public static int count(com.hp.hpl.jena.ontology.OntModel ontModel)

count

public static int count()

count

public static int count(boolean direct,
                        com.hp.hpl.jena.ontology.OntModel ontModel)

count

public static int count(boolean direct)

exists

public static boolean exists(String uri,
                             com.hp.hpl.jena.ontology.OntModel ontModel)

exists

public static boolean exists(String uri)

create

public static StopWord create(String uri,
                              com.hp.hpl.jena.ontology.OntModel ontModel)

create

public static StopWord create(com.hp.hpl.jena.ontology.OntModel ontModel)

create

public static StopWord create(String uri)

create

public static StopWord create()

delete

public static void delete(String uri,
                          com.hp.hpl.jena.ontology.OntModel ontModel)

delete

public static void delete(String uri)

existsSentence

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

Specified by:
existsSentence in interface IStopWord
Specified by:
existsSentence in interface IWord

hasSentence

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

getSentence

public Sentence getSentence()
Specified by:
getSentence in interface IStopWord
Specified by:
getSentence in interface IWord

setSentence

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

removeSentence

public void removeSentence()
Specified by:
removeSentence in interface IStopWord
Specified by:
removeSentence in interface IWord

existsOliaLink

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

Specified by:
existsOliaLink in interface IStopWord
Specified by:
existsOliaLink in interface IWord

hasOliaLink

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

countOliaLink

public int countOliaLink()
Specified by:
countOliaLink in interface IStopWord
Specified by:
countOliaLink in interface IWord

iterateOliaLink

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

listOliaLink

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

addOliaLink

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

addAllOliaLink

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

removeOliaLink

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

removeAllOliaLink

public void removeAllOliaLink()
Specified by:
removeAllOliaLink in interface IStopWord
Specified by:
removeAllOliaLink in interface IWord

existsPreviousWord

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

Specified by:
existsPreviousWord in interface IStopWord
Specified by:
existsPreviousWord in interface IWord

hasPreviousWord

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

getPreviousWord

public Word getPreviousWord()
Specified by:
getPreviousWord in interface IStopWord
Specified by:
getPreviousWord in interface IWord

setPreviousWord

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

removePreviousWord

public void removePreviousWord()
Specified by:
removePreviousWord in interface IStopWord
Specified by:
removePreviousWord in interface IWord

existsNextWord

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

Specified by:
existsNextWord in interface IStopWord
Specified by:
existsNextWord in interface IWord

hasNextWord

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

getNextWord

public Word getNextWord()
Specified by:
getNextWord in interface IStopWord
Specified by:
getNextWord in interface IWord

setNextWord

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

removeNextWord

public void removeNextWord()
Specified by:
removeNextWord in interface IStopWord
Specified by:
removeNextWord in interface IWord

existsNextSentenceTrans

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

Specified by:
existsNextSentenceTrans in interface IStopWord
Specified by:
existsNextSentenceTrans in interface IWord

hasNextSentenceTrans

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

countNextSentenceTrans

public int countNextSentenceTrans()
Specified by:
countNextSentenceTrans in interface IStopWord
Specified by:
countNextSentenceTrans in interface IWord

iterateNextSentenceTrans

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

listNextSentenceTrans

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

addNextSentenceTrans

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

addAllNextSentenceTrans

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

removeNextSentenceTrans

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

removeAllNextSentenceTrans

public void removeAllNextSentenceTrans()
Specified by:
removeAllNextSentenceTrans in interface IStopWord
Specified by:
removeAllNextSentenceTrans in interface IWord

existsPreviousWordTrans

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

Specified by:
existsPreviousWordTrans in interface IStopWord
Specified by:
existsPreviousWordTrans in interface IWord

hasPreviousWordTrans

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

countPreviousWordTrans

public int countPreviousWordTrans()
Specified by:
countPreviousWordTrans in interface IStopWord
Specified by:
countPreviousWordTrans in interface IWord

iteratePreviousWordTrans

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

listPreviousWordTrans

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

addPreviousWordTrans

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

addAllPreviousWordTrans

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

removePreviousWordTrans

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

removeAllPreviousWordTrans

public void removeAllPreviousWordTrans()
Specified by:
removeAllPreviousWordTrans in interface IStopWord
Specified by:
removeAllPreviousWordTrans in interface IWord

existsNextWordTrans

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

Specified by:
existsNextWordTrans in interface IStopWord
Specified by:
existsNextWordTrans in interface IWord

hasNextWordTrans

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

countNextWordTrans

public int countNextWordTrans()
Specified by:
countNextWordTrans in interface IStopWord
Specified by:
countNextWordTrans in interface IWord

iterateNextWordTrans

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

listNextWordTrans

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

addNextWordTrans

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

addAllNextWordTrans

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

removeNextWordTrans

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

removeAllNextWordTrans

public void removeAllNextWordTrans()
Specified by:
removeAllNextWordTrans in interface IStopWord
Specified by:
removeAllNextWordTrans in interface IWord

existsPosTag

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

Specified by:
existsPosTag in interface IStopWord
Specified by:
existsPosTag in interface IWord

hasPosTag

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

countPosTag

public int countPosTag()
Specified by:
countPosTag in interface IStopWord
Specified by:
countPosTag in interface IWord

iteratePosTag

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

listPosTag

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

addPosTag

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

addAllPosTag

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

removePosTag

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

removeAllPosTag

public void removeAllPosTag()
Specified by:
removeAllPosTag in interface IStopWord
Specified by:
removeAllPosTag in interface IWord

existsLemma

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

Specified by:
existsLemma in interface IStopWord
Specified by:
existsLemma in interface IWord

hasLemma

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

countLemma

public int countLemma()
Specified by:
countLemma in interface IStopWord
Specified by:
countLemma in interface IWord

iterateLemma

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

listLemma

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

addLemma

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

addAllLemma

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

removeLemma

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

removeAllLemma

public void removeAllLemma()
Specified by:
removeAllLemma in interface IStopWord
Specified by:
removeAllLemma in interface IWord

existsStem

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

Specified by:
existsStem in interface IStopWord
Specified by:
existsStem in interface IWord

hasStem

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

countStem

public int countStem()
Specified by:
countStem in interface IStopWord
Specified by:
countStem in interface IWord

iterateStem

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

listStem

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

addStem

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

addAllStem

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

removeStem

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

removeAllStem

public void removeAllStem()
Specified by:
removeAllStem in interface IStopWord
Specified by:
removeAllStem in interface IWord

existsSuperString

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

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

hasSuperString

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

countSuperString

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

iterateSuperString

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

listSuperString

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

addSuperString

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

addAllSuperString

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

removeSuperString

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

removeAllSuperString

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

existsSubString

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

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

hasSubString

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

countSubString

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

iterateSubString

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

listSubString

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

addSubString

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

addAllSubString

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

removeSubString

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

removeAllSubString

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

existsSuperStringTrans

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

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

hasSuperStringTrans

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

countSuperStringTrans

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

iterateSuperStringTrans

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

listSuperStringTrans

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

addSuperStringTrans

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

addAllSuperStringTrans

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

removeSuperStringTrans

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

removeAllSuperStringTrans

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

existsSubStringTrans

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

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

hasSubStringTrans

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

countSubStringTrans

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

iterateSubStringTrans

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

listSubStringTrans

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

addSubStringTrans

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

addAllSubStringTrans

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

removeSubStringTrans

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

removeAllSubStringTrans

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

existsAnchorOf

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

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

hasAnchorOf

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

getAnchorOf

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

setAnchorOf

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

removeAnchorOf

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

existsEndIndex

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

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

hasEndIndex

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

countEndIndex

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

iterateEndIndex

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

listEndIndex

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

addEndIndex

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

addAllEndIndex

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

removeEndIndex

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

removeAllEndIndex

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

existsBeginIndex

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

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

hasBeginIndex

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

countBeginIndex

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

iterateBeginIndex

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

listBeginIndex

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

addBeginIndex

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

addAllBeginIndex

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

removeBeginIndex

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

removeAllBeginIndex

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

existsRightContext

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

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

hasRightContext

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

countRightContext

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

iterateRightContext

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

listRightContext

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

addRightContext

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

addAllRightContext

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

removeRightContext

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

removeAllRightContext

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

existsLeftContext

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

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

hasLeftContext

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

countLeftContext

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

iterateLeftContext

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

listLeftContext

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

addLeftContext

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

addAllLeftContext

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

removeLeftContext

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

removeAllLeftContext

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


Copyright © 2011. All Rights Reserved.