TPTP 4.3.0 Testing Tools Project
Public API Specification

org.eclipse.hyades.execution.testgen.http
Class TRCNodeHandler

java.lang.Object
  extended byorg.eclipse.hyades.execution.testgen.http.TRCNodeHandler
All Implemented Interfaces:
ITRCNodeHandler
Direct Known Subclasses:
TRCPacketNodeHandler, TRCRecorderInfoNodeHandler

Deprecated. should not be public API. Will be changed to internal in TPTP 5.

public class TRCNodeHandler
extends java.lang.Object
implements ITRCNodeHandler


Field Summary
protected  TRCContext context
          Deprecated.  
 
Constructor Summary
TRCNodeHandler()
          Deprecated.  
 
Method Summary
protected static void dumpElementAttributes(java.io.PrintStream debugStream, int nSpaces, TRCElement element)
          Deprecated.  
protected static void dumpElementContent(java.io.PrintStream debugStream, int nSpaces, TRCElement element)
          Deprecated.  
protected static void dumpElementName(java.io.PrintStream debugStream, int nSpaces, TRCElement element)
          Deprecated.  
protected static void dumpFirstOrderSection(java.io.PrintStream debugStream, TRCNode topNode)
          Deprecated.  
protected static void dumpSecondOrderSection(java.io.PrintStream debugStream, TRCNode topNode, java.lang.String[] vertices)
          Deprecated.  
protected static void dumpVertexElementName(java.io.PrintStream debugStream, int nSpaces, TRCElement element)
          Deprecated.  
protected static java.lang.String getAttributeValue(java.lang.String name, TRCNode node)
          Deprecated.  
protected static TRCNode getSubNode(java.lang.String name, TRCNode node)
          Deprecated.  
protected static java.util.List getSubNodeList(java.lang.String name, TRCNode node)
          Deprecated.  
 void init(TRCContext context)
          Deprecated.  
 void node(TRCNode node)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

context

protected TRCContext context
Deprecated. 
Constructor Detail

TRCNodeHandler

public TRCNodeHandler()
Deprecated. 
Method Detail

init

public void init(TRCContext context)
          throws TestgenException
Deprecated. 
Specified by:
init in interface ITRCNodeHandler
Throws:
TestgenException

node

public void node(TRCNode node)
          throws TestgenException
Deprecated. 
Specified by:
node in interface ITRCNodeHandler
Throws:
TestgenException

getAttributeValue

protected static java.lang.String getAttributeValue(java.lang.String name,
                                                    TRCNode node)
Deprecated. 

getSubNode

protected static TRCNode getSubNode(java.lang.String name,
                                    TRCNode node)
Deprecated. 

getSubNodeList

protected static java.util.List getSubNodeList(java.lang.String name,
                                               TRCNode node)
Deprecated. 

dumpVertexElementName

protected static void dumpVertexElementName(java.io.PrintStream debugStream,
                                            int nSpaces,
                                            TRCElement element)
Deprecated. 

dumpElementName

protected static void dumpElementName(java.io.PrintStream debugStream,
                                      int nSpaces,
                                      TRCElement element)
Deprecated. 

dumpElementAttributes

protected static void dumpElementAttributes(java.io.PrintStream debugStream,
                                            int nSpaces,
                                            TRCElement element)
Deprecated. 

dumpElementContent

protected static void dumpElementContent(java.io.PrintStream debugStream,
                                         int nSpaces,
                                         TRCElement element)
Deprecated. 

dumpFirstOrderSection

protected static void dumpFirstOrderSection(java.io.PrintStream debugStream,
                                            TRCNode topNode)
Deprecated. 

dumpSecondOrderSection

protected static void dumpSecondOrderSection(java.io.PrintStream debugStream,
                                             TRCNode topNode,
                                             java.lang.String[] vertices)
Deprecated. 

TPTP 4.3.0 Testing Tools Project
Public API Specification