Search this API

y.io.gml
Class InterEdge

java.lang.Object
  extended by y.io.gml.InterEdge

public final class InterEdge
extends java.lang.Object

This utility class is used to represent inter-edges during parsing and encoding of hierarchic graphs using GML

 
Your browser does not support SVG content.

Constructor Summary
InterEdge(java.lang.String sourceRef, java.lang.String targetRef)
           
InterEdge(java.lang.String sourceRef, java.lang.String targetRef, int representative)
           
 
Method Summary
 int getRepresentative()
          Getter for property representative.
 java.lang.String getSourceReference()
          Getter for property sourceReference.
 java.lang.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

InterEdge

public InterEdge(java.lang.String sourceRef,
                 java.lang.String targetRef)

InterEdge

public InterEdge(java.lang.String sourceRef,
                 java.lang.String targetRef,
                 int representative)
Method Detail

getSourceReference

public java.lang.String getSourceReference()
Getter for property sourceReference.

Returns:
Value of property sourceReference.

getTargetReference

public java.lang.String getTargetReference()
Getter for property targetReference.

Returns:
Value of property targetReference.

getRepresentative

public int getRepresentative()
Getter for property representative.

Returns:
Value of property representative.

© Copyright 2000-2022,
yWorks GmbH.
All rights reserved.