SandMark version 2.0


sandmark.watermark.ct.recognize
Class RecognizeData

java.lang.Object
  |
  +--sandmark.watermark.ct.recognize.RecognizeData

public class RecognizeData
extends java.lang.Object


Field Summary
 GraphCodec codec
          The encoding (radix, permutation-graph,...) that the watermark was encoded with.
 Graph graph
          The graph that was found on the heap.
 int[] kidMap
          The permutation of the children of a graph node.
 long root
          The 'pointer' (uniqueID) of the root in the heap graph.
 java.lang.String type
          The type of the root node.
 java.math.BigInteger wm
          The decoded watermark.
 java.lang.String wm_String
          The watermark, decoded as a string.
 
Constructor Summary
RecognizeData(GraphCodec codec, Graph graph, java.math.BigInteger wm, java.lang.String wm_String, int[] kidMap, long root, java.lang.String type)
          RecognizeData-objects are returned by the Recognizer.
 
Method Summary
 java.lang.String toShortString()
           
 java.lang.String toString()
          Format a RecognizeData-object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

codec

public GraphCodec codec
The encoding (radix, permutation-graph,...) that the watermark was encoded with.


graph

public Graph graph
The graph that was found on the heap.


wm

public java.math.BigInteger wm
The decoded watermark.


wm_String

public java.lang.String wm_String
The watermark, decoded as a string.


kidMap

public int[] kidMap
The permutation of the children of a graph node.


root

public long root
The 'pointer' (uniqueID) of the root in the heap graph.


type

public java.lang.String type
The type of the root node.

Constructor Detail

RecognizeData

public RecognizeData(GraphCodec codec,
                     Graph graph,
                     java.math.BigInteger wm,
                     java.lang.String wm_String,
                     int[] kidMap,
                     long root,
                     java.lang.String type)
              throws java.lang.Throwable
RecognizeData-objects are returned by the Recognizer. They contain information about the watermarks that have been found. Fields are public and should be treated as read-only.

Method Detail

toString

public java.lang.String toString()
Format a RecognizeData-object.

Overrides:
toString in class java.lang.Object

toShortString

public java.lang.String toShortString()

SandMark version 2.0

Mon Jun 17 12:30:47 MST 2002