Package jadex.rules.state.javaimpl
Interface IOAVIdGenerator
- 
- All Known Implementing Classes:
- OAVDebugIdGenerator,- OAVLongIdGenerator,- OAVNameIdGenerator,- OAVObjectIdGenerator,- OAVWeakIdGenerator
 
 public interface IOAVIdGeneratorId generator interface for OAV state.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectcreateId(IOAVState state, OAVObjectType type)Create a unique id.booleanisId(java.lang.Object id)Test if an object is an id.
 
- 
- 
- 
Method Detail- 
createIdjava.lang.Object createId(IOAVState state, OAVObjectType type) Create a unique id.- Parameters:
- state- The state.
- type- The object type.
- Returns:
- The new id.
 
 - 
isIdboolean isId(java.lang.Object id) Test if an object is an id.- Parameters:
- state- The state.
- type- The object type.
- Returns:
- The new id.
 
 
- 
 
-