eu.lod2.nlp2rdf.schema.error
Interface IError

All Superinterfaces:
com.hp.hpl.jena.graph.FrontsNode, com.hp.hpl.jena.ontology.Individual, IThing, com.hp.hpl.jena.ontology.OntResource, com.hp.hpl.jena.rdf.model.RDFNode, com.hp.hpl.jena.rdf.model.Resource
All Known Implementing Classes:
Error

public interface IError
extends com.hp.hpl.jena.ontology.Individual, IThing

Interface http://nlp2rdf.lod2.eu/schema/error/Error


Method Summary
 void addAllMessage(List<String> stringList)
           
 void addAllSource(List<String> stringList)
           
 void addMessage(String stringValue)
           
 void addSource(String stringValue)
           
 int countMessage()
           
 int countSource()
           
 boolean existsFatal()
          Domain property Fatal with uri http://nlp2rdf.lod2.eu/schema/error/fatal
 boolean existsMessage()
          Domain property Message with uri http://nlp2rdf.lod2.eu/schema/error/hasMessage
 boolean existsSource()
          Domain property Source with uri http://nlp2rdf.lod2.eu/schema/error/source
 Boolean getFatal()
           
 boolean hasFatal(Boolean booleanValue)
           
 boolean hasMessage(String stringValue)
           
 boolean hasSource(String stringValue)
           
 Iterator<String> iterateMessage()
           
 Iterator<String> iterateSource()
           
 List<String> listMessage()
           
 List<String> listSource()
           
 void removeAllMessage()
           
 void removeAllSource()
           
 void removeFatal()
           
 void removeMessage(String stringValue)
           
 void removeSource(String stringValue)
           
 void setFatal(Boolean booleanValue)
           
 
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
 

Method Detail

existsFatal

boolean existsFatal()
Domain property Fatal with uri http://nlp2rdf.lod2.eu/schema/error/fatal


hasFatal

boolean hasFatal(Boolean booleanValue)

getFatal

Boolean getFatal()

setFatal

void setFatal(Boolean booleanValue)

removeFatal

void removeFatal()

existsSource

boolean existsSource()
Domain property Source with uri http://nlp2rdf.lod2.eu/schema/error/source


hasSource

boolean hasSource(String stringValue)

countSource

int countSource()

iterateSource

Iterator<String> iterateSource()

listSource

List<String> listSource()

addSource

void addSource(String stringValue)

addAllSource

void addAllSource(List<String> stringList)

removeSource

void removeSource(String stringValue)

removeAllSource

void removeAllSource()

existsMessage

boolean existsMessage()
Domain property Message with uri http://nlp2rdf.lod2.eu/schema/error/hasMessage


hasMessage

boolean hasMessage(String stringValue)

countMessage

int countMessage()

iterateMessage

Iterator<String> iterateMessage()

listMessage

List<String> listMessage()

addMessage

void addMessage(String stringValue)

addAllMessage

void addAllMessage(List<String> stringList)

removeMessage

void removeMessage(String stringValue)

removeAllMessage

void removeAllMessage()


Copyright © 2011. All Rights Reserved.