|
|||||||||
| 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.str.OffsetBasedString
public class OffsetBasedString
Class http://nlp2rdf.lod2.eu/schema/string/OffsetBasedString
| Field Summary | |
|---|---|
static com.hp.hpl.jena.enhanced.Implementation |
factory
Implementation factory for OffsetBasedString |
static com.hp.hpl.jena.util.iterator.Map1<com.hp.hpl.jena.ontology.Individual,OffsetBasedString> |
individualMapper
|
static com.hp.hpl.jena.util.iterator.Map1<com.hp.hpl.jena.rdf.model.RDFNode,OffsetBasedString> |
nodeMapper
|
static com.hp.hpl.jena.util.iterator.Filter<OffsetBasedString> |
nullFilter
Filtering support for OffsetBasedString |
static com.hp.hpl.jena.util.iterator.Map1<com.hp.hpl.jena.rdf.model.Statement,OffsetBasedString> |
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 | |
|---|---|
OffsetBasedString(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 |
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 |
addBeginIndex(String stringValue)
|
|
void |
addEndIndex(String stringValue)
|
|
void |
addLeftContext(String stringValue)
|
|
void |
addRightContext(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 |
countRightContext()
|
|
int |
countSubString()
|
|
int |
countSubStringTrans()
|
|
int |
countSuperString()
|
|
int |
countSuperStringTrans()
|
|
static OffsetBasedString |
create()
|
|
static OffsetBasedString |
create(com.hp.hpl.jena.ontology.OntModel ontModel)
|
|
static OffsetBasedString |
create(String uri)
|
|
static OffsetBasedString |
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 |
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 |
|
static OffsetBasedString |
get(String uri)
|
|
static OffsetBasedString |
get(String uri,
com.hp.hpl.jena.ontology.OntModel ontModel)
Static Functions for instance handling |
|
String |
getAnchorOf()
|
|
boolean |
hasAnchorOf(String stringValue)
|
|
boolean |
hasBeginIndex(String stringValue)
|
|
boolean |
hasEndIndex(String stringValue)
|
|
boolean |
hasLeftContext(String stringValue)
|
|
boolean |
hasRightContext(String stringValue)
|
|
boolean |
hasSubString(IString stringValue)
|
|
boolean |
hasSubStringTrans(IString stringValue)
|
|
boolean |
hasSuperString(IString stringValue)
|
|
boolean |
hasSuperStringTrans(IString stringValue)
|
|
static Iterator<OffsetBasedString> |
iterate()
|
|
static Iterator<OffsetBasedString> |
iterate(boolean direct)
|
|
static Iterator<OffsetBasedString> |
iterate(boolean direct,
com.hp.hpl.jena.ontology.OntModel ontModel)
|
|
static Iterator<OffsetBasedString> |
iterate(com.hp.hpl.jena.ontology.OntModel ontModel)
|
|
Iterator<String> |
iterateBeginIndex()
|
|
Iterator<String> |
iterateEndIndex()
|
|
Iterator<String> |
iterateLeftContext()
|
|
Iterator<String> |
iterateRightContext()
|
|
Iterator<String> |
iterateSubString()
|
|
Iterator<String> |
iterateSubStringTrans()
|
|
Iterator<String> |
iterateSuperString()
|
|
Iterator<String> |
iterateSuperStringTrans()
|
|
static List<OffsetBasedString> |
list()
|
|
static List<OffsetBasedString> |
list(boolean direct)
|
|
static List<OffsetBasedString> |
list(boolean direct,
com.hp.hpl.jena.ontology.OntModel ontModel)
|
|
static List<OffsetBasedString> |
list(com.hp.hpl.jena.ontology.OntModel ontModel)
|
|
List<String> |
listBeginIndex()
|
|
List<String> |
listEndIndex()
|
|
List<String> |
listLeftContext()
|
|
List<String> |
listRightContext()
|
|
List<String> |
listSubString()
|
|
List<String> |
listSubStringTrans()
|
|
List<String> |
listSuperString()
|
|
List<String> |
listSuperStringTrans()
|
|
static
|
mapperFrom(Class<From> from)
Mapping support for OffsetBasedString |
|
static void |
register()
Registers all custom classes with jena |
|
void |
removeAllBeginIndex()
|
|
void |
removeAllEndIndex()
|
|
void |
removeAllLeftContext()
|
|
void |
removeAllRightContext()
|
|
void |
removeAllSubString()
|
|
void |
removeAllSubStringTrans()
|
|
void |
removeAllSuperString()
|
|
void |
removeAllSuperStringTrans()
|
|
void |
removeAnchorOf()
|
|
void |
removeBeginIndex(String stringValue)
|
|
void |
removeEndIndex(String stringValue)
|
|
void |
removeLeftContext(String stringValue)
|
|
void |
removeRightContext(String stringValue)
|
|
void |
removeSubString(IString stringValue)
|
|
void |
removeSubStringTrans(IString stringValue)
|
|
void |
removeSuperString(IString stringValue)
|
|
void |
removeSuperStringTrans(IString stringValue)
|
|
void |
setAnchorOf(String stringValue)
|
|
| 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<OffsetBasedString> nullFilter
public static final com.hp.hpl.jena.util.iterator.Map1<com.hp.hpl.jena.rdf.model.Statement,OffsetBasedString> statementMapper
public static final com.hp.hpl.jena.util.iterator.Map1<com.hp.hpl.jena.ontology.Individual,OffsetBasedString> individualMapper
public static final com.hp.hpl.jena.util.iterator.Map1<com.hp.hpl.jena.rdf.model.RDFNode,OffsetBasedString> nodeMapper
| Constructor Detail |
|---|
public OffsetBasedString(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,OffsetBasedString> mapperFrom(Class<From> from)
public static void register()
public static OffsetBasedString get(String uri,
com.hp.hpl.jena.ontology.OntModel ontModel)
public static OffsetBasedString get(String uri)
public static Iterator<OffsetBasedString> iterate(com.hp.hpl.jena.ontology.OntModel ontModel)
public static Iterator<OffsetBasedString> iterate()
public static List<OffsetBasedString> list(com.hp.hpl.jena.ontology.OntModel ontModel)
public static List<OffsetBasedString> list()
public static Iterator<OffsetBasedString> iterate(boolean direct,
com.hp.hpl.jena.ontology.OntModel ontModel)
public static Iterator<OffsetBasedString> iterate(boolean direct)
public static List<OffsetBasedString> list(boolean direct,
com.hp.hpl.jena.ontology.OntModel ontModel)
public static List<OffsetBasedString> 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 OffsetBasedString create(String uri,
com.hp.hpl.jena.ontology.OntModel ontModel)
public static OffsetBasedString create(com.hp.hpl.jena.ontology.OntModel ontModel)
public static OffsetBasedString create(String uri)
public static OffsetBasedString create()
public static void delete(String uri,
com.hp.hpl.jena.ontology.OntModel ontModel)
public static void delete(String uri)
public boolean existsSuperString()
existsSuperString in interface IOffsetBasedStringexistsSuperString in interface IStringpublic boolean hasSuperString(IString stringValue)
hasSuperString in interface IOffsetBasedStringhasSuperString in interface IStringpublic int countSuperString()
countSuperString in interface IOffsetBasedStringcountSuperString in interface IStringpublic Iterator<String> iterateSuperString()
iterateSuperString in interface IOffsetBasedStringiterateSuperString in interface IStringpublic List<String> listSuperString()
listSuperString in interface IOffsetBasedStringlistSuperString in interface IStringpublic void addSuperString(IString stringValue)
addSuperString in interface IOffsetBasedStringaddSuperString in interface IStringpublic void addAllSuperString(List<? extends IString> stringList)
addAllSuperString in interface IOffsetBasedStringaddAllSuperString in interface IStringpublic void removeSuperString(IString stringValue)
removeSuperString in interface IOffsetBasedStringremoveSuperString in interface IStringpublic void removeAllSuperString()
removeAllSuperString in interface IOffsetBasedStringremoveAllSuperString in interface IStringpublic boolean existsSubString()
existsSubString in interface IOffsetBasedStringexistsSubString in interface IStringpublic boolean hasSubString(IString stringValue)
hasSubString in interface IOffsetBasedStringhasSubString in interface IStringpublic int countSubString()
countSubString in interface IOffsetBasedStringcountSubString in interface IStringpublic Iterator<String> iterateSubString()
iterateSubString in interface IOffsetBasedStringiterateSubString in interface IStringpublic List<String> listSubString()
listSubString in interface IOffsetBasedStringlistSubString in interface IStringpublic void addSubString(IString stringValue)
addSubString in interface IOffsetBasedStringaddSubString in interface IStringpublic void addAllSubString(List<? extends IString> stringList)
addAllSubString in interface IOffsetBasedStringaddAllSubString in interface IStringpublic void removeSubString(IString stringValue)
removeSubString in interface IOffsetBasedStringremoveSubString in interface IStringpublic void removeAllSubString()
removeAllSubString in interface IOffsetBasedStringremoveAllSubString in interface IStringpublic boolean existsSuperStringTrans()
existsSuperStringTrans in interface IOffsetBasedStringexistsSuperStringTrans in interface IStringpublic boolean hasSuperStringTrans(IString stringValue)
hasSuperStringTrans in interface IOffsetBasedStringhasSuperStringTrans in interface IStringpublic int countSuperStringTrans()
countSuperStringTrans in interface IOffsetBasedStringcountSuperStringTrans in interface IStringpublic Iterator<String> iterateSuperStringTrans()
iterateSuperStringTrans in interface IOffsetBasedStringiterateSuperStringTrans in interface IStringpublic List<String> listSuperStringTrans()
listSuperStringTrans in interface IOffsetBasedStringlistSuperStringTrans in interface IStringpublic void addSuperStringTrans(IString stringValue)
addSuperStringTrans in interface IOffsetBasedStringaddSuperStringTrans in interface IStringpublic void addAllSuperStringTrans(List<? extends IString> stringList)
addAllSuperStringTrans in interface IOffsetBasedStringaddAllSuperStringTrans in interface IStringpublic void removeSuperStringTrans(IString stringValue)
removeSuperStringTrans in interface IOffsetBasedStringremoveSuperStringTrans in interface IStringpublic void removeAllSuperStringTrans()
removeAllSuperStringTrans in interface IOffsetBasedStringremoveAllSuperStringTrans in interface IStringpublic boolean existsSubStringTrans()
existsSubStringTrans in interface IOffsetBasedStringexistsSubStringTrans in interface IStringpublic boolean hasSubStringTrans(IString stringValue)
hasSubStringTrans in interface IOffsetBasedStringhasSubStringTrans in interface IStringpublic int countSubStringTrans()
countSubStringTrans in interface IOffsetBasedStringcountSubStringTrans in interface IStringpublic Iterator<String> iterateSubStringTrans()
iterateSubStringTrans in interface IOffsetBasedStringiterateSubStringTrans in interface IStringpublic List<String> listSubStringTrans()
listSubStringTrans in interface IOffsetBasedStringlistSubStringTrans in interface IStringpublic void addSubStringTrans(IString stringValue)
addSubStringTrans in interface IOffsetBasedStringaddSubStringTrans in interface IStringpublic void addAllSubStringTrans(List<? extends IString> stringList)
addAllSubStringTrans in interface IOffsetBasedStringaddAllSubStringTrans in interface IStringpublic void removeSubStringTrans(IString stringValue)
removeSubStringTrans in interface IOffsetBasedStringremoveSubStringTrans in interface IStringpublic void removeAllSubStringTrans()
removeAllSubStringTrans in interface IOffsetBasedStringremoveAllSubStringTrans in interface IStringpublic boolean existsAnchorOf()
existsAnchorOf in interface IOffsetBasedStringexistsAnchorOf in interface IStringpublic boolean hasAnchorOf(String stringValue)
hasAnchorOf in interface IOffsetBasedStringhasAnchorOf in interface IStringpublic String getAnchorOf()
getAnchorOf in interface IOffsetBasedStringgetAnchorOf in interface IStringpublic void setAnchorOf(String stringValue)
setAnchorOf in interface IOffsetBasedStringsetAnchorOf in interface IStringpublic void removeAnchorOf()
removeAnchorOf in interface IOffsetBasedStringremoveAnchorOf in interface IStringpublic boolean existsEndIndex()
existsEndIndex in interface IOffsetBasedStringexistsEndIndex in interface IStringpublic boolean hasEndIndex(String stringValue)
hasEndIndex in interface IOffsetBasedStringhasEndIndex in interface IStringpublic int countEndIndex()
countEndIndex in interface IOffsetBasedStringcountEndIndex in interface IStringpublic Iterator<String> iterateEndIndex()
iterateEndIndex in interface IOffsetBasedStringiterateEndIndex in interface IStringpublic List<String> listEndIndex()
listEndIndex in interface IOffsetBasedStringlistEndIndex in interface IStringpublic void addEndIndex(String stringValue)
addEndIndex in interface IOffsetBasedStringaddEndIndex in interface IStringpublic void addAllEndIndex(List<String> stringList)
addAllEndIndex in interface IOffsetBasedStringaddAllEndIndex in interface IStringpublic void removeEndIndex(String stringValue)
removeEndIndex in interface IOffsetBasedStringremoveEndIndex in interface IStringpublic void removeAllEndIndex()
removeAllEndIndex in interface IOffsetBasedStringremoveAllEndIndex in interface IStringpublic boolean existsBeginIndex()
existsBeginIndex in interface IOffsetBasedStringexistsBeginIndex in interface IStringpublic boolean hasBeginIndex(String stringValue)
hasBeginIndex in interface IOffsetBasedStringhasBeginIndex in interface IStringpublic int countBeginIndex()
countBeginIndex in interface IOffsetBasedStringcountBeginIndex in interface IStringpublic Iterator<String> iterateBeginIndex()
iterateBeginIndex in interface IOffsetBasedStringiterateBeginIndex in interface IStringpublic List<String> listBeginIndex()
listBeginIndex in interface IOffsetBasedStringlistBeginIndex in interface IStringpublic void addBeginIndex(String stringValue)
addBeginIndex in interface IOffsetBasedStringaddBeginIndex in interface IStringpublic void addAllBeginIndex(List<String> stringList)
addAllBeginIndex in interface IOffsetBasedStringaddAllBeginIndex in interface IStringpublic void removeBeginIndex(String stringValue)
removeBeginIndex in interface IOffsetBasedStringremoveBeginIndex in interface IStringpublic void removeAllBeginIndex()
removeAllBeginIndex in interface IOffsetBasedStringremoveAllBeginIndex in interface IStringpublic boolean existsRightContext()
existsRightContext in interface IOffsetBasedStringexistsRightContext in interface IStringpublic boolean hasRightContext(String stringValue)
hasRightContext in interface IOffsetBasedStringhasRightContext in interface IStringpublic int countRightContext()
countRightContext in interface IOffsetBasedStringcountRightContext in interface IStringpublic Iterator<String> iterateRightContext()
iterateRightContext in interface IOffsetBasedStringiterateRightContext in interface IStringpublic List<String> listRightContext()
listRightContext in interface IOffsetBasedStringlistRightContext in interface IStringpublic void addRightContext(String stringValue)
addRightContext in interface IOffsetBasedStringaddRightContext in interface IStringpublic void addAllRightContext(List<String> stringList)
addAllRightContext in interface IOffsetBasedStringaddAllRightContext in interface IStringpublic void removeRightContext(String stringValue)
removeRightContext in interface IOffsetBasedStringremoveRightContext in interface IStringpublic void removeAllRightContext()
removeAllRightContext in interface IOffsetBasedStringremoveAllRightContext in interface IStringpublic boolean existsLeftContext()
existsLeftContext in interface IOffsetBasedStringexistsLeftContext in interface IStringpublic boolean hasLeftContext(String stringValue)
hasLeftContext in interface IOffsetBasedStringhasLeftContext in interface IStringpublic int countLeftContext()
countLeftContext in interface IOffsetBasedStringcountLeftContext in interface IStringpublic Iterator<String> iterateLeftContext()
iterateLeftContext in interface IOffsetBasedStringiterateLeftContext in interface IStringpublic List<String> listLeftContext()
listLeftContext in interface IOffsetBasedStringlistLeftContext in interface IStringpublic void addLeftContext(String stringValue)
addLeftContext in interface IOffsetBasedStringaddLeftContext in interface IStringpublic void addAllLeftContext(List<String> stringList)
addAllLeftContext in interface IOffsetBasedStringaddAllLeftContext in interface IStringpublic void removeLeftContext(String stringValue)
removeLeftContext in interface IOffsetBasedStringremoveLeftContext in interface IStringpublic void removeAllLeftContext()
removeAllLeftContext in interface IOffsetBasedStringremoveAllLeftContext in interface IString
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||