JTP API Documentation

jtp.proof.transform
Class SecondaryStorageLookupTransformer

java.lang.Object
  |
  +--jtp.proof.transform.SecondaryStorageLookupTransformer
All Implemented Interfaces:
ProofTransformer

public class SecondaryStorageLookupTransformer
extends Object
implements ProofTransformer


Constructor Summary
SecondaryStorageLookupTransformer(SecondaryProofStorageLookup st)
           
 
Method Summary
 Proof transform(Proof in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecondaryStorageLookupTransformer

public SecondaryStorageLookupTransformer(SecondaryProofStorageLookup st)
Method Detail

transform

public Proof transform(Proof in)
Specified by:
transform in interface ProofTransformer

JTP API Documentation