Method | Description | |
---|---|---|
Analyze ( IEncogPersistedObject encogObject ) : void |
Analyze the specified object and build a reference map.
|
|
Clear ( ) : void |
Clear the map and current id.
|
|
GetReference ( Object obj ) : int |
Get the reference for the specified object.
|
|
HasReference ( Object obj ) : bool |
Returns true if the object has a reference.
|
Method | Description | |
---|---|---|
AssignObjectTag ( Object obj ) : void |
Assign a reference number to the specified object.
|
|
TagCollection ( ICollection value ) : void |
Tag a collection, every object in the collection will be a reference.
|
|
TagField ( Object fieldObject ) : void |
Tag a field.
|
|
TagObject ( Object parentObject ) : void |
Tag an object.
|
public Analyze ( IEncogPersistedObject encogObject ) : void | ||
encogObject | IEncogPersistedObject | The object to analyze. |
return | void |
public GetReference ( Object obj ) : int | ||
obj | Object | The object to check. |
return | int |
public HasReference ( Object obj ) : bool | ||
obj | Object | The object to check. |
return | bool |