|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MoreNodeMeasure
MORe
Method Summary | ||
---|---|---|
|
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 |
---|
<T extends MoreNodeMeasureSupport,EdgeType extends MoreEdge<? super T>> MoreAction getAction(MoreNetwork<T,EdgeType> network, Map<String,Object> parameters)
MoreAction
that calculates the measure values
T
- The node typeEdgeType
- the network's edge typenetwork
- The network the measure is calculated forparameters
- The parameter map
BasicAction
that is scheduled for computation
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |