| ApplicationBean |
This object is intended to represent the single row of data in the table application.
|
| ApplicationBean.ThemeInfo |
Hold the names of the available themes, the name of the default theme,
and the base directory that contains the theme directories.
|
| BaseResourceBean |
|
| Classes2Classes |
a class representing a direct subsumption relationship
between two ontology classes
|
| DataProperty |
class representing a property that relates an entity (object)
to a data literal
|
| DataPropertyComparator |
|
| DataPropertyStatementImpl |
a class representing an particular instance of a data property
|
| Datatype |
|
| DisplayMessage |
Store a message in the session, so it can be displayed on the page.
|
| FauxProperty |
Represents a specialization on an ObjectProperty, only meaningful for
display.
|
| IndividualImpl |
Represents a single entity record.
|
| ObjectProperty |
a class representing an object property
|
| ObjectProperty.DisplayComparator |
Sorts Property objects, by property rank, then alphanumeric.
|
| ObjectPropertyStatementImpl |
a class representing a particular instance of an object property
|
| ObjectPropertyStatementImpl.DisplayComparator |
Sorts entity object for display presentation.
|
| Ontology |
A representation of an OWL ontology resource
[kwg8-08/01/07] unified get*, set* methods with style in VClass.java
|
| PermissionSet |
Reflects a collection of Permissions that can be made available to a user.
|
| Property |
|
| Property.DisplayComparatorIgnoringPropertyGroup |
Sorts Property objects, by property rank, then alphanumeric.
|
| PropertyGroup |
|
| PropertyInstance |
Represents a Vitro object property instance.
|
| SelfEditingConfiguration |
Holds the configuration properties used in Self-Editing, and some commonly
used methods on those properties.
|
| UserAccount |
Information about the account of a user.
|
| VClass |
A Java class representing an ontology ("Vitro") class
[kwg8-07/30/07]: comments
[kwg8-07/30/07]: comments, naming cleanup
|
| VClassGroup |
|
| VClassList |
simple class that extends vclass to include a list of entites that are
members of that class.
|