Package | Description |
---|---|
org.ontoware.rdfreactor.generator.java |
Modifier and Type | Field and Description |
---|---|
static JClass |
JClass.OWL_CLASS |
static JClass |
JClass.RDFS_CLASS |
static JClass |
JClass.RESOURCE |
static JClass |
JClass.STRING |
Modifier and Type | Method and Description |
---|---|
JClass |
JProperty.getFirstType()
for veloctiy
|
JClass |
JProperty.getJClass() |
JClass |
JModel.getMapping(Resource resource) |
JClass |
JModel.getRoot() |
JClass |
JClass.getSuperclass() |
Modifier and Type | Method and Description |
---|---|
List<JClass> |
JPackage.getClasses() |
List<JClass> |
JClass.getSuperclasses() |
Set<JClass> |
JClass.getTransitiveSuperclasses() |
Collection<JClass> |
JProperty.getTypes() |
Modifier and Type | Method and Description |
---|---|
void |
JPackage.addClass(JClass someClass) |
void |
JModel.addMapping(Resource id,
JClass jc)
Add a mapping to the JModel
|
void |
JClass.addSuperclass(JClass superclass) |
void |
JProperty.addType(JClass type) |
int |
JClass.compareTo(JClass other) |
boolean |
JModel.containsJClass(JClass jclass) |
int |
JClass.getInheritanceDistanceFrom(JClass root)
Calculate the inheritance distance of this JClass from the given root
JClass.
|
void |
JClass.setJavaSuperclass(JClass javaSuperclass)
Double-link
|
void |
JModel.setRoot(JClass root)
Set the root of this JModel
|
Constructor and Description |
---|
JModel(JClass root)
the only constructor:
|
JProperty(JClass clazz,
String name,
URI mappedTo)
constructor without cardinalities
|
JProperty(JClass clazz,
String name,
URI mappedTo,
int minCardinality,
int maxCardinality)
constructor with all parameters
|
Copyright © 2005–2018 IT-Consulting Dr. Max Völkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.