Uses of Class
data.networks.CombinationRules.WeightMergePolicy

Packages that use CombinationRules.WeightMergePolicy
data.networks   
 

Uses of CombinationRules.WeightMergePolicy in data.networks
 

Methods in data.networks that return CombinationRules.WeightMergePolicy
 CombinationRules.WeightMergePolicy CombinationRules.getWeightMergePolicy()
          Returns the weight merge policy of this rules set.
static CombinationRules.WeightMergePolicy CombinationRules.WeightMergePolicy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CombinationRules.WeightMergePolicy[] CombinationRules.WeightMergePolicy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in data.networks with parameters of type CombinationRules.WeightMergePolicy
 void CombinationRules.setWeightMergePolicy(CombinationRules.WeightMergePolicy weightMerge)
          Sets how the weights of identical edges are merged in the resulting network.
 void CombinationRules.setWeightMergePolicy(CombinationRules.WeightMergePolicy weightMerge, String key1, String key2)
          Sets how the weights of identical edges are merged in the resulting network.