choco.cp.solver.constraints.global.geost.frames
Class DistLinearFrame

java.lang.Object
  extended by choco.cp.solver.constraints.global.geost.frames.Frame
      extended by choco.cp.solver.constraints.global.geost.frames.DistLinearFrame
All Implemented Interfaces:
Externalizable, Serializable

public final class DistLinearFrame
extends Frame

Created by IntelliJ IDEA. User: szampelli Date: 4 f�vr. 2009 Time: 10:41:36 To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Field Summary
 int[] a
           
 int b
           
 int o1
           
 
Constructor Summary
DistLinearFrame(int[] a, int o1, int b)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class choco.cp.solver.constraints.global.geost.frames.Frame
addForbidRegions, getRelForbidRegions, getRelForbidRegions, readExternal, size, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

a

public int[] a

o1

public int o1

b

public int b
Constructor Detail

DistLinearFrame

public DistLinearFrame(int[] a,
                       int o1,
                       int b)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.