ponderToolkit.analyzer.priorities.node
Class PPath

java.lang.Object
  |
  +--ponderToolkit.analyzer.priorities.node.Node
        |
        +--ponderToolkit.analyzer.priorities.node.PPath
All Implemented Interfaces:
java.lang.Cloneable, Switchable
Direct Known Subclasses:
AAbsPath, ARelPath

public abstract class PPath
extends Node


Constructor Summary
PPath()
           
 
Methods inherited from class ponderToolkit.analyzer.priorities.node.Node
clone, cloneList, cloneNode, parent, replaceBy, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ponderToolkit.analyzer.priorities.node.Switchable
apply
 

Constructor Detail

PPath

public PPath()