|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.hp.hpl.jena.enhanced.Polymorphic<com.hp.hpl.jena.rdf.model.RDFNode>
com.hp.hpl.jena.enhanced.EnhNode
com.hp.hpl.jena.rdf.model.impl.ResourceImpl
com.hp.hpl.jena.ontology.impl.OntResourceImpl
com.hp.hpl.jena.ontology.impl.IndividualImpl
eu.lod2.nlp2rdf.schema.sso.Sentence
public class Sentence
Class http://nlp2rdf.lod2.eu/schema/sso/Sentence
| Field Summary | |
|---|---|
static com.hp.hpl.jena.enhanced.Implementation |
factory
Implementation factory for Sentence |
static com.hp.hpl.jena.util.iterator.Map1<com.hp.hpl.jena.ontology.Individual,Sentence> |
individualMapper
|
static com.hp.hpl.jena.util.iterator.Map1<com.hp.hpl.jena.rdf.model.RDFNode,Sentence> |
nodeMapper
|
static com.hp.hpl.jena.util.iterator.Filter<Sentence> |
nullFilter
Filtering support for Sentence |
static com.hp.hpl.jena.util.iterator.Map1<com.hp.hpl.jena.rdf.model.Statement,Sentence> |
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 | |
|---|---|
Sentence(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 |
addAllPreviousSentenceTrans(List<? extends ISentence> sentenceList)
|
|
void |
addAllRightContext(List<String> stringList)
|
|
void |
addAllSubString(List<? extends IString> stringList)
|
|
void |
addAllSubStringTrans(List<? extends IString> stringList)
|
|
void |
addAllSuperString(List<? extends IString> stringList)
|
|
void |
addAllSuperStringTrans(List<? extends IString> stringList)
|
|
void |
addAllWord(List<? extends IWord> wordList)
|
|
void |
addBeginIndex(String stringValue)
|
|
void |
addEndIndex(String stringValue)
|
|
void |
addLeftContext(String stringValue)
|
|
void |
addPreviousSentenceTrans(ISentence sentenceValue)
|
|
void |
addRightContext(String stringValue)
|
|
void |
addSubString(IString stringValue)
|
|
void |
addSubStringTrans(IString stringValue)
|
|
void |
addSuperString(IString stringValue)
|
|
void |
addSuperStringTrans(IString stringValue)
|
|
void |
addWord(IWord wordValue)
|
|
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 |
countPreviousSentenceTrans()
|
|
int |
countRightContext()
|
|
int |
countSubString()
|
|
int |
countSubStringTrans()
|
|
int |
countSuperString()
|
|
int |
countSuperStringTrans()
|
|
int |
countWord()
|
|
static Sentence |
create()
|
|
static Sentence |
create(com.hp.hpl.jena.ontology.OntModel ontModel)
|
|
static Sentence |
create(String uri)
|
|
static Sentence |
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 |
existsFirstWord()
Domain property firstWord with uri http://nlp2rdf.lod2.eu/schema/sso/firstWord |
|
boolean |
existsLastWord()
Domain property lastWord with uri http://nlp2rdf.lod2.eu/schema/sso/lastWord |
|
boolean |
existsLeftContext()
Domain property leftContext with uri http://nlp2rdf.lod2.eu/schema/string/leftContext |
|
boolean |
existsNextSentence()
Domain property nextSentence with uri http://nlp2rdf.lod2.eu/schema/sso/nextSentence |
|
boolean |
existsPreviousSentence()
Domain property previousSentence with uri http://nlp2rdf.lod2.eu/schema/sso/previousSentence |
|
boolean |
existsPreviousSentenceTrans()
Domain property previousSentenceTrans with uri http://nlp2rdf.lod2.eu/schema/sso/previousSentenceTrans |
|
boolean |
existsRightContext()
Domain property rightContext with uri http://nlp2rdf.lod2.eu/schema/string/rightContext |
|
boolean |
existsSubString()
Domain property subString with uri http://nlp2rdf.lod2.eu/schema/string/subString |
|
boolean |
existsSubStringTrans()
Domain property subStringTrans with uri http://nlp2rdf.lod2.eu/schema/string/subStringTrans |
|
boolean |
existsSuperString()
Domain property superString with uri http://nlp2rdf.lod2.eu/schema/string/superString |
|
boolean |
existsSuperStringTrans()
Domain property superStringTrans with uri http://nlp2rdf.lod2.eu/schema/string/superStringTrans |
|
boolean |
existsWord()
Domain property word with uri http://nlp2rdf.lod2.eu/schema/sso/word |
|
static Sentence |
get(String uri)
|
|
static Sentence |
get(String uri,
com.hp.hpl.jena.ontology.OntModel ontModel)
Static Functions for instance handling |
|
String |
getAnchorOf()
|
|
Word |
getFirstWord()
|
|
Word |
getLastWord()
|
|
Sentence |
getNextSentence()
|
|
Sentence |
getPreviousSentence()
|
|
boolean |
hasAnchorOf(String stringValue)
|
|
boolean |
hasBeginIndex(String stringValue)
|
|
boolean |
hasEndIndex(String stringValue)
|
|
boolean |
hasFirstWord(IWord wordValue)
|
|
boolean |
hasLastWord(IWord wordValue)
|
|
boolean |
hasLeftContext(String stringValue)
|
|
boolean |
hasNextSentence(ISentence sentenceValue)
|
|
boolean |
hasPreviousSentence(ISentence sentenceValue)
|
|
boolean |
hasPreviousSentenceTrans(ISentence sentenceValue)
|
|
boolean |
hasRightContext(String stringValue)
|
|
boolean |
hasSubString(IString stringValue)
|
|
boolean |
hasSubStringTrans(IString stringValue)
|
|
boolean |
hasSuperString(IString stringValue)
|
|
boolean |
hasSuperStringTrans(IString stringValue)
|
|
boolean |
hasWord(IWord wordValue)
|
|
static Iterator<Sentence> |
iterate()
|
|
static Iterator<Sentence> |
iterate(boolean direct)
|
|
static Iterator<Sentence> |
iterate(boolean direct,
com.hp.hpl.jena.ontology.OntModel ontModel)
|
|
static Iterator<Sentence> |
iterate(com.hp.hpl.jena.ontology.OntModel ontModel)
|
|
Iterator<String> |
iterateBeginIndex()
|
|
Iterator<String> |
iterateEndIndex()
|
|
Iterator<String> |
iterateLeftContext()
|
|
Iterator<Sentence> |
iteratePreviousSentenceTrans()
|
|
Iterator<String> |
iterateRightContext()
|
|
Iterator<String> |
iterateSubString()
|
|
Iterator<String> |
iterateSubStringTrans()
|
|
Iterator<String> |
iterateSuperString()
|
|
Iterator<String> |
iterateSuperStringTrans()
|
|
Iterator<Word> |
iterateWord()
|
|
static List<Sentence> |
list()
|
|
static List<Sentence> |
list(boolean direct)
|
|
static List<Sentence> |
list(boolean direct,
com.hp.hpl.jena.ontology.OntModel ontModel)
|
|
static List<Sentence> |
list(com.hp.hpl.jena.ontology.OntModel ontModel)
|
|
List<String> |
listBeginIndex()
|
|
List<String> |
listEndIndex()
|
|
List<String> |
listLeftContext()
|
|
List<Sentence> |
listPreviousSentenceTrans()
|
|
List<String> |
listRightContext()
|
|
List<String> |
listSubString()
|
|
List<String> |
listSubStringTrans()
|
|
List<String> |
listSuperString()
|
|
List<String> |
listSuperStringTrans()
|
|
List<Word> |
listWord()
|
|
static
|
mapperFrom(Class<From> from)
Mapping support for Sentence |
|
static void |
register()
Registers all custom classes with jena |
|
void |
removeAllBeginIndex()
|
|
void |
removeAllEndIndex()
|
|
void |
removeAllLeftContext()
|
|
void |
removeAllPreviousSentenceTrans()
|
|
void |
removeAllRightContext()
|
|
void |
removeAllSubString()
|
|
void |
removeAllSubStringTrans()
|
|
void |
removeAllSuperString()
|
|
void |
removeAllSuperStringTrans()
|
|
void |
removeAllWord()
|
|
void |
removeAnchorOf()
|
|
void |
removeBeginIndex(String stringValue)
|
|
void |
removeEndIndex(String stringValue)
|
|
void |
removeFirstWord()
|
|
void |
removeLastWord()
|
|
void |
removeLeftContext(String stringValue)
|
|
void |
removeNextSentence()
|
|
void |
removePreviousSentence()
|
|
void |
removePreviousSentenceTrans(ISentence sentenceValue)
|
|
void |
removeRightContext(String stringValue)
|
|
void |
removeSubString(IString stringValue)
|
|
void |
removeSubStringTrans(IString stringValue)
|
|
void |
removeSuperString(IString stringValue)
|
|
void |
removeSuperStringTrans(IString stringValue)
|
|
void |
removeWord(IWord wordValue)
|
|
void |
setAnchorOf(String stringValue)
|
|
void |
setFirstWord(IWord wordValue)
|
|
void |
setLastWord(IWord wordValue)
|
|
void |
setNextSentence(ISentence sentenceValue)
|
|
void |
setPreviousSentence(ISentence sentenceValue)
|
|
| Methods inherited from 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 |
|---|
public static final com.hp.hpl.jena.enhanced.Implementation factory
public static final com.hp.hpl.jena.util.iterator.Filter<Sentence> nullFilter
public static final com.hp.hpl.jena.util.iterator.Map1<com.hp.hpl.jena.rdf.model.Statement,Sentence> statementMapper
public static final com.hp.hpl.jena.util.iterator.Map1<com.hp.hpl.jena.ontology.Individual,Sentence> individualMapper
public static final com.hp.hpl.jena.util.iterator.Map1<com.hp.hpl.jena.rdf.model.RDFNode,Sentence> nodeMapper
| Constructor Detail |
|---|
public Sentence(com.hp.hpl.jena.graph.Node n,
com.hp.hpl.jena.enhanced.EnhGraph g)
| Method Detail |
|---|
public static <From> com.hp.hpl.jena.util.iterator.Map1<From,Sentence> mapperFrom(Class<From> from)
public static void register()
public static Sentence get(String uri,
com.hp.hpl.jena.ontology.OntModel ontModel)
public static Sentence get(String uri)
public static Iterator<Sentence> iterate(com.hp.hpl.jena.ontology.OntModel ontModel)
public static Iterator<Sentence> iterate()
public static List<Sentence> list(com.hp.hpl.jena.ontology.OntModel ontModel)
public static List<Sentence> list()
public static Iterator<Sentence> iterate(boolean direct,
com.hp.hpl.jena.ontology.OntModel ontModel)
public static Iterator<Sentence> iterate(boolean direct)
public static List<Sentence> list(boolean direct,
com.hp.hpl.jena.ontology.OntModel ontModel)
public static List<Sentence> list(boolean direct)
public static int count(com.hp.hpl.jena.ontology.OntModel ontModel)
public static int count()
public static int count(boolean direct,
com.hp.hpl.jena.ontology.OntModel ontModel)
public static int count(boolean direct)
public static boolean exists(String uri,
com.hp.hpl.jena.ontology.OntModel ontModel)
public static boolean exists(String uri)
public static Sentence create(String uri,
com.hp.hpl.jena.ontology.OntModel ontModel)
public static Sentence create(com.hp.hpl.jena.ontology.OntModel ontModel)
public static Sentence create(String uri)
public static Sentence create()
public static void delete(String uri,
com.hp.hpl.jena.ontology.OntModel ontModel)
public static void delete(String uri)
public boolean existsPreviousSentence()
existsPreviousSentence in interface ISentencepublic boolean hasPreviousSentence(ISentence sentenceValue)
hasPreviousSentence in interface ISentencepublic Sentence getPreviousSentence()
getPreviousSentence in interface ISentencepublic void setPreviousSentence(ISentence sentenceValue)
setPreviousSentence in interface ISentencepublic void removePreviousSentence()
removePreviousSentence in interface ISentencepublic boolean existsNextSentence()
existsNextSentence in interface ISentencepublic boolean hasNextSentence(ISentence sentenceValue)
hasNextSentence in interface ISentencepublic Sentence getNextSentence()
getNextSentence in interface ISentencepublic void setNextSentence(ISentence sentenceValue)
setNextSentence in interface ISentencepublic void removeNextSentence()
removeNextSentence in interface ISentencepublic boolean existsWord()
existsWord in interface ISentencepublic boolean hasWord(IWord wordValue)
hasWord in interface ISentencepublic int countWord()
countWord in interface ISentencepublic Iterator<Word> iterateWord()
iterateWord in interface ISentencepublic List<Word> listWord()
listWord in interface ISentencepublic void addWord(IWord wordValue)
addWord in interface ISentencepublic void addAllWord(List<? extends IWord> wordList)
addAllWord in interface ISentencepublic void removeWord(IWord wordValue)
removeWord in interface ISentencepublic void removeAllWord()
removeAllWord in interface ISentencepublic boolean existsFirstWord()
existsFirstWord in interface ISentencepublic boolean hasFirstWord(IWord wordValue)
hasFirstWord in interface ISentencepublic Word getFirstWord()
getFirstWord in interface ISentencepublic void setFirstWord(IWord wordValue)
setFirstWord in interface ISentencepublic void removeFirstWord()
removeFirstWord in interface ISentencepublic boolean existsLastWord()
existsLastWord in interface ISentencepublic boolean hasLastWord(IWord wordValue)
hasLastWord in interface ISentencepublic Word getLastWord()
getLastWord in interface ISentencepublic void setLastWord(IWord wordValue)
setLastWord in interface ISentencepublic void removeLastWord()
removeLastWord in interface ISentencepublic boolean existsPreviousSentenceTrans()
existsPreviousSentenceTrans in interface ISentencepublic boolean hasPreviousSentenceTrans(ISentence sentenceValue)
hasPreviousSentenceTrans in interface ISentencepublic int countPreviousSentenceTrans()
countPreviousSentenceTrans in interface ISentencepublic Iterator<Sentence> iteratePreviousSentenceTrans()
iteratePreviousSentenceTrans in interface ISentencepublic List<Sentence> listPreviousSentenceTrans()
listPreviousSentenceTrans in interface ISentencepublic void addPreviousSentenceTrans(ISentence sentenceValue)
addPreviousSentenceTrans in interface ISentencepublic void addAllPreviousSentenceTrans(List<? extends ISentence> sentenceList)
addAllPreviousSentenceTrans in interface ISentencepublic void removePreviousSentenceTrans(ISentence sentenceValue)
removePreviousSentenceTrans in interface ISentencepublic void removeAllPreviousSentenceTrans()
removeAllPreviousSentenceTrans in interface ISentencepublic boolean existsSuperString()
existsSuperString in interface ISentenceexistsSuperString in interface IStringpublic boolean hasSuperString(IString stringValue)
hasSuperString in interface ISentencehasSuperString in interface IStringpublic int countSuperString()
countSuperString in interface ISentencecountSuperString in interface IStringpublic Iterator<String> iterateSuperString()
iterateSuperString in interface ISentenceiterateSuperString in interface IStringpublic List<String> listSuperString()
listSuperString in interface ISentencelistSuperString in interface IStringpublic void addSuperString(IString stringValue)
addSuperString in interface ISentenceaddSuperString in interface IStringpublic void addAllSuperString(List<? extends IString> stringList)
addAllSuperString in interface ISentenceaddAllSuperString in interface IStringpublic void removeSuperString(IString stringValue)
removeSuperString in interface ISentenceremoveSuperString in interface IStringpublic void removeAllSuperString()
removeAllSuperString in interface ISentenceremoveAllSuperString in interface IStringpublic boolean existsSubString()
existsSubString in interface ISentenceexistsSubString in interface IStringpublic boolean hasSubString(IString stringValue)
hasSubString in interface ISentencehasSubString in interface IStringpublic int countSubString()
countSubString in interface ISentencecountSubString in interface IStringpublic Iterator<String> iterateSubString()
iterateSubString in interface ISentenceiterateSubString in interface IStringpublic List<String> listSubString()
listSubString in interface ISentencelistSubString in interface IStringpublic void addSubString(IString stringValue)
addSubString in interface ISentenceaddSubString in interface IStringpublic void addAllSubString(List<? extends IString> stringList)
addAllSubString in interface ISentenceaddAllSubString in interface IStringpublic void removeSubString(IString stringValue)
removeSubString in interface ISentenceremoveSubString in interface IStringpublic void removeAllSubString()
removeAllSubString in interface ISentenceremoveAllSubString in interface IStringpublic boolean existsSuperStringTrans()
existsSuperStringTrans in interface ISentenceexistsSuperStringTrans in interface IStringpublic boolean hasSuperStringTrans(IString stringValue)
hasSuperStringTrans in interface ISentencehasSuperStringTrans in interface IStringpublic int countSuperStringTrans()
countSuperStringTrans in interface ISentencecountSuperStringTrans in interface IStringpublic Iterator<String> iterateSuperStringTrans()
iterateSuperStringTrans in interface ISentenceiterateSuperStringTrans in interface IStringpublic List<String> listSuperStringTrans()
listSuperStringTrans in interface ISentencelistSuperStringTrans in interface IStringpublic void addSuperStringTrans(IString stringValue)
addSuperStringTrans in interface ISentenceaddSuperStringTrans in interface IStringpublic void addAllSuperStringTrans(List<? extends IString> stringList)
addAllSuperStringTrans in interface ISentenceaddAllSuperStringTrans in interface IStringpublic void removeSuperStringTrans(IString stringValue)
removeSuperStringTrans in interface ISentenceremoveSuperStringTrans in interface IStringpublic void removeAllSuperStringTrans()
removeAllSuperStringTrans in interface ISentenceremoveAllSuperStringTrans in interface IStringpublic boolean existsSubStringTrans()
existsSubStringTrans in interface ISentenceexistsSubStringTrans in interface IStringpublic boolean hasSubStringTrans(IString stringValue)
hasSubStringTrans in interface ISentencehasSubStringTrans in interface IStringpublic int countSubStringTrans()
countSubStringTrans in interface ISentencecountSubStringTrans in interface IStringpublic Iterator<String> iterateSubStringTrans()
iterateSubStringTrans in interface ISentenceiterateSubStringTrans in interface IStringpublic List<String> listSubStringTrans()
listSubStringTrans in interface ISentencelistSubStringTrans in interface IStringpublic void addSubStringTrans(IString stringValue)
addSubStringTrans in interface ISentenceaddSubStringTrans in interface IStringpublic void addAllSubStringTrans(List<? extends IString> stringList)
addAllSubStringTrans in interface ISentenceaddAllSubStringTrans in interface IStringpublic void removeSubStringTrans(IString stringValue)
removeSubStringTrans in interface ISentenceremoveSubStringTrans in interface IStringpublic void removeAllSubStringTrans()
removeAllSubStringTrans in interface ISentenceremoveAllSubStringTrans in interface IStringpublic boolean existsAnchorOf()
existsAnchorOf in interface ISentenceexistsAnchorOf in interface IStringpublic boolean hasAnchorOf(String stringValue)
hasAnchorOf in interface ISentencehasAnchorOf in interface IStringpublic String getAnchorOf()
getAnchorOf in interface ISentencegetAnchorOf in interface IStringpublic void setAnchorOf(String stringValue)
setAnchorOf in interface ISentencesetAnchorOf in interface IStringpublic void removeAnchorOf()
removeAnchorOf in interface ISentenceremoveAnchorOf in interface IStringpublic boolean existsEndIndex()
existsEndIndex in interface ISentenceexistsEndIndex in interface IStringpublic boolean hasEndIndex(String stringValue)
hasEndIndex in interface ISentencehasEndIndex in interface IStringpublic int countEndIndex()
countEndIndex in interface ISentencecountEndIndex in interface IStringpublic Iterator<String> iterateEndIndex()
iterateEndIndex in interface ISentenceiterateEndIndex in interface IStringpublic List<String> listEndIndex()
listEndIndex in interface ISentencelistEndIndex in interface IStringpublic void addEndIndex(String stringValue)
addEndIndex in interface ISentenceaddEndIndex in interface IStringpublic void addAllEndIndex(List<String> stringList)
addAllEndIndex in interface ISentenceaddAllEndIndex in interface IStringpublic void removeEndIndex(String stringValue)
removeEndIndex in interface ISentenceremoveEndIndex in interface IStringpublic void removeAllEndIndex()
removeAllEndIndex in interface ISentenceremoveAllEndIndex in interface IStringpublic boolean existsBeginIndex()
existsBeginIndex in interface ISentenceexistsBeginIndex in interface IStringpublic boolean hasBeginIndex(String stringValue)
hasBeginIndex in interface ISentencehasBeginIndex in interface IStringpublic int countBeginIndex()
countBeginIndex in interface ISentencecountBeginIndex in interface IStringpublic Iterator<String> iterateBeginIndex()
iterateBeginIndex in interface ISentenceiterateBeginIndex in interface IStringpublic List<String> listBeginIndex()
listBeginIndex in interface ISentencelistBeginIndex in interface IStringpublic void addBeginIndex(String stringValue)
addBeginIndex in interface ISentenceaddBeginIndex in interface IStringpublic void addAllBeginIndex(List<String> stringList)
addAllBeginIndex in interface ISentenceaddAllBeginIndex in interface IStringpublic void removeBeginIndex(String stringValue)
removeBeginIndex in interface ISentenceremoveBeginIndex in interface IStringpublic void removeAllBeginIndex()
removeAllBeginIndex in interface ISentenceremoveAllBeginIndex in interface IStringpublic boolean existsRightContext()
existsRightContext in interface ISentenceexistsRightContext in interface IStringpublic boolean hasRightContext(String stringValue)
hasRightContext in interface ISentencehasRightContext in interface IStringpublic int countRightContext()
countRightContext in interface ISentencecountRightContext in interface IStringpublic Iterator<String> iterateRightContext()
iterateRightContext in interface ISentenceiterateRightContext in interface IStringpublic List<String> listRightContext()
listRightContext in interface ISentencelistRightContext in interface IStringpublic void addRightContext(String stringValue)
addRightContext in interface ISentenceaddRightContext in interface IStringpublic void addAllRightContext(List<String> stringList)
addAllRightContext in interface ISentenceaddAllRightContext in interface IStringpublic void removeRightContext(String stringValue)
removeRightContext in interface ISentenceremoveRightContext in interface IStringpublic void removeAllRightContext()
removeAllRightContext in interface ISentenceremoveAllRightContext in interface IStringpublic boolean existsLeftContext()
existsLeftContext in interface ISentenceexistsLeftContext in interface IStringpublic boolean hasLeftContext(String stringValue)
hasLeftContext in interface ISentencehasLeftContext in interface IStringpublic int countLeftContext()
countLeftContext in interface ISentencecountLeftContext in interface IStringpublic Iterator<String> iterateLeftContext()
iterateLeftContext in interface ISentenceiterateLeftContext in interface IStringpublic List<String> listLeftContext()
listLeftContext in interface ISentencelistLeftContext in interface IStringpublic void addLeftContext(String stringValue)
addLeftContext in interface ISentenceaddLeftContext in interface IStringpublic void addAllLeftContext(List<String> stringList)
addAllLeftContext in interface ISentenceaddAllLeftContext in interface IStringpublic void removeLeftContext(String stringValue)
removeLeftContext in interface ISentenceremoveLeftContext in interface IStringpublic void removeAllLeftContext()
removeAllLeftContext in interface ISentenceremoveAllLeftContext in interface IString
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||