Uses of Enum Class
repast.simphony.space.graph.NetworkEvent.EventType
-
Uses of NetworkEvent.EventType in repast.simphony.space.graph
Modifier and TypeMethodDescriptionNetworkEvent.getType()
Gets the type of this event.static NetworkEvent.EventType
Returns the enum constant of this class with the specified name.static NetworkEvent.EventType[]
NetworkEvent.EventType.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionNetworkEvent
(NetworkEvent.EventType type, Network<T> network, RepastEdge<T> edge) Creates a NetworkEvent from the specified type, with the specified network as the source, and the specified edge.