SandMark version 2.0


sandmark.util.graph.codec
Class PPCT

java.lang.Object
  |
  +--sandmark.util.graph.codec.GraphCodec
        |
        +--sandmark.util.graph.codec.PPCT

public class PPCT
extends GraphCodec


Field Summary
static java.lang.String FULLNAME
           
static java.lang.String SHORTNAME
           
 
Fields inherited from class sandmark.util.graph.codec.GraphCodec
codecs, fullName, graph, kidMap, random, root, shortName, value
 
Constructor Summary
PPCT(java.math.BigInteger value)
           
PPCT(Graph graph, int[] kidMap)
           
 
Method Summary
(package private)  void decode()
          Decode 'this.graph' into 'this.value'.
(package private)  void encode()
          Encode 'this.value' into 'this.graph'.
 
Methods inherited from class sandmark.util.graph.codec.GraphCodec
codecByName, getKid, randomCodec
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FULLNAME

public static final java.lang.String FULLNAME
See Also:
Constant Field Values

SHORTNAME

public static final java.lang.String SHORTNAME
See Also:
Constant Field Values
Constructor Detail

PPCT

public PPCT(java.math.BigInteger value)

PPCT

public PPCT(Graph graph,
            int[] kidMap)
     throws DecodeFailure
Method Detail

encode

void encode()
Encode 'this.value' into 'this.graph'.

Specified by:
encode in class GraphCodec

decode

void decode()
      throws DecodeFailure
Decode 'this.graph' into 'this.value'.

Specified by:
decode in class GraphCodec
DecodeFailure

SandMark version 2.0

Mon Jun 17 12:30:47 MST 2002