|
Kieker 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kieker.tools.traceAnalysis.plugins.visualization.util.dot.StructureElement
public abstract class StructureElement
This class serves as a super class for all classes that are part of the dependency structure resp. that each form a node of the dependency graph. Methods are provided to build up and access the dependency structure. Instances of this class can be automatically sorted by their cause rating.
Method Summary | |
---|---|
int |
compareTo(StructureElement other)
Compares two StructureElement objects by their causeRating. |
double |
getAnomalyRating()
|
double |
getCauseRating()
|
abstract String |
getName()
Fetches the name of this element. |
double |
getPercent()
|
abstract String |
getShortName()
Fetches a short name of this element. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public abstract String getName()
public abstract String getShortName()
public double getAnomalyRating()
public double getCauseRating()
public double getPercent()
public int compareTo(StructureElement other)
compareTo
in interface Comparable<StructureElement>
other
- the StructureElement to be compared.
|
Kieker 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |