|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--y.io.gml.InterEdge
This utility class is used to represent inter edges during parsing and encoding of hierarchic graphs using GML
Constructor Summary | |
InterEdge(String sourceRef,
String targetRef)
|
|
InterEdge(String sourceRef,
String targetRef,
int representative)
|
Method Summary | |
int |
getRepresentative()
Getter for property representative. |
String |
getSourceReference()
Getter for property sourceReference. |
String |
getTargetReference()
Getter for property targetReference. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InterEdge(String sourceRef, String targetRef)
public InterEdge(String sourceRef, String targetRef, int representative)
Method Detail |
public String getSourceReference()
public String getTargetReference()
public int getRepresentative()
|
© Copyright 2000-2003, yWorks GmbH. All rights reserved. 2003 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |