AnyLogic
Expand
Font size

@AnyLogicInternalAPI
public interface IStorageSystem<T extends Agent>

Method Summary

All Methods Instance Methods Abstract Methods 
boolean isSimplifiedAnimation​(Storage storage)  
void onAgentRetrieval​(T agent, StorageCell cell)  
void onAgentStorage​(T agent, StorageCell cell)  
Modifier and Type Method Description

Method Detail

isSimplifiedAnimation

boolean isSimplifiedAnimation​(Storage storage)

onAgentStorage

void onAgentStorage​(T agent,
                    StorageCell cell)

onAgentRetrieval

void onAgentRetrieval​(T agent,
                      StorageCell cell)
How can we improve this article?