dk.brics.servletvalidator.balancing.pimages
Class ParenthesisArc

java.lang.Object
  extended by dk.brics.servletvalidator.graph.AbstractInliningArc<ParenthesisRefVertex>
      extended by dk.brics.servletvalidator.balancing.pimages.ParenthesisArc
All Implemented Interfaces:
InliningArc<ParenthesisRefVertex>

public class ParenthesisArc
extends AbstractInliningArc<ParenthesisRefVertex>

An arc from on parenthesisvertex to another.


Field Summary
 
Fields inherited from class dk.brics.servletvalidator.graph.AbstractInliningArc
destination
 
Constructor Summary
ParenthesisArc(ParenthesisRefVertex destination)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class dk.brics.servletvalidator.graph.AbstractInliningArc
getDestination
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParenthesisArc

public ParenthesisArc(ParenthesisRefVertex destination)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2008 Mathias Schwarz.