public interface IOAVIdGenerator
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
createId(IOAVState state,
OAVObjectType type)
Create a unique id.
|
boolean |
isId(java.lang.Object id)
Test if an object is an id.
|
java.lang.Object createId(IOAVState state, OAVObjectType type)
state - The state.type - The object type.boolean isId(java.lang.Object id)
state - The state.type - The object type.