Package | Description |
---|---|
org.openimaj.rdf.owl2java |
Modifier and Type | Method and Description |
---|---|
static Map<org.openrdf.model.URI,ClassDef> |
ClassDef.loadClasses(Generator.GeneratorOptions go,
org.openrdf.repository.RepositoryConnection conn)
Loads all the class definitions from the given repository
|
Modifier and Type | Method and Description |
---|---|
void |
ClassDef.generateClass(File targetDir,
Map<org.openrdf.model.URI,String> pkgs,
Map<org.openrdf.model.URI,ClassDef> classes,
boolean flattenClassStructure,
boolean generateAnnotations,
boolean separateImplementations)
Generates a Java file in the target directory
|
void |
ClassDef.generateInterface(File targetDir,
Map<org.openrdf.model.URI,String> pkgs,
Map<org.openrdf.model.URI,ClassDef> classes)
Generates a Java interface file in the target directory
|
protected static Map<org.openrdf.model.URI,String> |
Generator.generatePackageMappings(Collection<ClassDef> classes)
Creates a cache of mappings that map URIs to package names.
|