netkit.graph
Class AttributeMetaInfo

java.lang.Object
  extended by netkit.graph.AbstractAttributeMetaInfo
      extended by netkit.graph.AttributeMetaInfo

public class AttributeMetaInfo
extends AbstractAttributeMetaInfo

This class is used to persist certain information across an entire graph related to a particular Attribute.

Author:
Kaveh R. Ghazi
See Also:
Attribute, Graph, Node

Field Summary
 
Fields inherited from class netkit.graph.AbstractAttributeMetaInfo
graph
 
Constructor Summary
AttributeMetaInfo(Attribute attrib, Attributes attributes, Graph graph)
          Construct an object of this type.
 
Method Summary
 
Methods inherited from class netkit.graph.AbstractAttributeMetaInfo
getFieldName, getMax, getMean, getMedian, getMin, getNodeTypeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeMetaInfo

public AttributeMetaInfo(Attribute attrib,
                         Attributes attributes,
                         Graph graph)
Construct an object of this type.

Parameters:
attrib - the Attribute for this meta info object.
attributes - the Attributes container that attrib lives in.
graph - the Graph object that the attributes lives in.