public interface StoreAgent
Example:
SpecialistsBroker.requireSpecialist(StoreAgent.TYPE)
Modifier and Type | Field and Description |
---|---|
static SpecialistType<StoreAgent> |
TYPE
The specialized agent's technical type to be used for requesting the agent from a
SpecialistsBroker . |
Modifier and Type | Method and Description |
---|---|
Store |
getStore(Store.Type type)
Get the store of the requested type on elements in current state.
|
Store |
getStore(Store.Type type,
boolean release)
Get the store of the requested type.
|
static final SpecialistType<StoreAgent> TYPE
SpecialistsBroker
.@NotNull Store getStore(@NotNull Store.Type type)
type
- The store's type.@NotNull Store getStore(@NotNull Store.Type type, boolean release)
release
is true
, returns a store on elements in release state,
otherwise, returns a store on elements in current state.type
- The store's type.release
- Indicates the desired release state.Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500