|
|||||||||
| 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.Phrase
public class Phrase
Class http://nlp2rdf.lod2.eu/schema/sso/Phrase
| Field Summary | |
|---|---|
static com.hp.hpl.jena.enhanced.Implementation |
factory
Implementation factory for Phrase |
static com.hp.hpl.jena.util.iterator.Map1<com.hp.hpl.jena.ontology.Individual,Phrase> |
individualMapper
|
static com.hp.hpl.jena.util.iterator.Map1<com.hp.hpl.jena.rdf.model.RDFNode,Phrase> |
nodeMapper
|
static com.hp.hpl.jena.util.iterator.Filter<Phrase> |
nullFilter
Filtering support for Phrase |
static com.hp.hpl.jena.util.iterator.Map1<com.hp.hpl.jena.rdf.model.Statement,Phrase> |
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 | |
|---|---|
Phrase(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 |
addAllChild(List<? extends IThing> thingList)
|
|
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 |
addChild(IThing thingValue)
|
|
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 |
countChild()
|
|
int |
countEndIndex()
|
|
int |
countLeftContext()
|
|
int |
countRightContext()
|
|
int |
countSubString()
|
|
int |
countSubStringTrans()
|
|
int |
countSuperString()
|
|
int |
countSuperStringTrans()
|
|
static Phrase |
create()
|
|
static Phrase |
create(com.hp.hpl.jena.ontology.OntModel ontModel)
|
|
static Phrase |
create(String uri)
|
|
static Phrase |
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 |
existsChild()
Domain property child with uri http://nlp2rdf.lod2.eu/schema/sso/child |
|
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 Phrase |
get(String uri)
|
|
static Phrase |
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 |
hasChild(IThing thingValue)
|
|
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<Phrase> |
iterate()
|
|
static Iterator<Phrase> |
iterate(boolean direct)
|
|
static Iterator<Phrase> |
iterate(boolean direct,
com.hp.hpl.jena.ontology.OntModel ontModel)
|
|
static Iterator<Phrase> |
iterate(com.hp.hpl.jena.ontology.OntModel ontModel)
|
|
Iterator<String> |
iterateBeginIndex()
|
|
Iterator<Thing> |
iterateChild()
|
|
Iterator<String> |
iterateEndIndex()
|
|
Iterator<String> |
iterateLeftContext()
|
|
Iterator<String> |
iterateRightContext()
|
|
Iterator<String> |
iterateSubString()
|
|
Iterator<String> |
iterateSubStringTrans()
|
|
Iterator<String> |
iterateSuperString()
|
|
Iterator<String> |
iterateSuperStringTrans()
|
|
static List<Phrase> |
list()
|
|
static List<Phrase> |
list(boolean direct)
|
|
static List<Phrase> |
list(boolean direct,
com.hp.hpl.jena.ontology.OntModel ontModel)
|
|
static List<Phrase> |
list(com.hp.hpl.jena.ontology.OntModel ontModel)
|
|
List<String> |
listBeginIndex()
|
|
List<Thing> |
listChild()
|
|
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 Phrase |
|
static void |
register()
Registers all custom classes with jena |
|
void |
removeAllBeginIndex()
|
|
void |
removeAllChild()
|
|
void |
removeAllEndIndex()
|
|
void |
removeAllLeftContext()
|
|
void |
removeAllRightContext()
|
|
void |
removeAllSubString()
|
|
void |
removeAllSubStringTrans()
|
|
void |
removeAllSuperString()
|
|
void |
removeAllSuperStringTrans()
|
|
void |
removeAnchorOf()
|
|
void |
removeBeginIndex(String stringValue)
|
|
void |
removeChild(IThing thingValue)
|
|
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 |
|---|
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<Phrase> nullFilter
public static final com.hp.hpl.jena.util.iterator.Map1<com.hp.hpl.jena.rdf.model.Statement,Phrase> statementMapper
public static final com.hp.hpl.jena.util.iterator.Map1<com.hp.hpl.jena.ontology.Individual,Phrase> individualMapper
public static final com.hp.hpl.jena.util.iterator.Map1<com.hp.hpl.jena.rdf.model.RDFNode,Phrase> nodeMapper
| Constructor Detail |
|---|
public Phrase(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,Phrase> mapperFrom(Class<From> from)
public static void register()
public static Phrase get(String uri,
com.hp.hpl.jena.ontology.OntModel ontModel)
public static Phrase get(String uri)
public static Iterator<Phrase> iterate(com.hp.hpl.jena.ontology.OntModel ontModel)
public static Iterator<Phrase> iterate()
public static List<Phrase> list(com.hp.hpl.jena.ontology.OntModel ontModel)
public static List<Phrase> list()
public static Iterator<Phrase> iterate(boolean direct,
com.hp.hpl.jena.ontology.OntModel ontModel)
public static Iterator<Phrase> iterate(boolean direct)
public static List<Phrase> list(boolean direct,
com.hp.hpl.jena.ontology.OntModel ontModel)
public static List<Phrase> 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 Phrase create(String uri,
com.hp.hpl.jena.ontology.OntModel ontModel)
public static Phrase create(com.hp.hpl.jena.ontology.OntModel ontModel)
public static Phrase create(String uri)
public static Phrase create()
public static void delete(String uri,
com.hp.hpl.jena.ontology.OntModel ontModel)
public static void delete(String uri)
public boolean existsChild()
existsChild in interface IPhrasepublic boolean hasChild(IThing thingValue)
hasChild in interface IPhrasepublic int countChild()
countChild in interface IPhrasepublic Iterator<Thing> iterateChild()
iterateChild in interface IPhrasepublic List<Thing> listChild()
listChild in interface IPhrasepublic void addChild(IThing thingValue)
addChild in interface IPhrasepublic void addAllChild(List<? extends IThing> thingList)
addAllChild in interface IPhrasepublic void removeChild(IThing thingValue)
removeChild in interface IPhrasepublic void removeAllChild()
removeAllChild in interface IPhrasepublic boolean existsSuperString()
existsSuperString in interface IPhraseexistsSuperString in interface IStringpublic boolean hasSuperString(IString stringValue)
hasSuperString in interface IPhrasehasSuperString in interface IStringpublic int countSuperString()
countSuperString in interface IPhrasecountSuperString in interface IStringpublic Iterator<String> iterateSuperString()
iterateSuperString in interface IPhraseiterateSuperString in interface IStringpublic List<String> listSuperString()
listSuperString in interface IPhraselistSuperString in interface IStringpublic void addSuperString(IString stringValue)
addSuperString in interface IPhraseaddSuperString in interface IStringpublic void addAllSuperString(List<? extends IString> stringList)
addAllSuperString in interface IPhraseaddAllSuperString in interface IStringpublic void removeSuperString(IString stringValue)
removeSuperString in interface IPhraseremoveSuperString in interface IStringpublic void removeAllSuperString()
removeAllSuperString in interface IPhraseremoveAllSuperString in interface IStringpublic boolean existsSubString()
existsSubString in interface IPhraseexistsSubString in interface IStringpublic boolean hasSubString(IString stringValue)
hasSubString in interface IPhrasehasSubString in interface IStringpublic int countSubString()
countSubString in interface IPhrasecountSubString in interface IStringpublic Iterator<String> iterateSubString()
iterateSubString in interface IPhraseiterateSubString in interface IStringpublic List<String> listSubString()
listSubString in interface IPhraselistSubString in interface IStringpublic void addSubString(IString stringValue)
addSubString in interface IPhraseaddSubString in interface IStringpublic void addAllSubString(List<? extends IString> stringList)
addAllSubString in interface IPhraseaddAllSubString in interface IStringpublic void removeSubString(IString stringValue)
removeSubString in interface IPhraseremoveSubString in interface IStringpublic void removeAllSubString()
removeAllSubString in interface IPhraseremoveAllSubString in interface IStringpublic boolean existsSuperStringTrans()
existsSuperStringTrans in interface IPhraseexistsSuperStringTrans in interface IStringpublic boolean hasSuperStringTrans(IString stringValue)
hasSuperStringTrans in interface IPhrasehasSuperStringTrans in interface IStringpublic int countSuperStringTrans()
countSuperStringTrans in interface IPhrasecountSuperStringTrans in interface IStringpublic Iterator<String> iterateSuperStringTrans()
iterateSuperStringTrans in interface IPhraseiterateSuperStringTrans in interface IStringpublic List<String> listSuperStringTrans()
listSuperStringTrans in interface IPhraselistSuperStringTrans in interface IStringpublic void addSuperStringTrans(IString stringValue)
addSuperStringTrans in interface IPhraseaddSuperStringTrans in interface IStringpublic void addAllSuperStringTrans(List<? extends IString> stringList)
addAllSuperStringTrans in interface IPhraseaddAllSuperStringTrans in interface IStringpublic void removeSuperStringTrans(IString stringValue)
removeSuperStringTrans in interface IPhraseremoveSuperStringTrans in interface IStringpublic void removeAllSuperStringTrans()
removeAllSuperStringTrans in interface IPhraseremoveAllSuperStringTrans in interface IStringpublic boolean existsSubStringTrans()
existsSubStringTrans in interface IPhraseexistsSubStringTrans in interface IStringpublic boolean hasSubStringTrans(IString stringValue)
hasSubStringTrans in interface IPhrasehasSubStringTrans in interface IStringpublic int countSubStringTrans()
countSubStringTrans in interface IPhrasecountSubStringTrans in interface IStringpublic Iterator<String> iterateSubStringTrans()
iterateSubStringTrans in interface IPhraseiterateSubStringTrans in interface IStringpublic List<String> listSubStringTrans()
listSubStringTrans in interface IPhraselistSubStringTrans in interface IStringpublic void addSubStringTrans(IString stringValue)
addSubStringTrans in interface IPhraseaddSubStringTrans in interface IStringpublic void addAllSubStringTrans(List<? extends IString> stringList)
addAllSubStringTrans in interface IPhraseaddAllSubStringTrans in interface IStringpublic void removeSubStringTrans(IString stringValue)
removeSubStringTrans in interface IPhraseremoveSubStringTrans in interface IStringpublic void removeAllSubStringTrans()
removeAllSubStringTrans in interface IPhraseremoveAllSubStringTrans in interface IStringpublic boolean existsAnchorOf()
existsAnchorOf in interface IPhraseexistsAnchorOf in interface IStringpublic boolean hasAnchorOf(String stringValue)
hasAnchorOf in interface IPhrasehasAnchorOf in interface IStringpublic String getAnchorOf()
getAnchorOf in interface IPhrasegetAnchorOf in interface IStringpublic void setAnchorOf(String stringValue)
setAnchorOf in interface IPhrasesetAnchorOf in interface IStringpublic void removeAnchorOf()
removeAnchorOf in interface IPhraseremoveAnchorOf in interface IStringpublic boolean existsEndIndex()
existsEndIndex in interface IPhraseexistsEndIndex in interface IStringpublic boolean hasEndIndex(String stringValue)
hasEndIndex in interface IPhrasehasEndIndex in interface IStringpublic int countEndIndex()
countEndIndex in interface IPhrasecountEndIndex in interface IStringpublic Iterator<String> iterateEndIndex()
iterateEndIndex in interface IPhraseiterateEndIndex in interface IStringpublic List<String> listEndIndex()
listEndIndex in interface IPhraselistEndIndex in interface IStringpublic void addEndIndex(String stringValue)
addEndIndex in interface IPhraseaddEndIndex in interface IStringpublic void addAllEndIndex(List<String> stringList)
addAllEndIndex in interface IPhraseaddAllEndIndex in interface IStringpublic void removeEndIndex(String stringValue)
removeEndIndex in interface IPhraseremoveEndIndex in interface IStringpublic void removeAllEndIndex()
removeAllEndIndex in interface IPhraseremoveAllEndIndex in interface IStringpublic boolean existsBeginIndex()
existsBeginIndex in interface IPhraseexistsBeginIndex in interface IStringpublic boolean hasBeginIndex(String stringValue)
hasBeginIndex in interface IPhrasehasBeginIndex in interface IStringpublic int countBeginIndex()
countBeginIndex in interface IPhrasecountBeginIndex in interface IStringpublic Iterator<String> iterateBeginIndex()
iterateBeginIndex in interface IPhraseiterateBeginIndex in interface IStringpublic List<String> listBeginIndex()
listBeginIndex in interface IPhraselistBeginIndex in interface IStringpublic void addBeginIndex(String stringValue)
addBeginIndex in interface IPhraseaddBeginIndex in interface IStringpublic void addAllBeginIndex(List<String> stringList)
addAllBeginIndex in interface IPhraseaddAllBeginIndex in interface IStringpublic void removeBeginIndex(String stringValue)
removeBeginIndex in interface IPhraseremoveBeginIndex in interface IStringpublic void removeAllBeginIndex()
removeAllBeginIndex in interface IPhraseremoveAllBeginIndex in interface IStringpublic boolean existsRightContext()
existsRightContext in interface IPhraseexistsRightContext in interface IStringpublic boolean hasRightContext(String stringValue)
hasRightContext in interface IPhrasehasRightContext in interface IStringpublic int countRightContext()
countRightContext in interface IPhrasecountRightContext in interface IStringpublic Iterator<String> iterateRightContext()
iterateRightContext in interface IPhraseiterateRightContext in interface IStringpublic List<String> listRightContext()
listRightContext in interface IPhraselistRightContext in interface IStringpublic void addRightContext(String stringValue)
addRightContext in interface IPhraseaddRightContext in interface IStringpublic void addAllRightContext(List<String> stringList)
addAllRightContext in interface IPhraseaddAllRightContext in interface IStringpublic void removeRightContext(String stringValue)
removeRightContext in interface IPhraseremoveRightContext in interface IStringpublic void removeAllRightContext()
removeAllRightContext in interface IPhraseremoveAllRightContext in interface IStringpublic boolean existsLeftContext()
existsLeftContext in interface IPhraseexistsLeftContext in interface IStringpublic boolean hasLeftContext(String stringValue)
hasLeftContext in interface IPhrasehasLeftContext in interface IStringpublic int countLeftContext()
countLeftContext in interface IPhrasecountLeftContext in interface IStringpublic Iterator<String> iterateLeftContext()
iterateLeftContext in interface IPhraseiterateLeftContext in interface IStringpublic List<String> listLeftContext()
listLeftContext in interface IPhraselistLeftContext in interface IStringpublic void addLeftContext(String stringValue)
addLeftContext in interface IPhraseaddLeftContext in interface IStringpublic void addAllLeftContext(List<String> stringList)
addAllLeftContext in interface IPhraseaddAllLeftContext in interface IStringpublic void removeLeftContext(String stringValue)
removeLeftContext in interface IPhraseremoveLeftContext in interface IStringpublic void removeAllLeftContext()
removeAllLeftContext in interface IPhraseremoveAllLeftContext in interface IString
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||