jInfer

cz.cuni.mff.ksi.jinfer.base.interfaces
Interface IDSetSearch

All Superinterfaces:
NamedModule
All Known Implementing Classes:
IDSetSearchImpl

public interface IDSetSearch
extends NamedModule

Interface of a module providing search for ID/IDREF attributes, as well as attribute statistics computation and display.


Method Summary
 String getGraphVizInput(List<Element> grammar)
          Returns a graph representation of the specified grammar in GraphViz language.
 void showIDSetPanel(String panelName, List<Element> grammar)
          Shows a panel with tools to search for ID/IDREF attributes in the provided grammar.
 
Methods inherited from interface cz.cuni.mff.ksi.jinfer.base.interfaces.NamedModule
getDisplayName, getModuleDescription, getName
 

Method Detail

showIDSetPanel

void showIDSetPanel(String panelName,
                    List<Element> grammar)
Shows a panel with tools to search for ID/IDREF attributes in the provided grammar.

Parameters:
panelName - Title of the panel that will be displayed.
grammar - Grammar to work on.

getGraphVizInput

String getGraphVizInput(List<Element> grammar)
Returns a graph representation of the specified grammar in GraphViz language. Please see GraphUtils.getGraphVizInput(AMModel) for details.

Parameters:
grammar - Grammar to create GraphViz input from.
Returns:
String representation of the GraphViz input.

jInfer

Generated on Fri Dec 9 00:01:25 CET 2011