| AttributeDescriptor |
Describes an attribute of a class - i.e.
|
| ClassDescriptor |
Describe a business model class.
|
| CollectionDescriptor |
Describes a field that references a collection of other objects.
|
| ConstraintOp |
Operations used in building constraints.
|
| DescriptorUtils |
|
| FieldDescriptor |
Abstract representation of a field within a class - could be an attribute, an
object reference or a collection.
|
| InterMineModelParser |
Parse InterMine metadata XML to produce an InterMine Model
|
| Model |
Represents a named business model, makes available metadata for each class
within model.
|
| ModelFactory |
A class that loads a model given a name.
|
| NonOverrideableProperties |
Subclass of java.util.Properties that rejects duplicate definitions of a given property.
|
| PrimaryKey |
Class representing a primary key as a list of field names
|
| PrimaryKeyUtil |
Utility methods for PrimaryKey objects.
|
| ReferenceDescriptor |
Describes a field that references a single other class (i.e.
|
| SAXParser |
Basic SAX Parser
|
| StringUtil |
Collection of commonly used String utilities
|
| StringUtil.LineWrappedString |
Class for returning multiple values from the wrapLines method.
|
| TextTable |
A utility class for generating multi-column aligned text tables.
|
| TypeUtil |
Provides utility methods for working with Java types and reflection
|
| TypeUtil.FieldInfo |
Inner class to hold info on a field.
|
| Util |
Generic utility functions.
|