Uses of Enum Class
repast.simphony.space.graph.NetworkEvent.EventType
Packages that use NetworkEvent.EventType
-
Uses of NetworkEvent.EventType in repast.simphony.space.graph
Methods in repast.simphony.space.graph that return NetworkEvent.EventTypeModifier 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.Constructors in repast.simphony.space.graph with parameters of type NetworkEvent.EventTypeModifierConstructorDescriptionNetworkEvent
(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.