public interface IResourceContainerFactory
| Modifier and Type | Method and Description |
|---|---|
void |
fillLinkingResourceContainer(SimulatedLinkingResourceContainer container)
Called by the framework to indicate that the given resource container should be set up
|
void |
fillResourceContainerWithNestedResourceContainers(SimulatedResourceContainer container)
Called by the framework to indicate that the given resource container should be set up
|
void |
fillResourceContainerWithResources(SimulatedResourceContainer container)
Called by the framework to indicate that the given resource container should be set up
|
String[] |
getLinkingResourceContainerIDList() |
String[] |
getResourceContainerIDList() |
String[] getResourceContainerIDList()
void fillResourceContainerWithResources(SimulatedResourceContainer container)
container - The container to fill with active resourcesvoid fillResourceContainerWithNestedResourceContainers(SimulatedResourceContainer container)
container - The container to fill with active resourcesString[] getLinkingResourceContainerIDList()
void fillLinkingResourceContainer(SimulatedLinkingResourceContainer container)
container - The container to fill with active resources