Interface Visitor
- All Superinterfaces:
Agent
,ModelEntity
- All Known Implementing Classes:
DynamicVisitor
,StaticVisitor
Basic interface to encapsulate visitor functionality and events
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.simplesim.model.Agent
Agent.UnknownEventType
Nested classes/interfaces inherited from interface org.simplesim.model.ModelEntity
ModelEntity.PortConnectionException, ModelEntity.PortOperationException, ModelEntity.UniqueConstraintViolationException
-
Field Summary
Fields inherited from interface org.simplesim.model.ModelEntity
ROOT_LEVEL
-
Method Summary
Modifier and TypeMethodDescriptionvoid
sendRequest
(BasicAgent<?, ?> dest, int destination, Time time) Methods inherited from interface org.simplesim.model.Agent
doEvent, getState, getTimeOfNextEvent, log, log, log, log
Methods inherited from interface org.simplesim.model.ModelEntity
addToDomain, getAddress, getFullName, getInport, getLevel, getName, getOutport, getParent, removeFromDomain
-
Method Details
-
sendRequest
-