choco.kernel.model.constraints.automaton
Class Transition

java.lang.Object
  extended by choco.kernel.model.constraints.automaton.Transition

public class Transition
extends Object

A Transition is defined by its origine, destination and the symbol used to get from origin to destination


Field Summary
protected  int destination
           
protected  int origin
           
protected  int value
           
 
Constructor Summary
Transition(int origin, int value, int destination)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

origin

protected int origin

value

protected int value

destination

protected int destination
Constructor Detail

Transition

public Transition(int origin,
                  int value,
                  int destination)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.