choco.kernel.model.constraints.automaton
Class LightState.Arcs

java.lang.Object
  extended by choco.kernel.model.constraints.automaton.LightState.Arcs
Enclosing class:
LightState

public class LightState.Arcs
extends Object


Field Summary
protected  LightState st
           
protected  int[] values
           
 
Constructor Summary
LightState.Arcs(LightState st, BitSet values)
           
 
Method Summary
 IntEnumeration getEnumerationPred()
           
 LightState getSt()
           
 int getValue(int idx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

st

protected LightState st

values

protected int[] values
Constructor Detail

LightState.Arcs

public LightState.Arcs(LightState st,
                       BitSet values)
Method Detail

getSt

public LightState getSt()

getValue

public int getValue(int idx)

getEnumerationPred

public IntEnumeration getEnumerationPred()


Copyright © 2012. All Rights Reserved.