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

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

public final class ForbiddenRegionFrame
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 D
           
 int o1
           
 int o2
           
 int q
           
 int s1
           
 int s2
           
 
Constructor Summary
ForbiddenRegionFrame(int q_, int D_, int s1_, int s2_, int o1_, int o2_)
           
 
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

q

public int q

D

public int D

s1

public int s1

s2

public int s2

o1

public int o1

o2

public int o2
Constructor Detail

ForbiddenRegionFrame

public ForbiddenRegionFrame(int q_,
                            int D_,
                            int s1_,
                            int s2_,
                            int o1_,
                            int o2_)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.