Class ByteCodeInstructions
java.lang.Object
se.lnu.siq.s4rdm3x.experiments.metric.Metric
se.lnu.siq.s4rdm3x.experiments.metric.ByteCodeInstructions
public class ByteCodeInstructions extends Metric
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description ByteCodeInstructions()
-
Method Summary
Modifier and Type Method Description void
assignMetric(java.lang.Iterable<CNode> a_nodes)
double
compute(CNode a_n)
java.lang.String
getName()
void
reassignMetric(java.lang.Iterable<CNode> a_nodes)
-
Constructor Details
-
ByteCodeInstructions
public ByteCodeInstructions()
-
-
Method Details
-
getName
public java.lang.String getName() -
assignMetric
- Specified by:
assignMetric
in classMetric
-
compute
-
reassignMetric
- Specified by:
reassignMetric
in classMetric
-