Uses of Class
LaColla.core.data.ObjectLaCOLLASummary

Packages that use ObjectLaCOLLASummary
LaColla.core.components   
LaColla.core.data   
LaColla.core.msg   
 

Uses of ObjectLaCOLLASummary in LaColla.core.components
 

Methods in LaColla.core.components with parameters of type ObjectLaCOLLASummary
 void Compo.decrementConnectedAgentsTimeBeforeBeingDiscarted(long STEP, ObjectLaCOLLASummary objSummary)
           
 

Uses of ObjectLaCOLLASummary in LaColla.core.data
 

Methods in LaColla.core.data that return ObjectLaCOLLASummary
 ObjectLaCOLLASummary Group.getObjSummary()
           
 ObjectLaCOLLASummary ObjectLaCOLLASummary.restoreSummary(java.lang.String address, java.lang.String groupId)
           
 

Methods in LaColla.core.data with parameters of type ObjectLaCOLLASummary
 void SimulationLog.putObjectsSummary(java.lang.String address, ObjectLaCOLLASummary objSummary)
           
 void Group.setObjSummary(ObjectLaCOLLASummary objSummary)
           
 

Uses of ObjectLaCOLLASummary in LaColla.core.msg
 

Methods in LaColla.core.msg that return ObjectLaCOLLASummary
 ObjectLaCOLLASummary msgToSimulationAgent.getObjectsSummary()
           
 

Methods in LaColla.core.msg with parameters of type ObjectLaCOLLASummary
 void msgToSimulationAgent.setObjectsSummary(ObjectLaCOLLASummary objectsSummary)