org.ontoware.rdfreactor.generator.java |
|
Java Source File Name | Type | Comment |
JClass.java | Class | A JClass represents a class in a JModel. |
JMapped.java | Class | JMapped is used as the superclass of Objects in a JModel which can be mapped to
an URI. |
JModel.java | Class | A JModel is the result of the translation of a given RDFS/OWL
ontology, and is used as an internal representation of the ontology. |
JPackage.java | Class | A JPackage represents a package in Java. |
JProperty.java | Class | A JProperty represents a property of a JClass in the JModel.
(A JProperty can be thought of as a property in the Java Bean sense.)
Every JProperty has a name, a comment, a URI to which it is Mapped in the JModel,
a List of JClasses from which it is a property, an inverse property, as well as
a minimum and maximum cardinality. |