|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.persist.DirectoryEntry
public class DirectoryEntry
The idea of the Encog persisted collection is that the entire file might be quite long and should not be read into memory in its entirity. Directory entry classes allow you to list the contents of a file without loading the entire file.
| Constructor Summary | |
|---|---|
DirectoryEntry(EncogPersistedObject obj)
Construct a directory entry for the specified object. |
|
DirectoryEntry(String type,
String name,
String description)
Construct a directory entry from strings. |
|
| Method Summary | |
|---|---|
int |
compareTo(DirectoryEntry other)
|
boolean |
equals(Object other)
|
String |
getDescription()
|
String |
getName()
|
String |
getType()
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DirectoryEntry(EncogPersistedObject obj)
obj - The Encog object.
public DirectoryEntry(String type,
String name,
String description)
type - The type of object.name - The name of this object.description - The description for this object.| Method Detail |
|---|
public int compareTo(DirectoryEntry other)
compareTo in interface Comparable<DirectoryEntry>public boolean equals(Object other)
equals in class Objectpublic String getDescription()
public String getName()
public String getType()
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||