|
Class Summary |
| AbstractFeatureSpecCollection |
This class makes some assumptions on how a FeatureSpecCollection will do
certain things. |
| AbstractFSCIterator |
A customizable (via the iteratorType parameter of the constructor, and subclassing)
iterator of feature spec collections. |
| CCBRFeatureSpec |
A FeatureSpec for CCBRDomains (rather than just CBR Domains), containing some
extra instance variables appropriate only in CCBR. |
| CCBRFeatureSpecRDB |
A FeatureSpecCollection that stores CCBRFeatureSpecs in a relational database. |
| CCBRFeatureSpecRDBInfo |
Defines the information that is required for storing a featureSpec in a relational database. |
| FeatureSpec |
A FeatureSpec (feature specification) describes the general attributes of all features of a given type. |
| FeatureSpecCollectionJList |
A FeatureSpecCollectionJList is a JList customized for FeatureSpecCollections. |
| FeatureSpecCollectionListModel |
A ListModel customized for FeatureSpecCollections. |
| FeatureSpecEditor |
|
| FeatureSpecMap |
A FeatureSpecCollection that holds its FeatureSpecs in a LinkedHashMap. |
| FeatureSpecRDB |
This class can be used to store a set of feature specs into a relational database. |
| FeatureSpecRDBInfo |
Defines the information that is required for storing a featureSpec in a relational database. |
| FSCIterator |
This implementation of AbstractFSCIterator allows the user to specify whether to
require the specs to be printable, and whether to require them to be full
(non-subfeatures) before they are returned by the iterator. |