|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnetkit.graph.AbstractAttributeMetaInfo
public abstract class AbstractAttributeMetaInfo
This abstract class is used to persist certain information across an entire Graph related to a particular Attribute.
Attribute
,
Graph
,
Node
Field Summary | |
---|---|
protected Graph |
graph
|
Method Summary | |
---|---|
java.lang.String |
getFieldName()
Get the field name for the Attribute used for this object. |
double |
getMax()
Get the maximum value this Graph has for this field. |
double |
getMean()
Get the mean value this Graph has for this field. |
double |
getMedian()
Get the median value this Graph has for this field. |
double |
getMin()
Get the minimum value this Graph has for this field. |
java.lang.String |
getNodeTypeName()
Get the nodeTypeName for the Attributes container used for this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final Graph graph
Method Detail |
---|
public java.lang.String getNodeTypeName()
public java.lang.String getFieldName()
public double getMax()
public double getMin()
public double getMean()
public double getMedian()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |