Uses of Interface
info.oais.implementation.infomodel.AbstractOaisFactory
| Package | Description | 
|---|---|
| info.oais.implementation.infomodel | This package contains classes for an implementation for the OAIS Information Model. | 
- 
Uses of AbstractOaisFactory in info.oais.implementation.infomodelClasses in info.oais.implementation.infomodel that implement AbstractOaisFactory Modifier and Type Class Description classInformationObjectFactoryAn implementation of the AbstractOaisFactory interface to create OAIS information objects.
 For exampleProvenanceInformation pi = (ProvenanceInformation)InformationObjectFactory.create("ProvenanceInformation");classInformationPackageFactoryAn implementation of the AbstractOaisFactory interface to create OAIS Information Package.
 The returned Object must be cast into the appropriate subtype.