|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.persist.persistors.generic.ObjectTagger
public class ObjectTagger
The object tagger is used in generic persistence to tag objects with a reference number.
| Constructor Summary | |
|---|---|
ObjectTagger()
|
|
| Method Summary | |
|---|---|
void |
analyze(EncogPersistedObject encogObject)
Analyze the specified object and build a reference map. |
void |
clear()
Clear the map and current id. |
int |
getReference(Object obj)
Get the reference for the specified object. |
boolean |
hasReference(Object obj)
Returns true if the object has a reference. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectTagger()
| Method Detail |
|---|
public void analyze(EncogPersistedObject encogObject)
encogObject - The object to analyze.public void clear()
public int getReference(Object obj)
obj - The object to check.
public boolean hasReference(Object obj)
obj - The object to check.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||