eu.lod2.nlp2rdf.schema.sso
Class Sentence

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.Sentence
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, ISentence, IString

public class Sentence
extends com.hp.hpl.jena.ontology.impl.IndividualImpl
implements ISentence

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
<From> com.hp.hpl.jena.util.iterator.Map1<From,Sentence>
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

factory

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


nullFilter

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


statementMapper

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

individualMapper

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

nodeMapper

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

Sentence

public Sentence(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,Sentence> mapperFrom(Class<From> from)
Mapping support for Sentence


register

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


get

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


get

public static Sentence get(String uri)

iterate

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

iterate

public static Iterator<Sentence> iterate()

list

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

list

public static List<Sentence> list()

iterate

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

iterate

public static Iterator<Sentence> iterate(boolean direct)

list

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

list

public static List<Sentence> 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 Sentence create(String uri,
                              com.hp.hpl.jena.ontology.OntModel ontModel)

create

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

create

public static Sentence create(String uri)

create

public static Sentence create()

delete

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

delete

public static void delete(String uri)

existsPreviousSentence

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

Specified by:
existsPreviousSentence in interface ISentence

hasPreviousSentence

public boolean hasPreviousSentence(ISentence sentenceValue)
Specified by:
hasPreviousSentence in interface ISentence

getPreviousSentence

public Sentence getPreviousSentence()
Specified by:
getPreviousSentence in interface ISentence

setPreviousSentence

public void setPreviousSentence(ISentence sentenceValue)
Specified by:
setPreviousSentence in interface ISentence

removePreviousSentence

public void removePreviousSentence()
Specified by:
removePreviousSentence in interface ISentence

existsNextSentence

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

Specified by:
existsNextSentence in interface ISentence

hasNextSentence

public boolean hasNextSentence(ISentence sentenceValue)
Specified by:
hasNextSentence in interface ISentence

getNextSentence

public Sentence getNextSentence()
Specified by:
getNextSentence in interface ISentence

setNextSentence

public void setNextSentence(ISentence sentenceValue)
Specified by:
setNextSentence in interface ISentence

removeNextSentence

public void removeNextSentence()
Specified by:
removeNextSentence in interface ISentence

existsWord

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

Specified by:
existsWord in interface ISentence

hasWord

public boolean hasWord(IWord wordValue)
Specified by:
hasWord in interface ISentence

countWord

public int countWord()
Specified by:
countWord in interface ISentence

iterateWord

public Iterator<Word> iterateWord()
Specified by:
iterateWord in interface ISentence

listWord

public List<Word> listWord()
Specified by:
listWord in interface ISentence

addWord

public void addWord(IWord wordValue)
Specified by:
addWord in interface ISentence

addAllWord

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

removeWord

public void removeWord(IWord wordValue)
Specified by:
removeWord in interface ISentence

removeAllWord

public void removeAllWord()
Specified by:
removeAllWord in interface ISentence

existsFirstWord

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

Specified by:
existsFirstWord in interface ISentence

hasFirstWord

public boolean hasFirstWord(IWord wordValue)
Specified by:
hasFirstWord in interface ISentence

getFirstWord

public Word getFirstWord()
Specified by:
getFirstWord in interface ISentence

setFirstWord

public void setFirstWord(IWord wordValue)
Specified by:
setFirstWord in interface ISentence

removeFirstWord

public void removeFirstWord()
Specified by:
removeFirstWord in interface ISentence

existsLastWord

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

Specified by:
existsLastWord in interface ISentence

hasLastWord

public boolean hasLastWord(IWord wordValue)
Specified by:
hasLastWord in interface ISentence

getLastWord

public Word getLastWord()
Specified by:
getLastWord in interface ISentence

setLastWord

public void setLastWord(IWord wordValue)
Specified by:
setLastWord in interface ISentence

removeLastWord

public void removeLastWord()
Specified by:
removeLastWord in interface ISentence

existsPreviousSentenceTrans

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

Specified by:
existsPreviousSentenceTrans in interface ISentence

hasPreviousSentenceTrans

public boolean hasPreviousSentenceTrans(ISentence sentenceValue)
Specified by:
hasPreviousSentenceTrans in interface ISentence

countPreviousSentenceTrans

public int countPreviousSentenceTrans()
Specified by:
countPreviousSentenceTrans in interface ISentence

iteratePreviousSentenceTrans

public Iterator<Sentence> iteratePreviousSentenceTrans()
Specified by:
iteratePreviousSentenceTrans in interface ISentence

listPreviousSentenceTrans

public List<Sentence> listPreviousSentenceTrans()
Specified by:
listPreviousSentenceTrans in interface ISentence

addPreviousSentenceTrans

public void addPreviousSentenceTrans(ISentence sentenceValue)
Specified by:
addPreviousSentenceTrans in interface ISentence

addAllPreviousSentenceTrans

public void addAllPreviousSentenceTrans(List<? extends ISentence> sentenceList)
Specified by:
addAllPreviousSentenceTrans in interface ISentence

removePreviousSentenceTrans

public void removePreviousSentenceTrans(ISentence sentenceValue)
Specified by:
removePreviousSentenceTrans in interface ISentence

removeAllPreviousSentenceTrans

public void removeAllPreviousSentenceTrans()
Specified by:
removeAllPreviousSentenceTrans in interface ISentence

existsSuperString

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

Specified by:
existsSuperString in interface ISentence
Specified by:
existsSuperString in interface IString

hasSuperString

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

countSuperString

public int countSuperString()
Specified by:
countSuperString in interface ISentence
Specified by:
countSuperString in interface IString

iterateSuperString

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

listSuperString

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

addSuperString

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

addAllSuperString

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

removeSuperString

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

removeAllSuperString

public void removeAllSuperString()
Specified by:
removeAllSuperString in interface ISentence
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 ISentence
Specified by:
existsSubString in interface IString

hasSubString

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

countSubString

public int countSubString()
Specified by:
countSubString in interface ISentence
Specified by:
countSubString in interface IString

iterateSubString

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

listSubString

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

addSubString

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

addAllSubString

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

removeSubString

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

removeAllSubString

public void removeAllSubString()
Specified by:
removeAllSubString in interface ISentence
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 ISentence
Specified by:
existsSuperStringTrans in interface IString

hasSuperStringTrans

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

countSuperStringTrans

public int countSuperStringTrans()
Specified by:
countSuperStringTrans in interface ISentence
Specified by:
countSuperStringTrans in interface IString

iterateSuperStringTrans

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

listSuperStringTrans

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

addSuperStringTrans

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

addAllSuperStringTrans

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

removeSuperStringTrans

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

removeAllSuperStringTrans

public void removeAllSuperStringTrans()
Specified by:
removeAllSuperStringTrans in interface ISentence
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 ISentence
Specified by:
existsSubStringTrans in interface IString

hasSubStringTrans

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

countSubStringTrans

public int countSubStringTrans()
Specified by:
countSubStringTrans in interface ISentence
Specified by:
countSubStringTrans in interface IString

iterateSubStringTrans

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

listSubStringTrans

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

addSubStringTrans

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

addAllSubStringTrans

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

removeSubStringTrans

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

removeAllSubStringTrans

public void removeAllSubStringTrans()
Specified by:
removeAllSubStringTrans in interface ISentence
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 ISentence
Specified by:
existsAnchorOf in interface IString

hasAnchorOf

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

getAnchorOf

public String getAnchorOf()
Specified by:
getAnchorOf in interface ISentence
Specified by:
getAnchorOf in interface IString

setAnchorOf

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

removeAnchorOf

public void removeAnchorOf()
Specified by:
removeAnchorOf in interface ISentence
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 ISentence
Specified by:
existsEndIndex in interface IString

hasEndIndex

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

countEndIndex

public int countEndIndex()
Specified by:
countEndIndex in interface ISentence
Specified by:
countEndIndex in interface IString

iterateEndIndex

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

listEndIndex

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

addEndIndex

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

addAllEndIndex

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

removeEndIndex

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

removeAllEndIndex

public void removeAllEndIndex()
Specified by:
removeAllEndIndex in interface ISentence
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 ISentence
Specified by:
existsBeginIndex in interface IString

hasBeginIndex

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

countBeginIndex

public int countBeginIndex()
Specified by:
countBeginIndex in interface ISentence
Specified by:
countBeginIndex in interface IString

iterateBeginIndex

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

listBeginIndex

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

addBeginIndex

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

addAllBeginIndex

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

removeBeginIndex

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

removeAllBeginIndex

public void removeAllBeginIndex()
Specified by:
removeAllBeginIndex in interface ISentence
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 ISentence
Specified by:
existsRightContext in interface IString

hasRightContext

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

countRightContext

public int countRightContext()
Specified by:
countRightContext in interface ISentence
Specified by:
countRightContext in interface IString

iterateRightContext

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

listRightContext

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

addRightContext

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

addAllRightContext

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

removeRightContext

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

removeAllRightContext

public void removeAllRightContext()
Specified by:
removeAllRightContext in interface ISentence
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 ISentence
Specified by:
existsLeftContext in interface IString

hasLeftContext

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

countLeftContext

public int countLeftContext()
Specified by:
countLeftContext in interface ISentence
Specified by:
countLeftContext in interface IString

iterateLeftContext

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

listLeftContext

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

addLeftContext

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

addAllLeftContext

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

removeLeftContext

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

removeAllLeftContext

public void removeAllLeftContext()
Specified by:
removeAllLeftContext in interface ISentence
Specified by:
removeAllLeftContext in interface IString


Copyright © 2011. All Rights Reserved.