sddl.syntax.node
Class PLineOp

java.lang.Object
  extended by sddl.syntax.node.Node
      extended by sddl.syntax.node.PLineOp
All Implemented Interfaces:
java.lang.Cloneable, Switchable
Direct Known Subclasses:
ACurvedBidirArrowLineOp, ACurvedBwdArrowLineOp, ACurvedFwdArrowLineOp, ACurvedLineLineOp, AStraightBidirArrowLineOp, AStraightBwdArrowLineOp, AStraightFwdArrowLineOp, AStraightLineLineOp

public abstract class PLineOp
extends Node


Constructor Summary
PLineOp()
           
 
Method Summary
 
Methods inherited from class sddl.syntax.node.Node
clone, parent, replaceBy
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface sddl.syntax.node.Switchable
apply
 

Constructor Detail

PLineOp

public PLineOp()