| Modifier and Type | Interface and Description |
|---|---|
interface |
SharedObjectWithID |
| Modifier and Type | Method and Description |
|---|---|
SharedObject |
SharedObjectFactory.build(SharedObject prototype)
Finds or creates the unique version of the given shared object prototype.
|
SharedObject |
SharedObject.duplicate()
This method should ONLY be used by a SharedObjectFactory! Makes a clone of a prototype.
|
| Modifier and Type | Method and Description |
|---|---|
SharedObject |
SharedObjectFactory.build(SharedObject prototype)
Finds or creates the unique version of the given shared object prototype.
|
boolean |
SharedObjectFactory.contains(SharedObject object)
Checks if the given shared object is present in this factory.
|
boolean |
SharedObject.equivalent(SharedObject o)
This method should ONLY be used by a SharedObjectFactory! Checks whether an object is really
equivalent.
|
Copyright © 2012 CWI. All Rights Reserved.