Interface Visitor
- All Superinterfaces:
Agent,ModelEntity
- All Known Implementing Classes:
DynamicVisitor,StaticVisitor
Basic interface to encapsulate visitor functionality and events
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.simplesim.model.Agent
Agent.UnknownEventTypeNested 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 TypeMethodDescriptionvoidsendRequest(BasicAgent<?, ?> dest, int destination, Time time) Methods inherited from interface org.simplesim.model.Agent
doEvent, getState, getTimeOfNextEvent, log, log, log, logMethods inherited from interface org.simplesim.model.ModelEntity
addToDomain, getAddress, getFullName, getInport, getLevel, getName, getOutport, getParent, removeFromDomain
-
Method Details
-
sendRequest
-