Uses of Class
netkit.graph.AttributeDiscrete

Packages that use AttributeDiscrete
netkit.util   
 

Uses of AttributeDiscrete in netkit.util
 

Methods in netkit.util that return AttributeDiscrete
 AttributeDiscrete HistogramDiscrete.getAttribute()
          Gets the attribute associated with this histogram.
 

Constructors in netkit.util with parameters of type AttributeDiscrete
HistogramDiscrete(double[] values, AttributeDiscrete attribute)
          This constructor is a convenience for accepting all values without any minimum occurance.
HistogramDiscrete(double[] values, AttributeDiscrete attribute, int minOccurance)
          This constructor creates a histogram object given an array of values and an attribute type.
HistogramDiscrete(Edge[] edges, AttributeDiscrete attribute)
          This constructor is a convenience for accepting all edge values without any minimum occurance.
HistogramDiscrete(Edge[] edges, AttributeDiscrete attribute, int minOccurance)
          This constructor creates a histogram object given an array of edges and an attribute from which to get the values.
HistogramDiscrete(Node[] nodes, AttributeDiscrete attribute)
          This constructor is a convenience for accepting all node values without any minimum occurance.
HistogramDiscrete(Node[] nodes, AttributeDiscrete attribute, int minOccurance)
          This constructor creates a histogram object given an array of nodes and an attribute from which to get the values.