public class ClassAccessGraphEdge extends Object
Type and a counter. It is used to model an
a link from a node in a graph of classes to the contained class in this structure. The count
is the weight of the link. It is used to model the number of links going from the source node
to the class in this struct.| Constructor and Description |
|---|
ClassAccessGraphEdge(org.eclipse.gmt.modisco.java.Type source,
org.eclipse.gmt.modisco.java.Type target) |
ClassAccessGraphEdge(org.eclipse.gmt.modisco.java.Type source,
org.eclipse.gmt.modisco.java.Type target,
int count) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
org.eclipse.gmt.modisco.java.Type |
getSourceClazz() |
org.eclipse.gmt.modisco.java.Type |
getTargetClazz() |
void |
incrementCount() |
String |
toString() |
public ClassAccessGraphEdge(org.eclipse.gmt.modisco.java.Type source,
org.eclipse.gmt.modisco.java.Type target,
int count)
public ClassAccessGraphEdge(org.eclipse.gmt.modisco.java.Type source,
org.eclipse.gmt.modisco.java.Type target)