Uses of Class
netkit.classifiers.aggregators.SharedNodeInfo

Packages that use SharedNodeInfo
netkit.classifiers.aggregators   
 

Uses of SharedNodeInfo in netkit.classifiers.aggregators
 

Fields in netkit.classifiers.aggregators declared as SharedNodeInfo
protected  SharedNodeInfo AggregatorImp.aggregateCache
           
 

Methods in netkit.classifiers.aggregators that return SharedNodeInfo
static SharedNodeInfo SharedNodeInfo.getInfo(java.lang.String nodeType, int attribIdx, EdgeType edgeType)
          Get a SharedNodeInfo instance for a given node type, attribute and edge type.
protected  SharedNodeInfo AggregatorImp.getNodeInfo(Node node)
          This is cached aggregation information about the node as is relevant to the relationship that this aggregator uses.