org.abora.white.tumbler
Class AfterReal

java.lang.Object
  |
  +--org.abora.white.xpp.basic.Heaper
        |
        +--org.abora.white.edgeregion.TransitionEdge
              |
              +--org.abora.white.tumbler.RealEdge
                    |
                    +--org.abora.white.tumbler.AfterReal

public class AfterReal
extends RealEdge


Field Summary
 
Fields inherited from class org.abora.white.tumbler.RealEdge
myPos
 
Constructor Summary
AfterReal(Rcvr receiver)
           
AfterReal(RealPos pos)
           
 
Method Summary
 boolean follows(Position pos)
          Whether the position is strictly less than this edge
 boolean isEqual(Heaper other)
          Return true if the two objects are equal.
 boolean isFollowedBy(TransitionEdge next)
          Whether there is precisely one position between this edge and the next one
 boolean isGE(TransitionEdge other)
          Defines a full ordering among all edges in a given CoordinateSpace
static RealEdge make(RealPos pos)
           
 void printTransitionOn(java.io.PrintWriter oo, boolean entering, boolean touchesPrevious)
          Print a description of this transition
 void sendSelfTo(Xmtr xmtr)
           
 
Methods inherited from class org.abora.white.tumbler.RealEdge
actualHashForEqual, position, touches
 
Methods inherited from class org.abora.white.edgeregion.TransitionEdge
ceiling, floor
 
Methods inherited from class org.abora.white.xpp.basic.Heaper
destroy, destruct, equals, hashForEqual, printContentsOn, printOn, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AfterReal

public AfterReal(RealPos pos)

AfterReal

public AfterReal(Rcvr receiver)
Method Detail

follows

public boolean follows(Position pos)
Description copied from class: TransitionEdge
Whether the position is strictly less than this edge

Specified by:
follows in class RealEdge

isEqual

public boolean isEqual(Heaper other)
Description copied from class: Heaper
Return true if the two objects are equal.

Specified by:
isEqual in class RealEdge

isFollowedBy

public boolean isFollowedBy(TransitionEdge next)
Description copied from class: TransitionEdge
Whether there is precisely one position between this edge and the next one

Specified by:
isFollowedBy in class RealEdge

isGE

public boolean isGE(TransitionEdge other)
Description copied from class: TransitionEdge
Defines a full ordering among all edges in a given CoordinateSpace

Specified by:
isGE in class RealEdge

printTransitionOn

public void printTransitionOn(java.io.PrintWriter oo,
                              boolean entering,
                              boolean touchesPrevious)
Description copied from class: TransitionEdge
Print a description of this transition

Specified by:
printTransitionOn in class RealEdge

sendSelfTo

public void sendSelfTo(Xmtr xmtr)
Overrides:
sendSelfTo in class RealEdge

make

public static RealEdge make(RealPos pos)


Copyright © 2003 David G Jones. All Rights Reserved.
Original Udanax-Gold - Copyright © 1979-1999 Udanax.com. All rights reserved.