AnyLogic
Expand
Font size

@AnyLogicInternalAPI
public interface IStorageSystem<T extends Agent>

Method Summary

Modifier and TypeMethodDescription
booleanisSimplifiedAnimation(Storage storage) 
voidonAgentRetrieval(T agent, StorageCell cell) 
voidonAgentStorage(T agent, StorageCell cell) 

Method Details

isSimplifiedAnimation

boolean isSimplifiedAnimation(Storage storage)

onAgentStorage

void onAgentStorage(T agent,
 StorageCell cell)

onAgentRetrieval

void onAgentRetrieval(T agent,
 StorageCell cell)