fr.umlv.roadcoloring.graph
Class StablePair

java.lang.Object
  extended by fr.umlv.roadcoloring.graph.StablePair

public class StablePair
extends java.lang.Object

Class for manage a stable pair the two node of this pair gone on the same node by red they are in the same class stocked as a always the lower of the pair

Author:
fsikora

Constructor Summary
StablePair(int a, int b)
           
 
Method Summary
 int getA()
           
 int getB()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StablePair

public StablePair(int a,
                  int b)
Method Detail

getA

public int getA()

getB

public int getB()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object