Uses of Class
eu.lod2.nlp2rdf.schema.error.Error

Packages that use Error
eu.lod2.nlp2rdf.schema.error   
 

Uses of Error in eu.lod2.nlp2rdf.schema.error
 

Fields in eu.lod2.nlp2rdf.schema.error with type parameters of type Error
static com.hp.hpl.jena.util.iterator.Map1<com.hp.hpl.jena.ontology.Individual,Error> Error.individualMapper
           
static com.hp.hpl.jena.util.iterator.Map1<com.hp.hpl.jena.rdf.model.RDFNode,Error> Error.nodeMapper
           
static com.hp.hpl.jena.util.iterator.Filter<Error> Error.nullFilter
          Filtering support for Error
static com.hp.hpl.jena.util.iterator.Map1<com.hp.hpl.jena.rdf.model.Statement,Error> Error.statementMapper
           
 

Methods in eu.lod2.nlp2rdf.schema.error that return Error
static Error Error.create()
           
static Error Error.create(com.hp.hpl.jena.ontology.OntModel ontModel)
           
static Error Error.create(String uri)
           
static Error Error.create(String uri, com.hp.hpl.jena.ontology.OntModel ontModel)
           
static Error Error.get(String uri)
           
static Error Error.get(String uri, com.hp.hpl.jena.ontology.OntModel ontModel)
          Static Functions for instance handling
 

Methods in eu.lod2.nlp2rdf.schema.error that return types with arguments of type Error
static Iterator<Error> Error.iterate()
           
static Iterator<Error> Error.iterate(boolean direct)
           
static Iterator<Error> Error.iterate(boolean direct, com.hp.hpl.jena.ontology.OntModel ontModel)
           
static Iterator<Error> Error.iterate(com.hp.hpl.jena.ontology.OntModel ontModel)
           
static List<Error> Error.list()
           
static List<Error> Error.list(boolean direct)
           
static List<Error> Error.list(boolean direct, com.hp.hpl.jena.ontology.OntModel ontModel)
           
static List<Error> Error.list(com.hp.hpl.jena.ontology.OntModel ontModel)
           
static
<From> com.hp.hpl.jena.util.iterator.Map1<From,Error>
Error.mapperFrom(Class<From> from)
          Mapping support for Error
 



Copyright © 2011. All Rights Reserved.