Uses of Package
edu.iu.iv.core.persistence

Packages that use edu.iu.iv.core.persistence
edu.iu.iv.common This package contains all the basic implementations of the IVC System interfaces.  
edu.iu.iv.common.persistence The persistence layer serves to fulfill all the persistence needs of the system.  
edu.iu.iv.common.persistence.ivc   
edu.iu.iv.common.persistence.standard   
edu.iu.iv.core This package contains all the Core Interfaces in use in the IVC System.  
edu.iu.iv.core.persistence The persistence layer serves to fulfill all the persistence needs of the system.  
edu.iu.iv.gui.load   
edu.iu.iv.gui.save   
 

Classes in edu.iu.iv.core.persistence used by edu.iu.iv.common
PersistenceRegistry
          Holds all the available registered Persisters in the IVC.
 

Classes in edu.iu.iv.core.persistence used by edu.iu.iv.common.persistence
FileResourceDescriptor
          A descriptor for a data resource represented as a file on disk.
PersistenceException
          All exceptions that are not java Exceptions must be PersistenceException.
PersistenceRegistry
          Holds all the available registered Persisters in the IVC.
Persister
          A Persister is responsible for saving and restoring models to and from a resource.
ResourceDescriptor
          The ResourceDescriptor is the top level interfaces from which all other ResourceDescriptors are derived, such as FileResourceDescriptor.
 

Classes in edu.iu.iv.core.persistence used by edu.iu.iv.common.persistence.ivc
PersistenceException
          All exceptions that are not java Exceptions must be PersistenceException.
Persister
          A Persister is responsible for saving and restoring models to and from a resource.
ResourceDescriptor
          The ResourceDescriptor is the top level interfaces from which all other ResourceDescriptors are derived, such as FileResourceDescriptor.
 

Classes in edu.iu.iv.core.persistence used by edu.iu.iv.common.persistence.standard
PersistenceException
          All exceptions that are not java Exceptions must be PersistenceException.
Persister
          A Persister is responsible for saving and restoring models to and from a resource.
ResourceDescriptor
          The ResourceDescriptor is the top level interfaces from which all other ResourceDescriptors are derived, such as FileResourceDescriptor.
 

Classes in edu.iu.iv.core.persistence used by edu.iu.iv.core
PersistenceRegistry
          Holds all the available registered Persisters in the IVC.
 

Classes in edu.iu.iv.core.persistence used by edu.iu.iv.core.persistence
PersistenceException
          All exceptions that are not java Exceptions must be PersistenceException.
Persister
          A Persister is responsible for saving and restoring models to and from a resource.
ResourceDescriptor
          The ResourceDescriptor is the top level interfaces from which all other ResourceDescriptors are derived, such as FileResourceDescriptor.
 

Classes in edu.iu.iv.core.persistence used by edu.iu.iv.gui.load
FileResourceDescriptor
          A descriptor for a data resource represented as a file on disk.
 

Classes in edu.iu.iv.core.persistence used by edu.iu.iv.gui.save
Persister
          A Persister is responsible for saving and restoring models to and from a resource.