Uses of Enum Class
repast.simphony.context.space.graph.NetworkFileFormat
-
Uses of NetworkFileFormat in repast.simphony.context.space.graph
Modifier and TypeMethodDescriptionstatic NetworkFileFormat
Returns the enum constant of this class with the specified name.static NetworkFileFormat[]
NetworkFileFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionNetworkBuilder.load
(String fileName, NetworkFileFormat format, NodeCreator nodeCreator) Sets this NetworkBuilder to create the network from a file.NetworkBuilder.load
(String fileName, NetworkFileFormat format, NodeCreator nodeCreator, int matrixIndex) Sets this NetworkBuilder to create the network from a file. -
Uses of NetworkFileFormat in repast.simphony.essentials
Modifier and TypeMethodDescriptionstatic Network
RepastEssentials.CreateNetwork
(String parentContextPath, String netName, boolean isDirected, String agentClassName, String fileName, NetworkFileFormat format)