eu.lod2.nlp2rdf.schema.str
Class String

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.str.String
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, IString

public class String
extends com.hp.hpl.jena.ontology.impl.IndividualImpl
implements IString

Class http://nlp2rdf.lod2.eu/schema/string/String


Field Summary
static com.hp.hpl.jena.enhanced.Implementation factory
          Implementation factory for String
static com.hp.hpl.jena.util.iterator.Map1<com.hp.hpl.jena.ontology.Individual,String> individualMapper
           
static com.hp.hpl.jena.util.iterator.Map1<com.hp.hpl.jena.rdf.model.RDFNode,String> nodeMapper
           
static com.hp.hpl.jena.util.iterator.Filter<String> nullFilter
          Filtering support for String
static com.hp.hpl.jena.util.iterator.Map1<com.hp.hpl.jena.rdf.model.Statement,String> 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
String(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 String create()
           
static String create(com.hp.hpl.jena.ontology.OntModel ontModel)
           
static String create(String uri)
           
static String 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 String get(String uri)
           
static String 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<String> iterate()
           
static Iterator<String> iterate(boolean direct)
           
static Iterator<String> iterate(boolean direct, com.hp.hpl.jena.ontology.OntModel ontModel)
           
static Iterator<String> 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<String> list()
           
static List<String> list(boolean direct)
           
static List<String> list(boolean direct, com.hp.hpl.jena.ontology.OntModel ontModel)
           
static List<String> 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
<From> com.hp.hpl.jena.util.iterator.Map1<From,String>
mapperFrom(Class<From> from)
          Mapping support for String
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
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 String


nullFilter

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


statementMapper

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

individualMapper

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

nodeMapper

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

String

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


register

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


get

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


get

public static String get(String uri)

iterate

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

iterate

public static Iterator<String> iterate()

list

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

list

public static List<String> list()

iterate

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

iterate

public static Iterator<String> iterate(boolean direct)

list

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

list

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

create

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

create

public static String create(String uri)

create

public static String create()

delete

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

delete

public static void delete(String uri)

existsSuperString

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

Specified by:
existsSuperString in interface IString

hasSuperString

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

countSuperString

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

iterateSuperString

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

listSuperString

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

addSuperString

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

addAllSuperString

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

removeSuperString

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

removeAllSuperString

public void removeAllSuperString()
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 IString

hasSubString

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

countSubString

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

iterateSubString

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

listSubString

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

addSubString

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

addAllSubString

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

removeSubString

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

removeAllSubString

public void removeAllSubString()
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 IString

hasSuperStringTrans

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

countSuperStringTrans

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

iterateSuperStringTrans

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

listSuperStringTrans

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

addSuperStringTrans

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

addAllSuperStringTrans

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

removeSuperStringTrans

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

removeAllSuperStringTrans

public void removeAllSuperStringTrans()
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 IString

hasSubStringTrans

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

countSubStringTrans

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

iterateSubStringTrans

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

listSubStringTrans

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

addSubStringTrans

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

addAllSubStringTrans

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

removeSubStringTrans

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

removeAllSubStringTrans

public void removeAllSubStringTrans()
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 IString

hasAnchorOf

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

getAnchorOf

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

setAnchorOf

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

removeAnchorOf

public void removeAnchorOf()
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 IString

hasEndIndex

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

countEndIndex

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

iterateEndIndex

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

listEndIndex

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

addEndIndex

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

addAllEndIndex

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

removeEndIndex

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

removeAllEndIndex

public void removeAllEndIndex()
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 IString

hasBeginIndex

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

countBeginIndex

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

iterateBeginIndex

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

listBeginIndex

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

addBeginIndex

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

addAllBeginIndex

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

removeBeginIndex

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

removeAllBeginIndex

public void removeAllBeginIndex()
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 IString

hasRightContext

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

countRightContext

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

iterateRightContext

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

listRightContext

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

addRightContext

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

addAllRightContext

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

removeRightContext

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

removeAllRightContext

public void removeAllRightContext()
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 IString

hasLeftContext

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

countLeftContext

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

iterateLeftContext

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

listLeftContext

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

addLeftContext

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

addAllLeftContext

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

removeLeftContext

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

removeAllLeftContext

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


Copyright © 2011. All Rights Reserved.