de.cesr.more.measures.node
Interface MoreNodeMeasure

All Superinterfaces:
MoreMeasure

public interface MoreNodeMeasure
extends MoreMeasure

MORe

Date:
08.11.2010

Method Summary
<T extends MoreNodeMeasureSupport,EdgeType extends MoreEdge<? super T>>
MoreAction
getAction(MoreNetwork<T,EdgeType> network, Map<String,Object> parameters)
          A new measure need to provide a MoreAction that calculates the measure values
 
Methods inherited from interface de.cesr.more.measures.MoreMeasure
getMeasureDescription, getParameters, getType
 

Method Detail

getAction

<T extends MoreNodeMeasureSupport,EdgeType extends MoreEdge<? super T>> MoreAction getAction(MoreNetwork<T,EdgeType> network,
                                                                                             Map<String,Object> parameters)
A new measure need to provide a MoreAction that calculates the measure values

Type Parameters:
T - The node type
EdgeType - the network's edge type
Parameters:
network - The network the measure is calculated for
parameters - The parameter map
Returns:
The BasicAction that is scheduled for computation
Date:
15.08.2008