dk.brics.servletvalidator.balancing.inequality
Class Dependency

java.lang.Object
  extended by dk.brics.servletvalidator.balancing.inequality.Dependency

public class Dependency
extends Object

A dependency is a a reference to a non terminal that another non terminal depends on along with a constant


Constructor Summary
Dependency()
           
 
Method Summary
 int getC()
           
 Node getNt()
           
 void setC(int c)
           
 void setNt(Node nt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dependency

public Dependency()
Method Detail

getC

public int getC()

getNt

public Node getNt()

setC

public void setC(int c)

setNt

public void setNt(Node nt)


Copyright © 2008 Mathias Schwarz.