public class TraceElement extends Object
Constructor and Description |
---|
TraceElement(String name) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
long |
getWeight() |
boolean |
sameAs(TraceElement other) |
void |
setWeight(long weight) |
String |
toString() |
public TraceElement(String name)
public String getName()
public long getWeight()
public void setWeight(long weight)
public boolean sameAs(TraceElement other)
Copyright © 2017. All rights reserved.