gate
Class Factory.DuplicationContext
java.lang.Object
gate.Factory.DuplicationContext
- Enclosing class:
- Factory
public static class Factory.DuplicationContext
- extends Object
Opaque memo object passed to
CustomDuplication.duplicate
methods to encapsulate the state of the current duplication run.
If the duplicate method itself needs to duplicate any objects it
should pass this context back to
Factory.duplicate(Resource,DuplicationContext).
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
knownResources
IdentityHashMap<Resource,Resource> knownResources
active
boolean active
- Whether this duplication context is part of an active duplicate
call.
Factory.DuplicationContext
Factory.DuplicationContext()
- Overridden to ensure no public constructor.