public abstract class AbstractTimeMetric extends AbstractMetric implements ITimeMetric
Modifier and Type | Field and Description |
---|---|
protected IEvent2Time |
event2time |
protected MoveTimeCmp |
moveCmp |
protected NoModelMovePred |
predNoModelMove |
decInt, valueConvertor
Constructor and Description |
---|
AbstractTimeMetric(IEvent2Time event2time,
java.lang.String id,
java.lang.String name,
java.lang.String shortName) |
AbstractTimeMetric(java.lang.String id,
java.lang.String name,
java.lang.String shortName) |
Modifier and Type | Method and Description |
---|---|
IEvent2Time |
getEvent2Time() |
void |
setEvent2Time(IEvent2Time event2time) |
protected void |
setMetric(IMetricsDecorator<IEPTreeNode> decMetric,
IEPTreeNode target,
MetricValue value) |
protected void |
setMetric(IMetricsDecorator<IEPTreeNode> decMetric,
java.util.Set<IEPTreeNode> from,
java.util.Set<IEPTreeNode> to,
MetricValue value) |
getId, getLabelName, getLabelName, getMetric, getMetric, getMetricValue, getMetricValue, getMetricValueString, getMetricValueString, getName, getValueConvertor, getValueConvertor, moveEqualsNode, moveInNodes, setDecorators, setMetric, setMetric, setMetric, setMetric, setMetric, setMetric
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
computeForEdge, computeForNode, getId, getLabelName, getLabelName, getMetric, getMetric, getMetricValue, getMetricValue, getMetricValueString, getMetricValueString, getName, getValueConvertor, getValueConvertor, setDecorators
protected IEvent2Time event2time
protected MoveTimeCmp moveCmp
protected NoModelMovePred predNoModelMove
public AbstractTimeMetric(java.lang.String id, java.lang.String name, java.lang.String shortName)
public AbstractTimeMetric(IEvent2Time event2time, java.lang.String id, java.lang.String name, java.lang.String shortName)
public void setEvent2Time(IEvent2Time event2time)
setEvent2Time
in interface ITimeMetric
protected void setMetric(IMetricsDecorator<IEPTreeNode> decMetric, IEPTreeNode target, MetricValue value)
setMetric
in class AbstractMetric
protected void setMetric(IMetricsDecorator<IEPTreeNode> decMetric, java.util.Set<IEPTreeNode> from, java.util.Set<IEPTreeNode> to, MetricValue value)
setMetric
in class AbstractMetric
public IEvent2Time getEvent2Time()
getEvent2Time
in interface ITimeMetric