dk.brics.servletvalidator.graph
Class AbstractInliningArc<E extends InliningVertex>

java.lang.Object
  extended by dk.brics.servletvalidator.graph.AbstractInliningArc<E>
All Implemented Interfaces:
InliningArc<E>
Direct Known Subclasses:
ParenthesisArc

public abstract class AbstractInliningArc<E extends InliningVertex>
extends Object
implements InliningArc<E>

Author:
schwarz

Field Summary
protected  E destination
           
 
Constructor Summary
AbstractInliningArc(E destination)
           
 
Method Summary
 E getDestination()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

destination

protected E extends InliningVertex destination
Constructor Detail

AbstractInliningArc

public AbstractInliningArc(E destination)
Method Detail

getDestination

public E getDestination()
Specified by:
getDestination in interface InliningArc<E extends InliningVertex>


Copyright © 2008 Mathias Schwarz.