Uses of Enum Class
repast.simphony.context.space.graph.NetworkFileFormat
Packages that use NetworkFileFormat
-
Uses of NetworkFileFormat in repast.simphony.context.space.graph
Methods in repast.simphony.context.space.graph that return NetworkFileFormatModifier 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.Methods in repast.simphony.context.space.graph with parameters of type NetworkFileFormatModifier 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
Methods in repast.simphony.essentials with parameters of type NetworkFileFormatModifier and TypeMethodDescriptionstatic Network
RepastEssentials.CreateNetwork
(String parentContextPath, String netName, boolean isDirected, String agentClassName, String fileName, NetworkFileFormat format)