|
jInfer | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cz.cuni.mff.ksi.jinfer.iss.IDSetSearchImpl
public class IDSetSearchImpl
Implementation of the ID Set Search service.
Constructor Summary | |
---|---|
IDSetSearchImpl()
|
Method Summary | |
---|---|
String |
getDisplayName()
Returns a user friendly name of the module. |
String |
getGraphVizInput(List<Element> grammar)
Returns a graph representation of the specified grammar in GraphViz language. |
String |
getModuleDescription()
Returns the information about this module's inner workings. |
String |
getName()
Returns a user friendly yet unique name of the module. |
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 class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IDSetSearchImpl()
Method Detail |
---|
public void showIDSetPanel(String panelName, List<Element> grammar)
IDSetSearch
showIDSetPanel
in interface IDSetSearch
panelName
- Title of the panel that will be displayed.grammar
- Grammar to work on.public String getGraphVizInput(List<Element> grammar)
IDSetSearch
GraphUtils.getGraphVizInput(AMModel)
for details.
getGraphVizInput
in interface IDSetSearch
grammar
- Grammar to create GraphViz input from.
public String getName()
NamedModule
getName
in interface NamedModule
public String getDisplayName()
NamedModule
getDisplayName
in interface NamedModule
public String getModuleDescription()
NamedModule
NamedModule.getDisplayName()
, but if the
module for example consists of more sub-modules, their names should be
listed here.
getModuleDescription
in interface NamedModule
|
jInfer | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |