Uses of Interface
org.encog.persist.location.PersistenceLocation

Packages that use PersistenceLocation
org.encog.persist   
org.encog.persist.location   
 

Uses of PersistenceLocation in org.encog.persist
 

Methods in org.encog.persist that return PersistenceLocation
 PersistenceLocation EncogPersistedCollection.getLocation()
           
 PersistenceLocation EncogMemoryCollection.getLocation()
           
 PersistenceLocation EncogCollection.getLocation()
           
 

Methods in org.encog.persist with parameters of type PersistenceLocation
 void EncogMemoryCollection.load(PersistenceLocation location)
          Load the contents of a location.
 void PersistWriter.mergeObjects(PersistenceLocation location, String skip)
          Merge the objects from this collection into the new one.
 void PersistWriter.modifyObject(PersistenceLocation location, String name, String newName, String newDesc)
          Modify the specified object, such as changing its name or description.
 void EncogMemoryCollection.save(PersistenceLocation location)
          Save the contents of this collection to a location.
 

Constructors in org.encog.persist with parameters of type PersistenceLocation
EncogPersistedCollection(PersistenceLocation location)
          Create an object based on the specified location.
PersistReader(PersistenceLocation location)
          Construct a persist reader.
PersistWriter(PersistenceLocation location)
          Create a writer for the specified location.
 

Uses of PersistenceLocation in org.encog.persist.location
 

Classes in org.encog.persist.location that implement PersistenceLocation
 class FilePersistence
          A persistence location based on a file.
 class InputStreamPersistence
          This class allows Encog persistence to use a location that is based on an InputStream.
 class OutputStreamPersistence
          This class allows Encog persistence to use a location that is based on an OutputStream.
 class ResourcePersistence
          A location that allows Encog objects to be read from a resource.
 

Methods in org.encog.persist.location with parameters of type PersistenceLocation
 void ResourcePersistence.renameTo(PersistenceLocation toLocation)
          Rename is not supported for resource persistence.
 void PersistenceLocation.renameTo(PersistenceLocation toLocation)
          Attempt to rename this location.
 void OutputStreamPersistence.renameTo(PersistenceLocation toLocation)
          Renames are not allowed on this type of location.
 void InputStreamPersistence.renameTo(PersistenceLocation toLocation)
          Renames are not allowed on this type of location.
 void FilePersistence.renameTo(PersistenceLocation toLocation)
          Rename this file to a different location.
 



Copyright © 2011. All Rights Reserved.