Package | Description |
---|---|
org.ontoware.rdf2go | |
org.ontoware.rdf2go.impl | |
org.ontoware.rdfreactor.generator |
Modifier and Type | Method and Description |
---|---|
static Reasoning |
Reasoning.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Reasoning[] |
Reasoning.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Model |
ModelFactory.createModel(Reasoning reasoning)
Create a new Model with inferencing.
|
ModelSet |
ModelFactory.createModelSet(Reasoning reasoning)
Create a default in-memory ModelSet with given inferencing.
|
Modifier and Type | Method and Description |
---|---|
static Reasoning |
AbstractModelFactory.getReasoning(Properties p)
Utility function to help using the properties
|
Modifier and Type | Method and Description |
---|---|
Model |
AbstractModelFactory.createModel(Reasoning reasoning) |
ModelSet |
AbstractModelFactory.createModelSet(Reasoning reasoning) |
Modifier and Type | Method and Description |
---|---|
static void |
CodeGenerator.generate(Model modelWithSchemaData,
File outDir,
String packagename,
Reasoning semantics,
boolean skipbuiltins,
boolean alwaysWriteToModel,
String methodnamePrefix)
Deprecated.
|
static void |
CodeGenerator.generate(Model modelWithSchemaData,
File outDir,
String packagename,
Reasoning semantics,
boolean skipbuiltins,
String methodnamePrefix) |
static void |
CodeGenerator.generate(String schemafilename,
String outdir,
String packagename,
Reasoning semantics,
boolean skipbuiltins) |
static void |
CodeGenerator.generate(String schemafilename,
String outdir,
String packagename,
Reasoning semantics,
boolean skipbuiltins,
String methodnamePrefix)
Generate a Java class model from the given RDFS/OWL schema file
|
Copyright © 2005–2017 IT-Consulting Dr. Max V?lkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.