Uses of Class
commodity.Subnetwork
-
Packages that use Subnetwork Package Description commodity core -
-
Uses of Subnetwork in commodity
Fields in commodity with type parameters of type Subnetwork Modifier and Type Field Description Set<Subnetwork>Commodity. subnetworksConstructors in commodity with parameters of type Subnetwork Constructor Description Subnetwork(Subnetwork that)Constructor parameters in commodity with type arguments of type Subnetwork Constructor Description Commodity(jaxb.Commodity jaxb_comm, List<Long> subnet_ids, Map<Long,Subnetwork> subnetworks) -
Uses of Subnetwork in core
Fields in core with type parameters of type Subnetwork Modifier and Type Field Description Map<Long,Subnetwork>Scenario. subnetworksMap of subnetworksMethods in core that return Subnetwork Modifier and Type Method Description SubnetworkScenario. get_subnetwork(long id)Get subnetwork by idMethods in core that return types with arguments of type Subnetwork Modifier and Type Method Description Map<Long,Subnetwork>Scenario. get_subnetworks()Get map of subnetworks
-