dk.brics.servletvalidator.graph
Interface InliningGraph<T extends InliningArc<E>,E extends InliningVertex<T>>

All Known Implementing Classes:
AbstractInliningGraph, DGraph

public interface InliningGraph<T extends InliningArc<E>,E extends InliningVertex<T>>

An inlining graph is a graph that directs inlining of nonterminals in productions. It can be seen as a generalization of the DGraph concept of [Knuth]

Author:
schwarz

Method Summary
 Set<E> getSinkNodes()
           
 Set<E> getVertices()
           
 void removeNode(E v)
           
 

Method Detail

getSinkNodes

Set<E> getSinkNodes()

getVertices

Set<E> getVertices()

removeNode

void removeNode(E v)


Copyright © 2008 Mathias Schwarz.