A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

AbstractOptions - Class in de.saar.chorus.domgraph.utool
 
AbstractOptions() - Constructor for class AbstractOptions
 
AbstractOptions.Operation - Enum in de.saar.chorus.domgraph.utool
 
AbstractOptionsParsingException - Exception in de.saar.chorus.domgraph.utool
 
AbstractOptionsParsingException(int) - Constructor for exception AbstractOptionsParsingException
 
AbstractOptionsParsingException(String, Throwable, int) - Constructor for exception AbstractOptionsParsingException
 
AbstractOptionsParsingException(String, int) - Constructor for exception AbstractOptionsParsingException
 
AbstractOptionsParsingException(Throwable, int) - Constructor for exception AbstractOptionsParsingException
 
AbstractOptionsParsingException() - Constructor for exception AbstractOptionsParsingException
 
AbstractOptionsParsingException(String, Throwable) - Constructor for exception AbstractOptionsParsingException
 
AbstractOptionsParsingException(String) - Constructor for exception AbstractOptionsParsingException
 
AbstractOptionsParsingException(Throwable) - Constructor for exception AbstractOptionsParsingException
 
accept(File) - Method in class GenericFileFilter
 
accept(File) - Method in class CommandListener.PDFFilter
Overwrites the accept method of Filefilter.
accept(File) - Method in class CommandListener.XMLFilter
Overwrites the accept method of Filefilter.
actionPerformed(ActionEvent) - Method in class WaitingDialog
This closes the window when the OK button has been pressed.
actionPerformed(ActionEvent) - Method in class GraphScroller
 
actionPerformed(ActionEvent) - Method in class ChartViewerListener
This processes all events occuring within the ChartViewer.
actionPerformed(ActionEvent) - Method in class CommandListener
Overwrites the actionPerformed method of ActionListener.
actionPerformed(ActionEvent) - Method in class ExampleViewer
processes the events triggered by the buttons (loading an example or cancelling the dialog).
actionPerformed(ActionEvent) - Method in class JCodecFileChooser
This reactc when either the "Options" or the "Hide" button is pressed.
actionPerformed(ActionEvent) - Method in class JDomGraphPreferencePane
This processes the events of applying the settings, closing the window or do both (in reverse order).
add(FragmentWithHole, FragmentWithHole) - Method in class EquationSystem
Add an equation between two label-hole pairs.
add(Extent) - Method in class Shape
 
add(Shape) - Method in class ShapeList
 
addAllExamples(String) - Method in class ExampleManager
Adds all examples from a given example specification file.
addCodecFileFilters(List<GenericFileFilter>) - Method in class JCodecFileChooser
Add all the file filters for codecs this file chooser shall accept.
addDominanceParent(Fragment) - Method in class FragmentTower
Add a dominance father to the tower
addEdge(String, String, EdgeData) - Method in class DomGraph
Adds an edge from "src" to "tgt" with the given edge data to the graph.
addEdge(EdgeData, DefaultGraphCell, DefaultGraphCell) - Method in class ImprovedJGraph
Adds a new edge to the graph (and the underlying model).
addEquivalenceClass(Collection<FragmentWithHole>) - Method in class EquationSystem
Add equations between any two members of a collection of label-hole pairs.
addExample(String, String, String) - Method in class ExampleManager
Adds an example to the registry.
addLabel(String, String) - Method in class NodeLabels
Adds a label for a given node.
addListener(ConnectionManager.StateChangeListener) - Static method in class ConnectionManager
Adds a state change listener to this server.
addNewTab(JDomGraph, String, DomGraph, boolean, boolean, NodeLabels) - Method in class Ubench
Adding a new tab to the window displaying the given JDomGraph
addNewTab(String, DomGraph, NodeLabels) - Method in class Ubench
Allowes to set up a new Tab by submitting the DomGraph to display and a NodeLabels object along with the graph's name.
addNewTab(JDomGraph, String, DomGraph, boolean, boolean, int, NodeLabels) - Method in class Ubench
Adding a new tab to the window displaying the given JDomGraph, given the index indicating where to insert it in the tab.
addNode(String, NodeData) - Method in class DomGraph
Adds a node with the given node name and node data to the graph.
addNode(String, NodeData) - Method in class ImprovedJGraph
Adds a new node to the graph (and the underlying model).
addOption(char, int, String, String) - Method in class ConvenientGetopt
Add an option that has no long name.
addOption(char, String, int, String, String) - Method in class ConvenientGetopt
Add an option that has a long name.
addPopupListener(DomGraphPopupListener) - Method in class JDomGraph
Add a popup listener.
addRelXtoParent(DefaultGraphCell, Integer) - Method in class GecodeTreeLayout
 
addRelXtoParent(DefaultGraphCell, Integer) - Method in class ImprovedJGraphLayout
 
addRelXtoParent(DefaultGraphCell, Integer) - Method in class DomGraphLayout
 
addRelXtoRoot(DefaultGraphCell, Integer) - Method in class GecodeTreeLayout
 
addRelXtoRoot(DefaultGraphCell, Integer) - Method in class ImprovedJGraphLayout
 
addRelXtoRoot(DefaultGraphCell, Integer) - Method in class DomGraphLayout
 
addRelYpos(DefaultGraphCell, Integer) - Method in class GecodeTreeLayout
 
addRelYpos(DefaultGraphCell, Integer) - Method in class ImprovedJGraphLayout
 
addRelYpos(DefaultGraphCell, Integer) - Method in class DomGraphLayout
 
addReplacementRule(String, String) - Method in class ReplacingWriter
Adds a replacement rule.
addSampleData() - Method in class JDomGraph
Add some sample nodes and edges to the graph.
addSampleFragmentMenus() - Method in class JDomGraph
Once the fragments have been computed, add some sample menu items to them.
addSplit(Set<String>, Split) - Method in class Chart
Adds a split for the given subgraph.
addTab(JGraphTab, boolean) - Method in class Ubench
Adding a complete tab to the window
addTab(JGraphTab, boolean, int) - Method in class Ubench
Adding a complete tab to the window
addToMapList(Map<E, List<T>>, E, T) - Static method in class ImprovedJGraph
Generic method that handles maps from an Object to a list of objects and ads a new entry to the value list with the specified object key.
addToMapList(Map<E, List<T>>, E, T) - Static method in class DomGraphLayout
Generic method that handles maps from an Object to a list of objects and ads a new entry to the value list with the specified object key.
addToplevelSubgraph(Set<String>) - Method in class Chart
Adds a top-level subgraph.
addWcc(String, Set<String>) - Method in class Split
Adds a weakly connected component to a split representation.
adjustBeginLineColumn(int, int) - Method in class SimpleCharStream
Method to adjust line and column numbers for the start of a token.
adjustBeginLineColumn(int, int) - Method in class SimpleCharStream
Method to adjust line and column numbers for the start of a token.
adjustBeginLineColumn(int, int) - Method in class SimpleCharStream
Method to adjust line and column numbers for the start of a token.
adjustBeginLineColumn(int, int) - Method in class SimpleCharStream
Method to adjust line and column numbers for the start of a token.
adjustNodeWidths() - Method in class ImprovedJGraph
Compute the true widths of the node labels in the graph, change the node widths such that all the labels fit in, and recompute the layout.
ALL - Static variable in interface HolesemComsemInputCodecConstants
 
allowExperimentalCodecs() - Static method in class GlobalDomgraphProperties
 
AND - Static variable in interface HolesemComsemInputCodecConstants
 
applySettings() - Method in class JDomGraphPreferencePane
Updating the settings wherever the changes made by the user may be relevant.
Atom() - Method in class DomconOzInputCodec
 
ATOM - Static variable in interface GlueInputCodecConstants
 
atomify(String) - Static method in class CodecTools
Computes a string that is a valid Oz or Prolog atom from the argument.
Attribute(Map<String, String>) - Method in class MrsPrologInputCodec
 
Attributes(Map<String, String>) - Method in class MrsPrologInputCodec
 
ATTRVAL - Static variable in interface MrsPrologInputCodecConstants
 

B

backup(int) - Method in class SimpleCharStream
 
backup(int) - Method in class SimpleCharStream
 
backup(int) - Method in class SimpleCharStream
 
backup(int) - Method in class SimpleCharStream
 
beginColumn - Variable in class Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginColumn - Variable in class Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginColumn - Variable in class Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginColumn - Variable in class Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginTask() - Method in class WaitingDialog
To be called before the task starts.
BeginToken() - Method in class SimpleCharStream
 
BeginToken() - Method in class SimpleCharStream
 
BeginToken() - Method in class SimpleCharStream
 
BeginToken() - Method in class SimpleCharStream
 
BoundingBox - Class in de.saar.chorus.treelayout
 
BoundingBox(int, int, int) - Constructor for class BoundingBox
 
bufpos - Variable in class SimpleCharStream
 
bufpos - Variable in class SimpleCharStream
 
bufpos - Variable in class SimpleCharStream
 
bufpos - Variable in class SimpleCharStream
 

C

Chain - Class in de.saar.chorus.domgraph.codec.basic
An input codec that generates pure chains.
Chain() - Constructor for class Chain
 
Chain.UnitTests - Class in de.saar.chorus.domgraph.codec.basic
UNIT TESTS
Chain.UnitTests() - Constructor for class Chain.UnitTests
 
chain3() - Method in class DomconOzInputCodec.UnitTests
 
chain3correctness() - Method in class Chain.UnitTests
 
Chart - Class in de.saar.chorus.domgraph.chart
A chart for storing intermediate results of the graph-chart solver.
Chart() - Constructor for class Chart
The constructor.
chartOnlyRoots(Chart, DomGraph) - Static method in class ChartPresenter
 
ChartPresenter - Class in de.saar.chorus.domgraph.chart
 
ChartPresenter() - Constructor for class ChartPresenter
 
ChartSolver - Class in de.saar.chorus.domgraph.chart
A solver for compact weakly normal dominance graphs.
ChartSolver.UnitTests - Class in de.saar.chorus.domgraph.chart
UNIT TESTS
ChartSolver.UnitTests() - Constructor for class ChartSolver.UnitTests
 
ChartViewer - Class in de.saar.chorus.ubench.gui.chartviewer
A JFrame containing a GUI for visualising a Chart of a dominance graph and highlighting parts of it in a JDomGraph.
ChartViewer(Chart, DomGraph, String, JDomGraph, NodeLabels) - Constructor for class ChartViewer
A new ChartViewer
ChartViewerListener - Class in de.saar.chorus.ubench.gui.chartviewer
This ActionListener processes all actions of one (and only one) ChartViewer.
CLASSIFY_COMPACT - Static variable in class ExitCodes
 
CLASSIFY_COMPACTIFIABLE - Static variable in class ExitCodes
 
CLASSIFY_HN_CONNECTED - Static variable in class ExitCodes
 
CLASSIFY_LEAF_LABELLED - Static variable in class ExitCodes
 
CLASSIFY_NORMAL - Static variable in class ExitCodes
 
CLASSIFY_WEAKLY_NORMAL - Static variable in class ExitCodes
 
clear() - Method in class EquationSystem
Remove all equations from this equation system.
clear() - Method in class DomGraph
Removes all nodes and edges from this graph.
clear() - Method in class NodeLabels
Removes all node-label mappings from this map.
clear() - Method in class ImprovedJGraph
Remove all nodes and edges in the graph.
clear() - Method in class JDomGraph
Remove all nodes and edges in the graph.
clearDominanceEdges() - Method in class JDomGraph
Removes all dominance edges from this graph.
clone() - Method in class Chart
Computes a clone of the chart.
clone() - Method in class DomGraph
 
clone() - Method in class JDomGraphTab
Returns a JGraphTab identic to this one but containing clones of the DomGraph and the JDomGraph
clone() - Method in class JGraphTab
 
clone() - Method in class JSolvedFormTab
Returns a JGraphTab identic to this one but containing clones of the DomGraph and the JDomGraph
clone() - Method in class Preferences
Clones this.
clone() - Method in class JDomGraph
Clones this graph.
close() - Method in class LoggingReader
 
close() - Method in class LoggingWriter
 
closeAllTabs() - Method in class Ubench
Closing all tabs.
closeCurrentTab() - Method in class Ubench
Closes the currently shown tab (if there is one).
CODEC_REGISTRATION_ERROR - Static variable in class ExitCodes
 
CodecConstructor - Annotation Type in de.saar.chorus.domgraph.codec
An annotation type for marking the constructor of a codec class that should be used to construct new objects of this class from the codec manager.
CodecManager - Class in de.saar.chorus.domgraph.codec
A registry and factory for codecs.
CodecManager() - Constructor for class CodecManager
 
CodecManager.UnitTests - Class in de.saar.chorus.domgraph.codec
 
CodecManager.UnitTests() - Constructor for class CodecManager.UnitTests
 
CodecMetadata - Annotation Type in de.saar.chorus.domgraph.codec
An annotation type for adding metadata to a codec class.
CodecOption - Annotation Type in de.saar.chorus.domgraph.codec
An annotation type for adding metadata to codec options.
CodecRegistrationException - Exception in de.saar.chorus.domgraph.codec
This exception represents an error that occurs while registering a codec.
CodecRegistrationException() - Constructor for exception CodecRegistrationException
 
CodecRegistrationException(String, Throwable) - Constructor for exception CodecRegistrationException
 
CodecRegistrationException(String) - Constructor for exception CodecRegistrationException
 
CodecRegistrationException(Throwable) - Constructor for exception CodecRegistrationException
 
CodecTools - Class in de.saar.chorus.domgraph.codec
Methods that are useful in the implementation of codecs.
CodecTools() - Constructor for class CodecTools
 
CodegenOutputCodec - Class in de.saar.chorus.domgraph.codec.codegen
 
CodegenOutputCodec() - Constructor for class CodegenOutputCodec
 
CommandListener - Class in de.saar.chorus.ubench.gui
The main ActionListener and ItemListener of Ubench's GUI.
CommandListener() - Constructor for class CommandListener
Creates a new Instance of CommandListener.
CommandListener.PDFFilter - Class in de.saar.chorus.ubench.gui
A FileFilter that accepts files with *.pdf-extension.
CommandListener.PDFFilter() - Constructor for class CommandListener.PDFFilter
 
CommandListener.PDFView - Class in de.saar.chorus.ubench.gui
A FileView that shows PDF-Files.
CommandListener.PDFView() - Constructor for class CommandListener.PDFView
 
CommandListener.XMLFilter - Class in de.saar.chorus.ubench.gui
A FileFilter that accepts files with *.xml-extension.
CommandListener.XMLFilter() - Constructor for class CommandListener.XMLFilter
 
COMMENT - Static variable in interface MrsPrologInputCodecConstants
 
compactify() - Method in class DomGraph
Computes a compact version of this graph.
compare(DefaultEdge, DefaultEdge) - Method in class ImprovedJGraph.EdgeSortingComparator
 
compareTo(Object) - Method in class GenericFileFilter
 
CompleteSplitSource - Class in de.saar.chorus.domgraph.chart
A split source which computes the complete list of splits for a subgraph.
CompleteSplitSource(DomGraph) - Constructor for class CompleteSplitSource
 
comprehensiveErrorMessage() - Method in exception AbstractOptionsParsingException
 
computeAdjacency() - Method in class ImprovedJGraph
Go through all the edges of the graph and record the adjacency matrix in the "parents" and "children" maps.
computeFragments() - Method in class JDomGraph
Group the nodes of the graph into the maximal fragments.
computeLayout() - Method in class ImprovedJGraph
 
computeLayout() - Method in class JDomGraph
Apply a layout algorithm to this graph.
computeNodeHeight(DefaultGraphCell) - Method in class ImprovedJGraph
Computes the height of the label of a node.
computeNodeWidth(DefaultGraphCell) - Method in class ImprovedJGraph
Computes the width of the label of a node.
computeWccMap(List<Set<String>>) - Method in class DomGraph
Computes a mapping of nodes to wcc indices from a list of wccs.
ConnectionManager - Class in de.saar.chorus.domgraph.utool.server
The Utool main program for accessing the Domgraph functionality in server mode.
ConnectionManager() - Constructor for class ConnectionManager
 
ConnectionManager.State - Enum in de.saar.chorus.domgraph.utool.server
 
ConnectionManager.StateChangeListener - Interface in de.saar.chorus.domgraph.utool.server
 
contains(Equation) - Method in class EquationSystem
Checks whether a given equation is contained in the equation system.
containsSplitFor(Set<String>) - Method in class Chart
Checks whether the chart contains a split for the given subgraph.
ConvenientGetopt - Class in de.saar.getopt
This class encapsulates the GNU Getopt library and makes it more convenient to use from Java programs.
ConvenientGetopt(String, String, String) - Constructor for class ConvenientGetopt
Create new getopt object.
convert(Graph, DataFactory<NodeData, EdgeData>, ImprovedJGraph<NodeType, NodeData, EdgeType, EdgeData>) - Static method in class ImprovedJGraphAdapter
Converts a JGraphT graph into an ImprovedJGraph.
Coordinate - Class in de.saar.chorus.treelayout
 
Coordinate() - Constructor for class Coordinate
 
Coordinate(int, int) - Constructor for class Coordinate
 
copyShortcuts(JComponent) - Method in class JDomTabbedPane
Copies all its shortcuts to a given component.
copyTo(Preferences) - Method in class Preferences
Copies these preferences to a second given Preferences object.
countSolvedForms() - Method in class Chart
Returns the number of solved forms represented by this chart.
countSolvedFormsFor(Set<String>) - Method in class Chart
 
countSubgraphs() - Method in class Chart
 
createFirstSolvedForm() - Method in class JDomGraphTab
Creates a tab displaying the first solved form of this dominance graph.
currentToken - Variable in exception ParseException
This is the last token that has been consumed successfully.
currentToken - Variable in exception ParseException
This is the last token that has been consumed successfully.
currentToken - Variable in exception ParseException
This is the last token that has been consumed successfully.
currentToken - Variable in exception ParseException
This is the last token that has been consumed successfully.

D

DataFactory<NodeData,EdgeData> - Interface in de.saar.chorus.jgraph
 
de.saar.basic - package de.saar.basic
 
de.saar.chorus.domgraph - package de.saar.chorus.domgraph
Provides classes for accessing global properties of the system, such as the Domgraph version number and the example database.
de.saar.chorus.domgraph.chart - package de.saar.chorus.domgraph.chart
Provides classes for working with dominance charts.
de.saar.chorus.domgraph.codec - package de.saar.chorus.domgraph.codec
Provides basic classes for implementing codecs.
de.saar.chorus.domgraph.codec.basic - package de.saar.chorus.domgraph.codec.basic
Provides some basic codecs which are not tied to any particular underspecification formalism.
de.saar.chorus.domgraph.codec.codegen - package de.saar.chorus.domgraph.codec.codegen
 
de.saar.chorus.domgraph.codec.domcon - package de.saar.chorus.domgraph.codec.domcon
Provides codecs for dealing with dominance constraints and dominance graphs.
de.saar.chorus.domgraph.codec.domgraph - package de.saar.chorus.domgraph.codec.domgraph
Provides codecs for representing labelled dominance graphs in various graph representation languages.
de.saar.chorus.domgraph.codec.glue - package de.saar.chorus.domgraph.codec.glue
Provides a codec for converting axioms of Glue Semantics into labelled dominance graphs (EXPERIMENTAL).
de.saar.chorus.domgraph.codec.holesem - package de.saar.chorus.domgraph.codec.holesem
Provides a codec for converting USRs of Hole Semantics into labelled dominance graphs.
de.saar.chorus.domgraph.codec.mrs - package de.saar.chorus.domgraph.codec.mrs
Provides two codecs for converting USRs of Minimal Recursion Semantics into labelled dominance graphs.
de.saar.chorus.domgraph.codec.plugging - package de.saar.chorus.domgraph.codec.plugging
Provides two codecs for printing pluggings.
de.saar.chorus.domgraph.codec.term - package de.saar.chorus.domgraph.codec.term
Provides two codecs for printing simple solved forms as terms.
de.saar.chorus.domgraph.equivalence - package de.saar.chorus.domgraph.equivalence
Provides classes for redundancy elimination.
de.saar.chorus.domgraph.graph - package de.saar.chorus.domgraph.graph
Provides basic classes for representing labelled dominance graphs and basic algorithms running on them.
de.saar.chorus.domgraph.utool - package de.saar.chorus.domgraph.utool
Provides the main programme for Utool.
de.saar.chorus.domgraph.utool.server - package de.saar.chorus.domgraph.utool.server
Provides the main programme for Utool.
de.saar.chorus.jgraph - package de.saar.chorus.jgraph
Provides various classes which extend the functionality of the JGraph package.
de.saar.chorus.treelayout - package de.saar.chorus.treelayout
Provides the classes for the tree layout algorithm used in the Gecode Explorer.
de.saar.chorus.ubench - package de.saar.chorus.ubench
Provides basic classes used in the Underspecification Workbench.
de.saar.chorus.ubench.gui - package de.saar.chorus.ubench.gui
Provides the classes for the Underspecification Workbench GUI.
de.saar.chorus.ubench.gui.chartviewer - package de.saar.chorus.ubench.gui.chartviewer
 
de.saar.getopt - package de.saar.getopt
Provides a convenient abstraction over the GNU Getopt library.
debugStream - Variable in class DomconOzInputCodecTokenManager
 
debugStream - Variable in class GlueInputCodecTokenManager
 
debugStream - Variable in class HolesemComsemInputCodecTokenManager
 
debugStream - Variable in class MrsPrologInputCodecTokenManager
 
decode(String) - Static method in class XmlEntities
Replaces XML entities (&amp; etc.) by the corresponding characters.
decode(Reader, DomGraph, NodeLabels) - Method in class Chain
 
decode(Reader, DomGraph, NodeLabels) - Method in class DomconOzInputCodec
 
decode(Reader, DomGraph, NodeLabels) - Method in class DomgraphGxlInputCodec
Reads a GXL description of a dominance graph from a file and writes it into a JDomGraph object.
decode(Reader, DomGraph, NodeLabels) - Method in class GlueInputCodec
 
decode(Reader, DomGraph, NodeLabels) - Method in class HolesemComsemInputCodec
Reads an USR representation from a Reader.
decode(Reader, DomGraph, NodeLabels) - Method in class InputCodec
Reads an USR representation from a Reader.
decode(Reader, DomGraph, NodeLabels) - Method in class MrsPrologInputCodec
 
decode(Reader, DomGraph, NodeLabels) - Method in class MrsXmlInputCodec
 
DEFAULT - Static variable in interface DomconOzInputCodecConstants
 
DEFAULT - Static variable in interface GlueInputCodecConstants
 
DEFAULT - Static variable in interface HolesemComsemInputCodecConstants
 
DEFAULT - Static variable in interface MrsPrologInputCodecConstants
 
DefaultNodeVisitor - Class in de.saar.chorus.treelayout
 
DefaultNodeVisitor(NodeCursorInterface) - Constructor for class DefaultNodeVisitor
 
deleteSubgraph(Set<String>) - Method in class Chart
Deletes a subgraph and all of its splits from the chart.
depth - Variable in class BoundingBox
 
depth() - Method in class Shape
 
dialogTitle - Variable in enum JCodecFileChooser.Type
 
disable_tracing() - Method in class DomconOzInputCodec
 
disable_tracing() - Method in class GlueInputCodec
 
disable_tracing() - Method in class HolesemComsemInputCodec
 
disable_tracing() - Method in class MrsPrologInputCodec
 
displayAllCodecs(PrintStream) - Method in class CodecManager
Prints an overview of all registered codecs to an output stream.
displayChart() - Method in class JDomGraphTab
 
displayChart() - Method in class JGraphTab
 
DOM - Static variable in interface DomconOzInputCodecConstants
 
DomconOzInputCodec - Class in de.saar.chorus.domgraph.codec.domcon
An input codec for weakly normal dominance constraints in Oz syntax.
DomconOzInputCodec() - Constructor for class DomconOzInputCodec
 
DomconOzInputCodec(InputStream) - Constructor for class DomconOzInputCodec
 
DomconOzInputCodec(InputStream, String) - Constructor for class DomconOzInputCodec
 
DomconOzInputCodec(Reader) - Constructor for class DomconOzInputCodec
 
DomconOzInputCodec(DomconOzInputCodecTokenManager) - Constructor for class DomconOzInputCodec
 
DomconOzInputCodec.UnitTests - Class in de.saar.chorus.domgraph.codec.domcon
UNIT TESTS
DomconOzInputCodec.UnitTests() - Constructor for class DomconOzInputCodec.UnitTests
 
DomconOzInputCodecConstants - Interface in de.saar.chorus.domgraph.codec.domcon
 
DomconOzInputCodecTokenManager - Class in de.saar.chorus.domgraph.codec.domcon
 
DomconOzInputCodecTokenManager(SimpleCharStream) - Constructor for class DomconOzInputCodecTokenManager
 
DomconOzInputCodecTokenManager(SimpleCharStream, int) - Constructor for class DomconOzInputCodecTokenManager
 
DomconOzOutputCodec - Class in de.saar.chorus.domgraph.codec.domcon
An output codec for weakly normal dominance constraints in Oz syntax.
DomconOzOutputCodec() - Constructor for class DomconOzOutputCodec
 
DomconOzPluggingOutputCodec - Class in de.saar.chorus.domgraph.codec.plugging
An output codec for pluggings in Oz syntax.
DomconOzPluggingOutputCodec() - Constructor for class DomconOzPluggingOutputCodec
 
DomEdge - Class in de.saar.chorus.domgraph.graph
A representation of a dominance edge, as a pair of a source and a target node.
DomEdge(String, String) - Constructor for class DomEdge
Constructor which takes a source and target node.
DomGraph - Class in de.saar.chorus.domgraph.graph
A dominance graph.
DomGraph() - Constructor for class DomGraph
 
DomGraph.UnitTests - Class in de.saar.chorus.domgraph.graph
UNIT TESTS
DomGraph.UnitTests() - Constructor for class DomGraph.UnitTests
 
DomgraphGxlInputCodec - Class in de.saar.chorus.domgraph.codec.domgraph
An input codec for weakly normal dominance graphs in GXL syntax.
DomgraphGxlInputCodec() - Constructor for class DomgraphGxlInputCodec
 
DomgraphGxlOutputCodec - Class in de.saar.chorus.domgraph.codec.domgraph
An output codec for weakly normal dominance graphs in GXL syntax.
DomgraphGxlOutputCodec() - Constructor for class DomgraphGxlOutputCodec
 
DomGraphLayout - Class in de.saar.chorus.ubench
A layout algorithm for a dominance graph represented by a JDomGraph.
DomGraphLayoutParameters - Class in de.saar.chorus.ubench
Storing the general parameters (distances between nodes and fragments).
DomGraphLayoutParameters() - Constructor for class DomGraphLayoutParameters
 
DomGraphPopupListener - Interface in de.saar.chorus.ubench
Listeners that implement this interface can be registered in a JDomGraph object to be called every time the user selects an item from a popup menu.
DomGraphTConverter - Class in de.saar.chorus.ubench
This converts a DomGraph to a JDomGraph
DomGraphTConverter(DomGraph, NodeLabels) - Constructor for class DomGraphTConverter
Setting up a new converter with the graph to convert and its labels.
DomgraphUdrawOutputCodec - Class in de.saar.chorus.domgraph.codec.domgraph
An output codec that represents a dominance graph in the uDraw(Graph) format.
DomgraphUdrawOutputCodec(boolean) - Constructor for class DomgraphUdrawOutputCodec
 
dominance - Static variable in class EdgeType
 
dominanceVal - Static variable in class EdgeType
 
Done() - Method in class SimpleCharStream
 
Done() - Method in class SimpleCharStream
 
Done() - Method in class SimpleCharStream
 
Done() - Method in class SimpleCharStream
 
DotOutputCodec - Class in de.saar.chorus.domgraph.codec.domgraph
An output codec that represents a dominance graph using the Dot graph description language.
DotOutputCodec(boolean) - Constructor for class DotOutputCodec
 
DummyPopupListener - Class in de.saar.chorus.ubench
 
DummyPopupListener() - Constructor for class DummyPopupListener
 

E

EdgeData - Class in de.saar.chorus.domgraph.graph
The data associated with an edge.
EdgeData(EdgeType) - Constructor for class EdgeData
The constructor.
EdgeData - Class in de.saar.chorus.ubench
The data that can be stored in the edge of a dominance graph -- namely, a name and an edge type.
EdgeData(EdgeType, String, JDomGraph) - Constructor for class EdgeData
 
EdgeDataAdapter<E> - Class in de.saar.chorus.jgraph
 
EdgeDataAdapter(E) - Constructor for class EdgeDataAdapter
 
EdgeType - Enum in de.saar.chorus.domgraph.graph
An edge type.
EdgeType - Class in de.saar.chorus.ubench
An edge type -- either solid or dominance.
EdgeType(int) - Constructor for class EdgeType
 
eliminate(Chart) - Method in class RedundancyElimination
Removes redundant splits from an existing chart.
emptyArgument() - Method in class Chain.UnitTests
 
enable_tracing() - Method in class DomconOzInputCodec
 
enable_tracing() - Method in class GlueInputCodec
 
enable_tracing() - Method in class HolesemComsemInputCodec
 
enable_tracing() - Method in class MrsPrologInputCodec
 
encode(String) - Static method in class XmlEntities
Replaces special characters (<, >, quotes, and &) with the XML entities.
encode(DomGraph, NodeLabels, Writer) - Method in class CodegenOutputCodec
 
encode(DomGraph, NodeLabels, Writer) - Method in class DomconOzOutputCodec
 
encode(DomGraph, NodeLabels, Writer) - Method in class DomgraphGxlOutputCodec
 
encode(DomGraph, NodeLabels, Writer) - Method in class DomgraphUdrawOutputCodec
 
encode(DomGraph, NodeLabels, Writer) - Method in class DotOutputCodec
 
encode(DomGraph, NodeLabels, Writer) - Method in class OutputCodec
Encodes a dominance graph into a string representation for this output codec.
encode(DomGraph, NodeLabels, Writer) - Method in class DomconOzPluggingOutputCodec
 
encode(DomGraph, NodeLabels, Writer) - Method in class LkbPluggingOutputCodec
 
encode(DomGraph, NodeLabels, Writer) - Method in class TermOutputCodec
 
endColumn - Variable in class Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endColumn - Variable in class Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endColumn - Variable in class Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endColumn - Variable in class Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endElement(String, String, String) - Method in class EquationSystem
 
endLine - Variable in class Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endTask() - Method in class WaitingDialog
To be called when the task is finished.
EOF - Static variable in interface DomconOzInputCodecConstants
 
EOF - Static variable in interface GlueInputCodecConstants
 
EOF - Static variable in interface HolesemComsemInputCodecConstants
 
EOF - Static variable in interface MrsPrologInputCodecConstants
 
EQ - Static variable in interface HolesemComsemInputCodecConstants
 
equals(Object) - Method in class EdgeData
 
equals(Object) - Method in class NodeData
 
equals(Object) - Method in class NodeLabels
 
equals(Object) - Method in class EdgeDataAdapter
 
equals(Object) - Method in class NodeDataAdapter
 
EquationSystem - Class in de.saar.chorus.domgraph.equivalence
A representation for a term equation system.
EquationSystem() - Constructor for class EquationSystem
 
EQUIVALENCE_READING_ERROR - Static variable in class ExitCodes
 
ERROR_CHAIN_LENGTH - Static variable in class Chain
 
ERROR_GRAPH_NOT_HNC - Static variable in class HolesemComsemInputCodec
 
ERROR_GRAPH_NOT_LEAF_LABELLED - Static variable in class HolesemComsemInputCodec
 
ERROR_GRAPH_NOT_NORMAL - Static variable in class HolesemComsemInputCodec
 
ERROR_MULTIPLE_PARENTS - Static variable in class HolesemComsemInputCodec
 
ERROR_NOT_SIMPLE_SOLVED_FORM - Static variable in class TermOutputCodec
 
ErrorCodes - Class in de.saar.chorus.domgraph.codec.mrs
 
ErrorCodes() - Constructor for class ErrorCodes
 
EXAMPLE_PARSING_ERROR - Static variable in class ExitCodes
 
ExampleManager - Class in de.saar.chorus.domgraph
An example manager for facilitating access to example input files.
ExampleManager() - Constructor for class ExampleManager
 
ExampleManager.ParserException - Exception in de.saar.chorus.domgraph
A parser exception that occurred while reading an examples specification file.
ExampleManager.ParserException() - Constructor for exception ExampleManager.ParserException
 
ExampleManager.ParserException(String, Throwable) - Constructor for exception ExampleManager.ParserException
 
ExampleManager.ParserException(String) - Constructor for exception ExampleManager.ParserException
 
ExampleManager.ParserException(Throwable) - Constructor for exception ExampleManager.ParserException
 
ExampleViewer - Class in de.saar.chorus.ubench.gui
A window showing the examples registered in the ExampleManager of the running Utool instance.
ExampleViewer() - Constructor for class ExampleViewer
This creates a new example viewer.
ExitCodes - Class in de.saar.chorus.domgraph.utool
Exit codes for Utool.
ExitCodes() - Constructor for class ExitCodes
 
expectedTokenSequences - Variable in exception ParseException
Each entry in this array is an array of integers.
expectedTokenSequences - Variable in exception ParseException
Each entry in this array is an array of integers.
expectedTokenSequences - Variable in exception ParseException
Each entry in this array is an array of integers.
expectedTokenSequences - Variable in exception ParseException
Each entry in this array is an array of integers.
exportPDF(JComponent, String) - Static method in class ExportUtilities
Prints a JComponent to a PDF.
exportPicture(JComponent, String, String) - Static method in class ExportUtilities
Creates a picture out of a SWING component.
ExportUtilities - Class in de.saar.basic
This Class provides some utilities for printing SWING components.
ExportUtilities() - Constructor for class ExportUtilities
 
extend(int, int) - Method in class Extent
 
extend(int, int) - Method in class Shape
 
Extent - Class in de.saar.chorus.treelayout
 
Extent(int, int) - Constructor for class Extent
 
Extent(int) - Constructor for class Extent
 
extentL - Variable in class Extent
 
extentR - Variable in class Extent
 

F

findFragment(DefaultGraphCell) - Method in class JDomGraph
Return the fragment a node or edge belongs to.
findNodeOrEdgeAt(int, int) - Method in class ImprovedJGraph
Return the node at the mouse position (x,y).
fitGraph() - Method in class JGraphTab
Scales the graph so as to fit in the recent window.
flush() - Method in class LoggingWriter
 
flushLog() - Method in class LoggingReader
 
flushLog() - Method in class LoggingWriter
 
focusChart() - Method in class JGraphTab
 
FormatManager - Class in de.saar.chorus.ubench.gui.chartviewer
This is a class providing methods to mark Splits and Subgraphs via a ChartViewer.
FormatManager() - Constructor for class FormatManager
 
formula() - Method in class GlueInputCodec
 
Fragment - Class in de.saar.chorus.ubench
A fragment in a dominance graph.
FragmentTower - Class in de.saar.chorus.ubench
A special part for the layout of a dominance graph.
fragmentXDistance - Static variable in class DomGraphLayoutParameters
 
fragmentYDistance - Static variable in class DomGraphLayoutParameters
 

G

GecodeTreeLayout - Class in de.saar.chorus.jgraph
A layout algorithm for a solved form of a dominance graph represented by a JDomGraph.
GecodeTreeLayout(ImprovedJGraph) - Constructor for class GecodeTreeLayout
Initializes a new SolvedFormLayout with the given JDomGraph.
GecodeTreeLayout(ImprovedJGraph, int) - Constructor for class GecodeTreeLayout
Initializes a new SolvedFormLayout with the given JDomGraph.
GecodeTreeLayoutSettings - Class in de.saar.chorus.jgraph
Storing the general parameters (distances between nodes and fragments).
GecodeTreeLayoutSettings() - Constructor for class GecodeTreeLayoutSettings
 
generateParseException() - Method in class DomconOzInputCodec
 
generateParseException() - Method in class GlueInputCodec
 
generateParseException() - Method in class HolesemComsemInputCodec
 
generateParseException() - Method in class MrsPrologInputCodec
 
GenericFileFilter - Class in de.saar.basic
A FileFilter which can be customised with an arbitrary file type and which generates a standard description do appear in a JFileChooser.
GenericFileFilter(String, String) - Constructor for class GenericFileFilter
Create a GenericFileFilter accepting the file type described.
genericLoadGraph(Reader, String, DomGraph, NodeLabels, Map<String, String>) - Method in class Ubench
Loads a labelled dominance graph from a reader.
genericLoadGraph(String, DomGraph, NodeLabels, Map<String, String>) - Method in class Ubench
Loads a labelled dominance graph from a file.
get(int) - Method in interface IGraphSource
 
get(int) - Method in class LazyGraphSource
 
get(int) - Method in class ListGraphSource
 
get(int) - Method in class Shape
 
getAdjacentEdges(String, EdgeType) - Method in class DomGraph
Computes the set of all adjacent edges of a node with a given type.
getAdjacentEdges(String) - Method in class DomGraph
Computes the set of all adjacent edges of a node.
getAllDomEdges() - Method in class DomGraph
 
getAllDominators() - Method in class Split
Returns the set of holes of the root fragment which are connected to any wcc.
getAllEdges() - Method in class DomGraph
Computes the set of all edges in this graph.
getAllInputCodecExtensions() - Method in class CodecManager
 
getAllInputCodecs() - Method in class CodecManager
Returns the list of all registered input codecs.
getAllMultiOutputCodecs() - Method in class CodecManager
Returns the list of all registered output codecs that support the output of multiple solved forms into one file.
getAllNodes() - Method in class DomGraph
Computes the set of all nodes in this graph.
getAllOutputCodecExtensions() - Method in class CodecManager
 
getAllOutputCodecs() - Method in class CodecManager
Returns the list of all registered output codecs.
getAllRoots(Collection<String>) - Method in class DomGraph
Collects all nodes in a given subgraph which are roots.
getAllRoots() - Method in class DomGraph
Collects all roots in the graph.
getAllSubgraphs() - Method in class Split
Returns the set of WCCs into which the subgraph is split by removing the root fragment.
getBarCode() - Method in class JGraphTab
 
getBeginColumn() - Method in class SimpleCharStream
 
getBeginColumn() - Method in class SimpleCharStream
 
getBeginColumn() - Method in class SimpleCharStream
 
getBeginColumn() - Method in class SimpleCharStream
 
getBeginLine() - Method in class SimpleCharStream
 
getBeginLine() - Method in class SimpleCharStream
 
getBeginLine() - Method in class SimpleCharStream
 
getBeginLine() - Method in class SimpleCharStream
 
getBoundingBox() - Method in class Shape
 
getBoundingBox() - Method in class JDomGraph
 
getBox() - Method in class FragmentTower
Compute the bounding box of the tower.
getCellForNode(Object) - Method in class ImprovedJGraphAdapter
 
getChart() - Method in class SolvedFormIterator
 
getChart() - Method in class JDomGraphTab
 
getChartViewer() - Method in class JGraphTab
 
getChildren(String, EdgeType) - Method in class DomGraph
Computes the set of children of a node via edges of a given type.
getChildren(DefaultGraphCell) - Method in class ImprovedJGraph
 
getCloneOfGraph() - Method in class JGraphTab
 
getCodecManager() - Method in class Ubench
 
getCodecNames() - Method in class CodecManager.UnitTests
 
getCodecOptions() - Method in class JCodecFileChooser
Returns the selected values of the codec options in string representation.
getColumn() - Method in class SimpleCharStream
Deprecated.  
getColumn() - Method in class SimpleCharStream
Deprecated.  
getColumn() - Method in class SimpleCharStream
Deprecated.  
getColumn() - Method in class SimpleCharStream
Deprecated.  
getCompactGraph() - Method in class JDomGraphTab
 
getCurrentForm() - Method in class JSolvedFormTab
 
getCurrentNode() - Method in interface NodeCursorInterface
 
getCursor() - Method in class DefaultNodeVisitor
 
getCursor() - Method in interface NodeVisitorInterface
 
getData(String) - Method in class DomGraph
Gets the data associated with the given node.
getData(Edge) - Method in class DomGraph
Gets the data associated with the given edge.
getData() - Method in class EdgeDataAdapter
 
getData() - Method in class NodeDataAdapter
 
getDefaultName() - Method in class JGraphTab
 
getDesc() - Method in class EdgeData
 
getDesc() - Method in class NodeData
 
getDescription() - Method in class GenericFileFilter
Returns the description of this file filter, as displayed in the dropdown list.
getDescription() - Method in class CommandListener.PDFFilter
Overwrites the getDescription method of FileFilter.
getDescription(File) - Method in class CommandListener.PDFView
Overwrites the getDescription method of FileView.
getDescription() - Method in class CommandListener.XMLFilter
Overwrites the getDescription method of FileFilter.
getDescriptionForExample(String) - Method in class ExampleManager
Returns the description for the example of the given name.
getDomGraph() - Method in class JGraphTab
 
getDominanceEdges() - Method in class JDomGraph
 
getDominanceParents() - Method in class FragmentTower
 
getEdgeData(Edge) - Method in interface DataFactory
 
getEdgeData(DefaultEdge) - Method in class ImprovedJGraph
Get the edge data of an edge cell.
getEdges() - Method in class ImprovedJGraph
Get all edges of the graph.
getEndColumn() - Method in class SimpleCharStream
 
getEndColumn() - Method in class SimpleCharStream
 
getEndColumn() - Method in class SimpleCharStream
 
getEndColumn() - Method in class SimpleCharStream
 
getEndLine() - Method in class SimpleCharStream
 
getEndLine() - Method in class SimpleCharStream
 
getEndLine() - Method in class SimpleCharStream
 
getEndLine() - Method in class SimpleCharStream
 
getEqsname() - Method in class Ubench
 
getEquations() - Method in class AbstractOptions
 
getEquationSystem() - Method in class Ubench
 
getExampleManager() - Method in class Ubench
 
getExampleNames() - Method in class ExampleManager
Returns the list of all registered example names.
getExampleReader(String) - Method in class ExampleManager
Returns a Reader for the specified example file.
getExitcode() - Method in exception MalformedDomgraphException
 
getExitcode() - Method in exception AbstractOptionsParsingException
 
getExtension() - Method in class GenericFileFilter
Returns the filename extension associated with this file filter.
getExtentAtDepth(int) - Method in class Shape
 
getFragment(String) - Method in class DomGraph
Computes the fragment of a given node.
getFragments() - Method in class JDomGraph
Get the set of all fragments.
getGraph() - Method in class AbstractOptions
 
getGraph() - Method in class JGraphTab
 
getGraphName() - Method in class JGraphTab
 
getGraphScale() - Method in class JGraphTab
 
getHelpArgument() - Method in class AbstractOptions
 
getHoles(String) - Method in class DomGraph
Computes the holes below the given node.
getHoles(Collection<String>) - Method in class DomGraph
Computes the holes out of a given collection of nodes.
getHomepage() - Static method in class GlobalDomgraphProperties
Returns the URL of the Utool homepage.
getHTMLforMarkedSplit(Split, Set<String>) - Static method in class FormatManager
Generates a HTML string to represent a split.
getHTMLforMarkedSubgraph(Set<String>) - Static method in class FormatManager
Generates a HTML string to represent a subgraph.
GetImage() - Method in class SimpleCharStream
 
GetImage() - Method in class SimpleCharStream
 
GetImage() - Method in class SimpleCharStream
 
GetImage() - Method in class SimpleCharStream
 
getInEdges(String, EdgeType) - Method in class DomGraph
Computes the set of all incoming edges of a node with a given type.
getInEdges(DefaultGraphCell) - Method in class ImprovedJGraph
Compute the incoming edges for a node.
getInputCodec() - Method in class AbstractOptions
 
getInputCodecExtension(String) - Method in class CodecManager
 
getInputCodecForFilename(String, String) - Method in class CodecManager
Constructs an input codec object for the input codec associated with the given filename (extension).
getInputCodecForFilename(String, Map<String, String>) - Method in class CodecManager
Constructs an input codec object for the input codec associated with the given filename (extension).
getInputCodecForName(String, String) - Method in class CodecManager
Constructs an input codec object for the input codec with the given name.
getInputCodecForName(String, Map<String, String>) - Method in class CodecManager
Constructs an input codec object for the input codec with the given name.
getInputCodecNameForFilename(String) - Method in class CodecManager
Figure out the name of the input codec for the given filename.
getInputCodecOptions() - Method in class AbstractOptions
 
getInputCodecOptionTypes(String) - Method in class CodecManager
Computes a map representing the parameter types of the constructor of an input codec.
getInputCodecParameterDefaultValue(String, String) - Method in class CodecManager
Returns the default value for a codec parameter of an input codec.
getInputName() - Method in class AbstractOptions
 
getInstance() - Static method in class Preferences
Returns the master Preferences object which is a new one if there is no master yet.
getInstance() - Static method in class Ubench
Returns the (only) instance of the Ubench class.
getIrredundantSplits(Set<String>, List<Split>) - Method in class IndividualRedundancyElimination
Computes the irredundant splits of a subgraph.
getIrredundantSplits(Set<String>, List<Split>) - Method in class PermutabilityRedundancyElimination
Computes the irredundant splits of a subgraph.
getIrredundantSplits(Set<String>, List<Split>) - Method in class RedundancyElimination
Computes the irredundant splits for a given subgraph.
getJDomGraph() - Method in class DomGraphTConverter
Returns the JDomGraph created by this converter.
getLabel(String) - Method in class NodeLabels
Gets the label for a given node.
getLabel() - Method in class NodeData
 
getLabels() - Method in class AbstractOptions
 
getLastPath() - Method in class Ubench
 
getLine() - Method in class SimpleCharStream
Deprecated.  
getLine() - Method in class SimpleCharStream
Deprecated.  
getLine() - Method in class SimpleCharStream
Deprecated.  
getLine() - Method in class SimpleCharStream
Deprecated.  
getListener() - Method in class JGraphTab
 
getListener() - Method in class Ubench
 
getLogWriter() - Method in class AbstractOptions
 
getLogwriter() - Static method in class ServerOptions
 
getMenuLabel() - Method in class EdgeData
 
getMenuLabel() - Method in class Fragment
 
getMenuLabel() - Method in class NodeData
 
getMergedShape() - Method in class ShapeList
 
getMessage() - Method in exception ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in exception ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in exception ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in exception ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error TokenMgrError
You can also modify the body of this method to customize your error messages.
getName() - Method in class GenericFileFilter
Returns the name of the file type (e.g., the codec name, not the extension) of this file filter.
getName(InputCodec) - Method in class CodecManager
 
getName(OutputCodec) - Method in class CodecManager
 
getName() - Method in class ImprovedJGraph
Get the name (= ID) of the graph.
getName() - Method in class EdgeData
 
getName() - Method in class NodeData
 
getNextToken() - Method in class DomconOzInputCodec
 
getNextToken() - Method in class DomconOzInputCodecTokenManager
 
getNextToken() - Method in class GlueInputCodec
 
getNextToken() - Method in class GlueInputCodecTokenManager
 
getNextToken() - Method in class HolesemComsemInputCodec
 
getNextToken() - Method in class HolesemComsemInputCodecTokenManager
 
getNextToken() - Method in class MrsPrologInputCodec
 
getNextToken() - Method in class MrsPrologInputCodecTokenManager
 
getNodeData(Object) - Method in interface DataFactory
 
getNodeData(DefaultGraphCell) - Method in class ImprovedJGraph
Get the node data of a node cell.
getNodeForCell(DefaultGraphCell) - Method in class ImprovedJGraphAdapter
 
getNodeForName(String) - Method in class ImprovedJGraph
Look up the node with the specified name.
getNodeLabels() - Method in class JGraphTab
 
getNodes() - Method in class ImprovedJGraph
Get all nodes of the graph.
getNodes() - Method in class Fragment
Get all nodes in this fragment.
getNodesToShape(DefaultGraphCell) - Method in class GecodeTreeLayout
 
getNodesToShape(DefaultGraphCell) - Method in class ImprovedJGraphLayout
 
getNodesToShape() - Method in class DomGraphLayout
 
getNodesToShape(DefaultGraphCell) - Method in class DomGraphLayout
 
getNodeWidth(DefaultGraphCell) - Method in class GecodeTreeLayout
Returns the node width computed by the JDomGraph.
getNodeWidth(DefaultGraphCell) - Method in class ImprovedJGraphLayout
Returns the node with computed by the JDomGraph.
getNodeWidth(DefaultGraphCell) - Method in class DomGraphLayout
 
getOpenHoles(String) - Method in class DomGraph
Computes the open holes below a given node.
getOperation() - Method in class AbstractOptions
 
getOptionMap() - Method in class JCodecOptionPane
Returns the user selected options in String representation.
getOptionString() - Method in class JCodecOptionPane
Constructs a command line string out of the parameters and their values.
getOutEdges(String, EdgeType) - Method in class DomGraph
Computes the set of all outgoing edges of a node with a given type.
getOutEdges(DefaultGraphCell) - Method in class ImprovedJGraph
Compute the outgoing edges for a node.
getOutput() - Method in class AbstractOptions
 
getOutputCodec() - Method in class AbstractOptions
 
getOutputCodecExtension(String) - Method in class CodecManager
 
getOutputCodecForFilename(String, String) - Method in class CodecManager
Constructs an output codec object for the output codec associated with the given filename (extension).
getOutputCodecForFilename(String, Map<String, String>) - Method in class CodecManager
Constructs an output codec object for the output codec associated with the given filename (extension).
getOutputCodecForName(String, String) - Method in class CodecManager
Constructs an output codec object for the output codec with the given name.
getOutputCodecForName(String, Map<String, String>) - Method in class CodecManager
Constructs an output codec object for the output codec with the given name.
getOutputCodecNameForFilename(String) - Method in class CodecManager
Figure out the name of the output codec for the given filename.
getOutputCodecOptions() - Method in class AbstractOptions
 
getOutputCodecOptionTypes(String) - Method in class CodecManager
Computes a map representing the parameter types of the constructor of an output codec.
getOutputCodecParameterDefaultValue(String, String) - Method in class CodecManager
Returns the default value for a codec parameter of an output codec.
getParameterDefaultValues() - Method in class CodecManager.UnitTests
 
getParents(String, EdgeType) - Method in class DomGraph
Computes the set of parents of a node via edges of a given type.
getParents(DefaultGraphCell) - Method in class ImprovedJGraph
 
getPort() - Method in class AbstractOptions
 
getPort() - Static method in class ServerOptions
 
getReaderForSpecification(String) - Method in class Chain
Determines a Reader from which the USR specified by the spec will be read.
getReaderForSpecification(String) - Method in class InputCodec
Determines a Reader from which the USR specified by the spec will be read.
getRecentLayout() - Method in class JGraphTab
 
getRelXtoParent(DefaultGraphCell) - Method in class GecodeTreeLayout
 
getRelXtoParent(DefaultGraphCell) - Method in class ImprovedJGraphLayout
 
getRelXtoParent(DefaultGraphCell) - Method in class DomGraphLayout
 
getRelXtoRoot() - Method in class DomGraphLayout
 
getRemaining() - Method in class ConvenientGetopt
Retrieve those command-line arguments that don't belong to any option.
getRightSibling(DefaultGraphCell) - Method in class ImprovedJGraph
Returns the right sibling of a given node (if there is one).
getRoot(String) - Method in class DomGraph
Computes the root of the fragment of the given node.
getRootFragment() - Method in class Split
Returns the root fragment of this split.
getSolvedForm(int) - Method in class SolvedFormIterator
This returns a solved form represented by a List of DomEdge objects.
getSolvedForm() - Method in class JSolvedFormTab
 
getSolvedFormIterator() - Method in class JGraphTab
 
getSolvedForms() - Method in class JGraphTab
 
getSortedEdges() - Method in class ImprovedJGraph
Return all edges of the graph in a sorted List .
getSourceFragment(DefaultEdge) - Method in class JDomGraph
Returns the fragment the source node of an edge belongs to.
getSourceNode(DefaultEdge) - Method in class ImprovedJGraph
Returns the source node of an edge.
getSplitsFor(Set<String>) - Method in class Chart
Returns the list of all splits for the given subgraph.
getSrc() - Method in class DomEdge
Get the source node in this pair.
getState() - Static method in class ConnectionManager
Returns the current state of the server (RUNNING or STOPPED).
getStatusBar() - Method in class JGraphTab
 
GetSuffix(int) - Method in class SimpleCharStream
 
GetSuffix(int) - Method in class SimpleCharStream
 
GetSuffix(int) - Method in class SimpleCharStream
 
GetSuffix(int) - Method in class SimpleCharStream
 
getSystemName() - Static method in class GlobalDomgraphProperties
Returns the name of the Utool system (including a version number).
getTabHeight() - Method in class Ubench
Returning the tab height (considering the possible minimization of the window).
getTabWidth() - Method in class Ubench
Returning the tab width (considering the possible minimization of the window).
getTargetFragment(DefaultEdge) - Method in class JDomGraph
Returns the fragment the target node of an edge belongs to.
getTargetNode(DefaultEdge) - Method in class ImprovedJGraph
Returns the target node of and edge.
getTgt() - Method in class DomEdge
Get the target node in this pair.
getToken(int) - Method in class DomconOzInputCodec
 
getToken(int) - Method in class GlueInputCodec
 
getToken(int) - Method in class HolesemComsemInputCodec
 
getToken(int) - Method in class MrsPrologInputCodec
 
getToolTipText(MouseEvent) - Method in class ImprovedJGraph
Overrides the getToolTipText method of JComponent.
getToolTipText() - Method in interface INodeData
 
getToolTipText() - Method in class NodeDataAdapter
 
getToolTipText() - Method in class NodeData
 
getToplevelSubgraphs() - Method in class Chart
Returns the list of all top-level subgraphs.
getType() - Method in class EdgeData
Returns the edge type.
getType() - Method in class NodeData
Returns the node type.
getType() - Method in class EdgeDataAdapter
 
getType() - Method in interface IEdgeData
 
getType() - Method in interface INodeData
 
getType() - Method in class NodeDataAdapter
 
getType() - Method in class EdgeData
 
getType() - Method in class EdgeType
 
getType() - Method in class NodeData
 
getType() - Method in class NodeType
 
getValue(String) - Method in class ConvenientGetopt
Retrieve the value of an option.
getValue(char) - Method in class ConvenientGetopt
Retrieve the value of an option.
getVersion() - Static method in class GlobalDomgraphProperties
Returns the version identifier of this Domgraph system.
getVisibleTab() - Method in class Ubench
 
getVisibleTabIndex() - Method in class Ubench
 
getWccFragments(Set<DefaultGraphCell>) - Method in class JDomGraph
Computes the Fragments contained in a wcc.
getWccs(String) - Method in class Split
Returns the set of weakly connected components which are connected to the specified hole.
getWccs() - Method in class JDomGraph
 
getWindow() - Method in class Ubench
 
GlobalDomgraphProperties - Class in de.saar.chorus.domgraph
Provides methods for accessing global properties of the Domgraph system, such as the version number.
GlobalDomgraphProperties() - Constructor for class GlobalDomgraphProperties
 
GlueInputCodec - Class in de.saar.chorus.domgraph.codec.glue
An experimental input codec for LFG-style Glue Semantics axiom sets.
GlueInputCodec() - Constructor for class GlueInputCodec
 
GlueInputCodec(InputStream) - Constructor for class GlueInputCodec
 
GlueInputCodec(InputStream, String) - Constructor for class GlueInputCodec
 
GlueInputCodec(Reader) - Constructor for class GlueInputCodec
 
GlueInputCodec(GlueInputCodecTokenManager) - Constructor for class GlueInputCodec
 
GlueInputCodecConstants - Interface in de.saar.chorus.domgraph.codec.glue
 
GlueInputCodecTokenManager - Class in de.saar.chorus.domgraph.codec.glue
 
GlueInputCodecTokenManager(SimpleCharStream) - Constructor for class GlueInputCodecTokenManager
 
GlueInputCodecTokenManager(SimpleCharStream, int) - Constructor for class GlueInputCodecTokenManager
 
GRAPH_DRAWING_ERROR - Static variable in class ExitCodes
 
GraphDrawingCursor - Class in de.saar.chorus.jgraph
A class to determine the coordinates of a node relative to the graph root.
GraphDrawingCursor(DefaultGraphCell, ImprovedJGraphLayout, ImprovedJGraph) - Constructor for class GraphDrawingCursor
Creates a new GraphDrawingCursor
GraphDrawingCursor(DefaultGraphCell, ImprovedJGraphLayout, ImprovedJGraph, Set<DefaultGraphCell>) - Constructor for class GraphDrawingCursor
Creates a new GraphDrawingCursor
graphLabelsConsistencyAssertion(DomGraph, NodeLabels) - Static method in class CodecTools
Asserts that all labelled nodes in the dominance graph actually have labels.
GraphLayoutCursor - Class in de.saar.chorus.jgraph
A class to determine the positions of nodes in a graph that is a tree, relative to their direct parents.
GraphLayoutCursor(DefaultGraphCell, ImprovedJGraphLayout, ImprovedJGraph) - Constructor for class GraphLayoutCursor
Creates a new GraphLayoutCursor
GraphLayoutCursor(DefaultGraphCell, ImprovedJGraphLayout, ImprovedJGraph, Set<DefaultGraphCell>) - Constructor for class GraphLayoutCursor
Creates a new GraphLayoutCursor
GraphScroller - Class in de.saar.chorus.jgraph
 
GraphScroller(String, IGraphSource, String) - Constructor for class GraphScroller
 

H

Handle() - Method in class MrsPrologInputCodec
 
HANDLE - Static variable in interface MrsPrologInputCodecConstants
 
hasCycle(Set<String>, EdgeType) - Method in class DomGraph
Determines whether a subgraph has a directed cycle.
hashCode() - Method in class EdgeData
 
hashCode() - Method in class NodeData
 
hashCode() - Method in class NodeLabels
 
hashCode() - Method in class EdgeDataAdapter
 
hashCode() - Method in class NodeDataAdapter
 
hasNext() - Method in class SolvedFormIterator
convenience methods for implementing Iterator
hasNode(String) - Method in class DomGraph
Checks whether the graph has a node with the given name.
hasOption(char) - Method in class ConvenientGetopt
Check whether an option was present on the command line.
hasOption(String) - Method in class ConvenientGetopt
Check whether an option was present on the command line.
hasOptionDumpChart() - Method in class AbstractOptions
 
hasOptionEliminateEquivalence() - Method in class AbstractOptions
 
hasOptionHelp() - Method in class AbstractOptions
 
hasOptionLogging() - Method in class AbstractOptions
 
hasOptionNochart() - Method in class AbstractOptions
 
hasOptionNoOutput() - Method in class AbstractOptions
 
hasOptionStatistics() - Method in class AbstractOptions
 
hasOptionWarmup() - Method in class AbstractOptions
 
hasVisibleChartViewer() - Method in class JGraphTab
 
HCONS - Static variable in interface MrsPrologInputCodecConstants
 
HOLE - Static variable in interface HolesemComsemInputCodecConstants
 
HolesemComsemInputCodec - Class in de.saar.chorus.domgraph.codec.holesem
An input codec for Hole Semantics.
HolesemComsemInputCodec() - Constructor for class HolesemComsemInputCodec
 
HolesemComsemInputCodec(InputStream) - Constructor for class HolesemComsemInputCodec
 
HolesemComsemInputCodec(InputStream, String) - Constructor for class HolesemComsemInputCodec
 
HolesemComsemInputCodec(Reader) - Constructor for class HolesemComsemInputCodec
 
HolesemComsemInputCodec(HolesemComsemInputCodecTokenManager) - Constructor for class HolesemComsemInputCodec
 
HolesemComsemInputCodecConstants - Interface in de.saar.chorus.domgraph.codec.holesem
 
HolesemComsemInputCodecTokenManager - Class in de.saar.chorus.domgraph.codec.holesem
 
HolesemComsemInputCodecTokenManager(SimpleCharStream) - Constructor for class HolesemComsemInputCodecTokenManager
 
HolesemComsemInputCodecTokenManager(SimpleCharStream, int) - Constructor for class HolesemComsemInputCodecTokenManager
 

I

IEdgeData<EdgeType> - Interface in de.saar.chorus.jgraph
 
IGraphSource - Interface in de.saar.chorus.jgraph
 
ILLFORMED_INPUT_GRAPH - Static variable in class ExitCodes
 
image - Variable in class Token
The string image of the token.
image - Variable in class Token
The string image of the token.
image - Variable in class Token
The string image of the token.
image - Variable in class Token
The string image of the token.
IMP - Static variable in interface GlueInputCodecConstants
 
IMP - Static variable in interface HolesemComsemInputCodecConstants
 
ImprovedJGraph<NodeType,NodeData extends INodeData<NodeType>,EdgeType,EdgeData extends IEdgeData<EdgeType>> - Class in de.saar.chorus.jgraph
 
ImprovedJGraph() - Constructor for class ImprovedJGraph
 
ImprovedJGraph.EdgeSortingComparator - Class in de.saar.chorus.jgraph
 
ImprovedJGraph.EdgeSortingComparator() - Constructor for class ImprovedJGraph.EdgeSortingComparator
 
ImprovedJGraphAdapter<NodeType,NodeData extends INodeData<NodeType>,EdgeType,EdgeData extends IEdgeData<EdgeType>> - Class in de.saar.chorus.jgraph
 
ImprovedJGraphAdapter(Graph, DataFactory<NodeData, EdgeData>) - Constructor for class ImprovedJGraphAdapter
 
ImprovedJGraphAdapter(Graph, Map<Object, NodeData>, Map<Edge, EdgeData>) - Constructor for class ImprovedJGraphAdapter
 
ImprovedJGraphLayout - Class in de.saar.chorus.jgraph
 
ImprovedJGraphLayout() - Constructor for class ImprovedJGraphLayout
 
indeg(String) - Method in class DomGraph
Computes the number of incoming edges of a given node.
indeg(String, EdgeType) - Method in class DomGraph
Computes the number of incoming edges of a given node with a given type.
indegOfSubgraph(String, EdgeType, Set<String>) - Method in class DomGraph
Computes the number of incoming edges of a given node, with a given edge type, and whose source nodes are in the given subgraph.
IndividualRedundancyElimination - Class in de.saar.chorus.domgraph.equivalence
An implementation of the redundancy elimination algorithm which checks for each individual split whether it can be removed.
IndividualRedundancyElimination(DomGraph, NodeLabels, EquationSystem) - Constructor for class IndividualRedundancyElimination
 
INodeData<NodeType> - Interface in de.saar.chorus.jgraph
 
Input() - Method in class DomconOzInputCodec
 
Input() - Method in class HolesemComsemInputCodec
 
Input() - Method in class MrsPrologInputCodec
 
InputCodec - Class in de.saar.chorus.domgraph.codec
The abstract base class for all input codecs.
InputCodec() - Constructor for class InputCodec
 
IO_ERROR - Static variable in class ExitCodes
 
isAutoCount() - Static method in class Preferences
 
isCompact() - Method in class DomGraph
Checks whether this graph is compact.
isCompactifiable() - Method in class DomGraph
Checks whether this graph can be compactified.
isEmpty() - Method in class FragmentTower
 
isEmpty() - Method in class JGraphTab
 
isEqual(DomGraph, NodeLabels, DomGraph, NodeLabels) - Static method in class DomGraph
 
isEquationSystemLoaded() - Method in class Ubench
 
isExperimentalInputCodec(String) - Method in class CodecManager
Determines whether or not an input codec has the status "EXPERIMENTAL".
isExperimentalOutputCodec(String) - Method in class CodecManager
Determines whether or not an output codec has the status "EXPERIMENTAL".
isFitToWindow() - Static method in class Preferences
 
isForest() - Method in class ImprovedJGraph
Determines whether or not this graph is a forest.
isFragLeaf(DefaultGraphCell) - Method in class JDomGraph
Determines whether a given node is a leaf in its fragment.
isFragRoot(DefaultGraphCell) - Method in class JDomGraph
Determines wheter a given node is the root of its fragment.
isGraphSolvable(DomGraph) - Static method in class OneSplitSource
 
isHnc() - Method in class JDomGraph
 
isHypernormallyConnected() - Method in class DomGraph
Checks whether the graph is hypernormally connected.
isHypernormallyConnectedFast() - Method in class DomGraph
Checks whether the graph is hypernormally connected.
isHypernormallyConnectedSlow() - Method in class DomGraph
Checks whether the graph is hypernormally connected.
isHypernormallyReachable(String, String) - Method in class DomGraph
Checks whether there is a hypernormal path between two nodes.
isHypernormallyReachable(String, String, Set<String>) - Method in class DomGraph
Checks whether there is a hypernormal path between source and target which doesn't visit any of the nodes in avoidThese.
isInput - Variable in enum JCodecFileChooser.Type
 
isLeaf(String) - Method in class DomGraph
Checks whether a node is a leaf.
isLeaf(DefaultGraphCell) - Method in class ImprovedJGraph
 
isLeafLabelled() - Method in class DomGraph
Checks whether the graph is leaf-labelled.
isLogging() - Static method in class ServerOptions
 
isMultiOutputCodec(String) - Method in class CodecManager
Determines whether or not an output codec supports the output of multiple solved forms into one file.
isNormal() - Method in class DomGraph
Checks whether this graph is normal.
isRelativeLeaf(DefaultGraphCell, Collection<DefaultGraphCell>) - Method in class ImprovedJGraph
 
isRelativeRoot(DefaultGraphCell, Collection<DefaultGraphCell>) - Method in class ImprovedJGraph
 
isRoot(String) - Method in class DomGraph
Checks whether a node is a root.
isRoot(DefaultGraphCell) - Method in class ImprovedJGraph
 
isShowLabels() - Method in class Preferences
 
isSimpleSolvedForm() - Method in class DomGraph
Checks whether the graph is a simple solved form, i.e.
isSolvable() - Method in class JDomGraphTab
 
isSolvedYet() - Method in class JDomGraphTab
 
isWarmup() - Static method in class ServerOptions
 
isWeaklyNormal() - Method in class DomGraph
Checks whether this graph is weakly normal.
isWellFormed() - Method in class DomGraph
Check whether the weakly normal graph is "well-formed" in the sense of Bodirsky et al.
itemStateChanged(ItemEvent) - Method in class CommandListener
Overwrites the itemStateChanged method of ItemListener.
iterator() - Method in class Shape
 

J

JCodecFileChooser - Class in de.saar.chorus.ubench.gui
A class representing a JFileChooser which can display and control options for Input and Output codecs used in Utool.
JCodecFileChooser(String, JCodecFileChooser.Type) - Constructor for class JCodecFileChooser
A new JCodecFileChooser initialised with the folder to display and its task type.
JCodecFileChooser.Type - Enum in de.saar.chorus.ubench.gui
The enum class representing the three diffent file chooser types for the three different tasks.
JCodecOptionPane - Class in de.saar.chorus.ubench.gui
This represents a UI for selecting or entering values of different types (according to possible codec options).
JCodecOptionPane(Map<String, Class>) - Constructor for class JCodecOptionPane
A new JCodecOptionPane initalised with some parameters given in a Map with the parameter names and their types as classes.
JDomGraph - Class in de.saar.chorus.ubench
A Swing component that represents a labelled dominance graph.
JDomGraph(DomGraph) - Constructor for class JDomGraph
Sets up an empty dominance graph.
JDomGraphDummyLayout - Class in de.saar.chorus.ubench.gui.chartviewer
A JGraphLayoutAlgorithm designed to leave the node and edge positions unchanged but triggers the refreshing of the JGraph's appearance so as to make color or font changes visible.
JDomGraphMenu - Class in de.saar.chorus.ubench.gui
A JMenuBar for the workbench window containing several menus to operate on graphs and files they are stored in.
JDomGraphMenu(CommandListener) - Constructor for class JDomGraphMenu
Initializing the menu with a listener.
JDomGraphPreferencePane - Class in de.saar.chorus.ubench.gui
A window to show and edit options for utool.
JDomGraphPreferencePane() - Constructor for class JDomGraphPreferencePane
A new always-on-top window for showing und editing the settings.
JDomGraphStatusBar - Class in de.saar.chorus.ubench.gui
The status bar of the workbench window, a JPanel containing the possible layouts (for dominance graphs, solved forms, the solving process and an empty window) managed with a CardLayout.
JDomGraphStatusBar(CommandListener) - Constructor for class JDomGraphStatusBar
Initializing the status bar with the given listener and setting up the different layouts.
JDomGraphTab - Class in de.saar.chorus.ubench.gui
A JPanel displaying a JDomGraph, providing several informations on the graph needed by other GUI-classes.
JDomGraphTab(JDomGraph, DomGraph, String, boolean, CommandListener, NodeLabels) - Constructor for class JDomGraphTab
Constructor to set up a tab with a dominance graph.
JDomTabbedPane - Class in de.saar.chorus.ubench.gui
A JTabbedPane and its ChangeListener to display several instances of JDomGraphTab.
JDomTabbedPane(CommandListener) - Constructor for class JDomTabbedPane
Setting up the pane by adding its listener and creating a popup (for the tabs).
JDomTabPopup - Class in de.saar.chorus.ubench.gui
A JPopupMenu that allows to duplicate or close the currently visible tab.
JDomTabPopup(CommandListener) - Constructor for class JDomTabPopup
Sets up the menu and ads the listener
JGraphSlider - Class in de.saar.chorus.jgraph
 
JGraphSlider(JGraph) - Constructor for class JGraphSlider
 
JGraphTab - Class in de.saar.chorus.ubench.gui
A JPanel displaying a JGraph, either a dominance graph or a solved form, and providing several informations on the graph needed by other GUI-classes.
JGraphTab(JDomGraph, DomGraph, String, CommandListener, NodeLabels) - Constructor for class JGraphTab
A new JGraphTab
jj_nt - Variable in class DomconOzInputCodec
 
jj_nt - Variable in class GlueInputCodec
 
jj_nt - Variable in class HolesemComsemInputCodec
 
jj_nt - Variable in class MrsPrologInputCodec
 
jjstrLiteralImages - Static variable in class DomconOzInputCodecTokenManager
 
jjstrLiteralImages - Static variable in class GlueInputCodecTokenManager
 
jjstrLiteralImages - Static variable in class HolesemComsemInputCodecTokenManager
 
jjstrLiteralImages - Static variable in class MrsPrologInputCodecTokenManager
 
join(Collection<E>, String) - Static method in class StringTools
Joins a list of strings into a larger string.
JScrollableJGraph - Class in de.saar.chorus.jgraph
 
JScrollableJGraph(JGraph) - Constructor for class JScrollableJGraph
 
JSolvedFormTab - Class in de.saar.chorus.ubench.gui
A JPanel displaying a JDomGraph which is in solved form and providing several informations on the graph needed by other GUI-classes.
JSolvedFormTab(JDomGraph, String, SolvedFormIterator, DomGraph, long, long, String, CommandListener, NodeLabels) - Constructor for class JSolvedFormTab
Constructor for setting up a tab with a solved form.

K

kind - Variable in class Token
An integer that describes the kind of this token.
kind - Variable in class Token
An integer that describes the kind of this token.
kind - Variable in class Token
An integer that describes the kind of this token.
kind - Variable in class Token
An integer that describes the kind of this token.

L

LABEL - Static variable in interface DomconOzInputCodecConstants
 
LABEL - Static variable in interface HolesemComsemInputCodecConstants
 
labelled - Static variable in class NodeType
 
labelledVal - Static variable in class NodeType
 
LazyGraphSource<GraphType extends ImprovedJGraph> - Class in de.saar.chorus.jgraph
 
LazyGraphSource(int) - Constructor for class LazyGraphSource
 
left - Variable in class BoundingBox
 
LEQ - Static variable in interface HolesemComsemInputCodecConstants
 
lexStateNames - Static variable in class DomconOzInputCodecTokenManager
 
lexStateNames - Static variable in class GlueInputCodecTokenManager
 
lexStateNames - Static variable in class HolesemComsemInputCodecTokenManager
 
lexStateNames - Static variable in class MrsPrologInputCodecTokenManager
 
list() - Method in class GlueInputCodec
 
ListGraphSource<GraphType extends ImprovedJGraph> - Class in de.saar.chorus.jgraph
 
ListGraphSource(List<GraphType>) - Constructor for class ListGraphSource
 
LkbPluggingOutputCodec - Class in de.saar.chorus.domgraph.codec.plugging
An output codec for pluggings in Lisp syntax.
LkbPluggingOutputCodec() - Constructor for class LkbPluggingOutputCodec
 
log(String) - Method in class Logger
 
Logger - Class in de.saar.basic
 
Logger(boolean, PrintWriter) - Constructor for class Logger
 
LoggingReader - Class in de.saar.basic
 
LoggingReader(Reader, Logger, String) - Constructor for class LoggingReader
 
LoggingWriter - Class in de.saar.basic
 
LoggingWriter(Writer, Logger, String) - Constructor for class LoggingWriter
 
LogicalConstant() - Method in class HolesemComsemInputCodec
 
longDescription - Variable in enum AbstractOptions.Operation
 
lookingAhead - Variable in class GlueInputCodec
 
lookingAhead - Variable in class HolesemComsemInputCodec
 

M

main(String[]) - Static method in class Utool
 
main(String[]) - Static method in class Ubench
Starting Ubench, optionally with files to open on command line
makeSet(E[]) - Static method in class TestTools
 
MALFORMED_DOMGRAPH_BASE_INPUT - Static variable in class ExitCodes
 
MALFORMED_DOMGRAPH_BASE_OUTPUT - Static variable in class ExitCodes
 
MalformedDomgraphException - Exception in de.saar.chorus.domgraph.codec
An exception representing semantic errors in codecs.
MalformedDomgraphException(int) - Constructor for exception MalformedDomgraphException
 
MalformedDomgraphException(String, Throwable, int) - Constructor for exception MalformedDomgraphException
 
MalformedDomgraphException(String, int) - Constructor for exception MalformedDomgraphException
 
MalformedDomgraphException(Throwable, int) - Constructor for exception MalformedDomgraphException
 
MalformedDomgraphException() - Constructor for exception MalformedDomgraphException
 
MalformedDomgraphException(String, Throwable) - Constructor for exception MalformedDomgraphException
 
MalformedDomgraphException(String) - Constructor for exception MalformedDomgraphException
 
MalformedDomgraphException(Throwable) - Constructor for exception MalformedDomgraphException
 
markGraph(Color, JDomGraph) - Static method in class FormatManager
Mark the whole graph with a given color.
markRootFragment(Fragment, JDomGraph) - Static method in class FormatManager
This colors the root fragment of a split (which always gets a special color).
markSplit(Split) - Method in class ChartViewer
Mark a split in the main window by retrieving the colors via FormatManager.
markSubgraph(Set<String>, JDomGraph, int) - Static method in class FormatManager
Mark a subgraph of the given graph according to the index with the next mark-up color.
markSubgraph(Set<String>, JDomGraph) - Static method in class FormatManager
Mark a subgraph of the given graph with the default marking color.
mayMoveDownwards() - Method in interface NodeCursorInterface
 
mayMoveSidewards() - Method in interface NodeCursorInterface
 
mayMoveUpwards() - Method in interface NodeCursorInterface
 
move(int) - Method in class Extent
 
move(int) - Method in class Shape
 
moveDownwards() - Method in class GraphDrawingCursor
Move to the current node's most left child and compute the new coordinates (for the child node).
moveDownwards() - Method in interface NodeCursorInterface
 
moveSidewards() - Method in class GraphDrawingCursor
Move to the current node's right sibling and compute the new coordinates (for the sibling).
moveSidewards() - Method in interface NodeCursorInterface
 
moveUpwards() - Method in class GraphDrawingCursor
Move to the current node's parent and compute the new coordinates (for the parent node).
moveUpwards() - Method in interface NodeCursorInterface
 
MrsPrologInputCodec - Class in de.saar.chorus.domgraph.codec.mrs
 
MrsPrologInputCodec(Normalisation) - Constructor for class MrsPrologInputCodec
 
MrsPrologInputCodec(InputStream) - Constructor for class MrsPrologInputCodec
 
MrsPrologInputCodec(InputStream, String) - Constructor for class MrsPrologInputCodec
 
MrsPrologInputCodec(Reader) - Constructor for class MrsPrologInputCodec
 
MrsPrologInputCodec(MrsPrologInputCodecTokenManager) - Constructor for class MrsPrologInputCodec
 
MrsPrologInputCodecConstants - Interface in de.saar.chorus.domgraph.codec.mrs
 
MrsPrologInputCodecTokenManager - Class in de.saar.chorus.domgraph.codec.mrs
 
MrsPrologInputCodecTokenManager(SimpleCharStream) - Constructor for class MrsPrologInputCodecTokenManager
 
MrsPrologInputCodecTokenManager(SimpleCharStream, int) - Constructor for class MrsPrologInputCodecTokenManager
 
MrsXmlInputCodec - Class in de.saar.chorus.domgraph.codec.mrs
 
MrsXmlInputCodec(Normalisation) - Constructor for class MrsXmlInputCodec
 
MultiOutputCodec - Class in de.saar.chorus.domgraph.codec
 
MultiOutputCodec() - Constructor for class MultiOutputCodec
 
mustUpdateLayout(Preferences) - Static method in class Preferences
Compares the given Preferences object with this one.

N

negativeArgument() - Method in class Chain.UnitTests
 
newToken(int) - Static method in class Token
Returns a new Token object, by default.
newToken(int) - Static method in class Token
Returns a new Token object, by default.
newToken(int) - Static method in class Token
Returns a new Token object, by default.
newToken(int) - Static method in class Token
Returns a new Token object, by default.
next() - Method in class SolvedFormIterator
 
next - Variable in class Token
A reference to the next regular (non-special) token from the input stream.
next - Variable in class Token
A reference to the next regular (non-special) token from the input stream.
next - Variable in class Token
A reference to the next regular (non-special) token from the input stream.
next - Variable in class Token
A reference to the next regular (non-special) token from the input stream.
next() - Method in class DefaultNodeVisitor
 
next() - Method in interface NodeVisitorInterface
 
next() - Method in class PostOrderNodeVisitor
 
next() - Method in class PreOrderNodeVisitor
 
NO_ARGUMENT - Static variable in class ConvenientGetopt
Option takes no arguments.
NO_INPUT - Static variable in class ExitCodes
 
NO_INPUT_CODEC_SPECIFIED - Static variable in class ExitCodes
 
NO_OUTPUT_CODEC_SPECIFIED - Static variable in class ExitCodes
 
NO_SUCH_COMMAND - Static variable in class ExitCodes
 
NO_SUCH_INPUT_CODEC - Static variable in class ExitCodes
 
NO_SUCH_OUTPUT_CODEC - Static variable in class ExitCodes
 
NodeCursorInterface - Interface in de.saar.chorus.treelayout
 
NodeData - Class in de.saar.chorus.domgraph.graph
The data associated with a node.
NodeData(NodeType) - Constructor for class NodeData
 
NodeData - Class in de.saar.chorus.ubench
The data that can be stored in the node of a dominance graph -- namely, a name, a label, and a node type.
NodeData(NodeType, String, String, JDomGraph) - Constructor for class NodeData
New node data for a labelled node (with label).
NodeData(NodeType, String, JDomGraph) - Constructor for class NodeData
New node data for an unlabelled node.
NodeDataAdapter<E> - Class in de.saar.chorus.jgraph
 
NodeDataAdapter(E) - Constructor for class NodeDataAdapter
 
NodeLabels - Class in de.saar.chorus.domgraph.graph
A map which is used for storing the node labels of a labelled dominance graph.
NodeLabels() - Constructor for class NodeLabels
 
NodeType - Enum in de.saar.chorus.domgraph.graph
A node type.
NodeType - Class in de.saar.chorus.ubench
A node type -- either labelled or unlabelled (i.e.
NodeType(int) - Constructor for class NodeType
 
NodeVisitorInterface - Interface in de.saar.chorus.treelayout
 
nodeXDistance - Static variable in class GecodeTreeLayoutSettings
 
nodeXDistance - Static variable in class DomGraphLayoutParameters
 
nodeYDistance - Static variable in class GecodeTreeLayoutSettings
 
nodeYDistance - Static variable in class DomGraphLayoutParameters
 
nonNumericArgument() - Method in class Chain.UnitTests
 
Normalisation - Enum in de.saar.chorus.domgraph.codec.mrs
 
NOT - Static variable in interface HolesemComsemInputCodecConstants
 
NOT_HYPERNORMALLY_CONNECTED - Static variable in class ErrorCodes
 
NOT_LEAF_LABELLED - Static variable in class ErrorCodes
 
NOT_NORMAL - Static variable in class ErrorCodes
 
NOT_WEAKLY_NORMAL - Static variable in class ErrorCodes
 
NOT_WELLFORMED - Static variable in class ErrorCodes
 
numGraphNodes() - Method in class JGraphTab
 

O

offsetIterator() - Method in class ShapeList
 
OneSplitSource - Class in de.saar.chorus.domgraph.chart
A split source which only computes the first split for each subgraph.
OneSplitSource(DomGraph) - Constructor for class OneSplitSource
 
OPTIONAL_ARGUMENT - Static variable in class ConvenientGetopt
Option takes an optional argument.
OR - Static variable in interface HolesemComsemInputCodecConstants
 
Other() - Method in class MrsPrologInputCodec
 
OTHER - Static variable in interface MrsPrologInputCodecConstants
 
outdeg(String) - Method in class DomGraph
Computes the number of outgoing edges of a given node.
outdeg(String, EdgeType) - Method in class DomGraph
Computes the number of outgoing edges of a given node with a given type.
OUTPUT_CODEC_NOT_MULTI - Static variable in class ExitCodes
 
OutputCodec - Class in de.saar.chorus.domgraph.codec
The abstract base class for all output codecs.
OutputCodec() - Constructor for class OutputCodec
 
overridenReaderConstruction() - Method in class Chain.UnitTests
 
OZATOM - Static variable in interface DomconOzInputCodecConstants
 
OzTermOutputCodec - Class in de.saar.chorus.domgraph.codec.term
An output codec for terms in Oz syntax.
OzTermOutputCodec() - Constructor for class OzTermOutputCodec
 

P

parse(String[]) - Method in class ConvenientGetopt
Parse a command line.
ParseException - Exception in de.saar.chorus.domgraph.codec.domcon
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception ParseException
 
ParseException - Exception in de.saar.chorus.domgraph.codec.glue
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception ParseException
 
ParseException - Exception in de.saar.chorus.domgraph.codec.holesem
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception ParseException
 
ParseException - Exception in de.saar.chorus.domgraph.codec.mrs
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception ParseException
 
PARSER_CONFIGURATION_ERROR - Static variable in class ExitCodes
 
ParserException - Exception in de.saar.chorus.domgraph.codec
An exception representing parsing errors of various types.
ParserException() - Constructor for exception ParserException
 
ParserException(String) - Constructor for exception ParserException
 
ParserException(String, Throwable) - Constructor for exception ParserException
 
ParserException(Throwable) - Constructor for exception ParserException
 
PARSING_ERROR_INPUT_GRAPH - Static variable in class ExitCodes
 
PERCENT_COMMENT - Static variable in interface DomconOzInputCodecConstants
 
PERCENT_COMMENT - Static variable in interface GlueInputCodecConstants
 
PERCENT_COMMENT - Static variable in interface HolesemComsemInputCodecConstants
 
PermutabilityRedundancyElimination - Class in de.saar.chorus.domgraph.equivalence
An implementation of the redundancy elimination algorithm which checks whether a subgraph has a single permutable split.
PermutabilityRedundancyElimination(DomGraph, NodeLabels, EquationSystem) - Constructor for class PermutabilityRedundancyElimination
 
PLATOM - Static variable in interface HolesemComsemInputCodecConstants
 
PLVAR - Static variable in interface HolesemComsemInputCodecConstants
 
popupSelected(DefaultGraphCell, Fragment, String) - Method in interface DomGraphPopupListener
Process a popup-selection event.
popupSelected(DefaultGraphCell, Fragment, String) - Method in class DummyPopupListener
 
PostOrderNodeVisitor - Class in de.saar.chorus.treelayout
 
PostOrderNodeVisitor(NodeCursorInterface) - Constructor for class PostOrderNodeVisitor
 
PRED1 - Static variable in interface HolesemComsemInputCodecConstants
 
PRED2 - Static variable in interface HolesemComsemInputCodecConstants
 
Preferences - Class in de.saar.chorus.ubench.gui
This contains several preferences for layouting and solving graphs and a master object containing the general used preferences.
Preferences() - Constructor for class Preferences
Creating a new Preferences object with the default values.
PreOrderNodeVisitor - Class in de.saar.chorus.treelayout
 
PreOrderNodeVisitor(NodeCursorInterface) - Constructor for class PreOrderNodeVisitor
 
print_end_list(Writer) - Method in class CodegenOutputCodec
 
print_end_list(Writer) - Method in class DomconOzOutputCodec
 
print_end_list(Writer) - Method in class DomgraphGxlOutputCodec
 
print_end_list(Writer) - Method in class MultiOutputCodec
Prints the end of a list in the concrete syntax which the USR uses.
print_end_list(Writer) - Method in class DomconOzPluggingOutputCodec
 
print_end_list(Writer) - Method in class LkbPluggingOutputCodec
 
print_end_list(Writer) - Method in class TermOutputCodec
 
print_footer(Writer) - Method in class CodegenOutputCodec
 
print_footer(Writer) - Method in class DomconOzOutputCodec
 
print_footer(Writer) - Method in class DomgraphGxlOutputCodec
 
print_footer(Writer) - Method in class DomgraphUdrawOutputCodec
 
print_footer(Writer) - Method in class DotOutputCodec
 
print_footer(Writer) - Method in class OutputCodec
Prints a footer at the end of a file to which the USR is written.
print_footer(Writer) - Method in class DomconOzPluggingOutputCodec
 
print_footer(Writer) - Method in class LkbPluggingOutputCodec
 
print_footer(Writer) - Method in class TermOutputCodec
 
print_header(Writer) - Method in class CodegenOutputCodec
 
print_header(Writer) - Method in class DomconOzOutputCodec
 
print_header(Writer) - Method in class DomgraphGxlOutputCodec
 
print_header(Writer) - Method in class DomgraphUdrawOutputCodec
 
print_header(Writer) - Method in class DotOutputCodec
 
print_header(Writer) - Method in class OutputCodec
Prints a header at the beginning of a file to which the USR is written.
print_header(Writer) - Method in class DomconOzPluggingOutputCodec
 
print_header(Writer) - Method in class LkbPluggingOutputCodec
 
print_header(Writer) - Method in class TermOutputCodec
 
print_list_separator(Writer) - Method in class CodegenOutputCodec
 
print_list_separator(Writer) - Method in class DomconOzOutputCodec
 
print_list_separator(Writer) - Method in class DomgraphGxlOutputCodec
 
print_list_separator(Writer) - Method in class MultiOutputCodec
Prints the separator for separating different items of a list in the concrete syntax which the USR uses.
print_list_separator(Writer) - Method in class DomconOzPluggingOutputCodec
 
print_list_separator(Writer) - Method in class LkbPluggingOutputCodec
 
print_list_separator(Writer) - Method in class TermOutputCodec
 
print_start_list(Writer) - Method in class CodegenOutputCodec
 
print_start_list(Writer) - Method in class DomconOzOutputCodec
 
print_start_list(Writer) - Method in class DomgraphGxlOutputCodec
 
print_start_list(Writer) - Method in class MultiOutputCodec
Prints the beginning of a list in the concrete syntax which the USR uses.
print_start_list(Writer) - Method in class DomconOzPluggingOutputCodec
 
print_start_list(Writer) - Method in class LkbPluggingOutputCodec
 
print_start_list(Writer) - Method in class TermOutputCodec
 
printComponent(Component) - Static method in class ExportUtilities
Print a component with a printer.
printPositions() - Method in class JDomGraph
prints position and dimensions of all fragments and their node on screen.
processCurrentNode() - Method in class GraphDrawingCursor
Computes the positions for the current node and stores it in a map of the given layout algorithm.
processCurrentNode() - Method in class GraphLayoutCursor
Computes the x- and y-coordinates of the current node, both relative to the direct parent node.
processCurrentNode() - Method in interface NodeCursorInterface
 
PrologAtom() - Method in class HolesemComsemInputCodec
 
PrologTermOutputCodec - Class in de.saar.chorus.domgraph.codec.term
An output codec for terms in Prolog syntax.
PrologTermOutputCodec() - Constructor for class PrologTermOutputCodec
 
propertyChange(PropertyChangeEvent) - Method in class JCodecFileChooser
This is responsible for showing the options belonging to the selected codec and for listening on codec selection changes.
PSOA - Static variable in interface MrsPrologInputCodecConstants
 
putNodeToShape(DefaultGraphCell, Shape) - Method in class GecodeTreeLayout
 
putNodeToShape(DefaultGraphCell, Shape) - Method in class ImprovedJGraphLayout
 
putNodeToShape(DefaultGraphCell, Shape) - Method in class DomGraphLayout
 

Q

Qeq() - Method in class MrsPrologInputCodec
 
QEQ - Static variable in interface MrsPrologInputCodecConstants
 
QeqList() - Method in class MrsPrologInputCodec
 
QUE - Static variable in interface HolesemComsemInputCodecConstants
 
quit() - Method in class Ubench
Closing Ubench.

R

reachable(String, String) - Method in class DomGraph
Checks whether there is a directed path from "upper" to "lower" in the graph.
read(char[], int, int) - Method in class LoggingReader
 
read(Reader) - Method in class EquationSystem
Reads an equation system from an XML specification.
readChar() - Method in class SimpleCharStream
 
readChar() - Method in class SimpleCharStream
 
readChar() - Method in class SimpleCharStream
 
readChar() - Method in class SimpleCharStream
 
readerCorrectContents() - Method in class Chain.UnitTests
 
reduceAutomatically - Variable in class Ubench
 
RedundancyElimination - Class in de.saar.chorus.domgraph.equivalence
An abstract base class for the implementation of redundancy elimination algorithms.
RedundancyElimination(DomGraph, NodeLabels, EquationSystem) - Constructor for class RedundancyElimination
 
RedundancyEliminationSplitSource - Class in de.saar.chorus.domgraph.equivalence
An implementation of SplitSource for filling a chart with just the irredundant splits.
RedundancyEliminationSplitSource(RedundancyElimination, DomGraph) - Constructor for class RedundancyEliminationSplitSource
 
refresh() - Method in class JDomGraphStatusBar
Refreshes this.
refresh() - Method in class Ubench
Refreshes the menu, the slider and the status bar.
refreshGraphLayout(JDomGraph) - Static method in class FormatManager
This relayouts the graph so as to make the color changes visible.
registerAllDeclaredCodecs() - Method in class CodecManager
Registers all codecs which are declared in a codecclasses.properties file.
registerCodec(Class) - Method in class CodecManager
Registers a codec.
registerEventSource(Object, String) - Method in class CommandListener
TODO comment me!
ReInit(InputStream) - Method in class DomconOzInputCodec
 
ReInit(InputStream, String) - Method in class DomconOzInputCodec
 
ReInit(Reader) - Method in class DomconOzInputCodec
 
ReInit(DomconOzInputCodecTokenManager) - Method in class DomconOzInputCodec
 
ReInit(SimpleCharStream) - Method in class DomconOzInputCodecTokenManager
 
ReInit(SimpleCharStream, int) - Method in class DomconOzInputCodecTokenManager
 
ReInit(Reader, int, int, int) - Method in class SimpleCharStream
 
ReInit(Reader, int, int) - Method in class SimpleCharStream
 
ReInit(Reader) - Method in class SimpleCharStream
 
ReInit(InputStream, String, int, int, int) - Method in class SimpleCharStream
 
ReInit(InputStream, int, int, int) - Method in class SimpleCharStream
 
ReInit(InputStream, String) - Method in class SimpleCharStream
 
ReInit(InputStream) - Method in class SimpleCharStream
 
ReInit(InputStream, String, int, int) - Method in class SimpleCharStream
 
ReInit(InputStream, int, int) - Method in class SimpleCharStream
 
ReInit(InputStream) - Method in class GlueInputCodec
 
ReInit(InputStream, String) - Method in class GlueInputCodec
 
ReInit(Reader) - Method in class GlueInputCodec
 
ReInit(GlueInputCodecTokenManager) - Method in class GlueInputCodec
 
ReInit(SimpleCharStream) - Method in class GlueInputCodecTokenManager
 
ReInit(SimpleCharStream, int) - Method in class GlueInputCodecTokenManager
 
ReInit(Reader, int, int, int) - Method in class SimpleCharStream
 
ReInit(Reader, int, int) - Method in class SimpleCharStream
 
ReInit(Reader) - Method in class SimpleCharStream
 
ReInit(InputStream, String, int, int, int) - Method in class SimpleCharStream
 
ReInit(InputStream, int, int, int) - Method in class SimpleCharStream
 
ReInit(InputStream, String) - Method in class SimpleCharStream
 
ReInit(InputStream) - Method in class SimpleCharStream
 
ReInit(InputStream, String, int, int) - Method in class SimpleCharStream
 
ReInit(InputStream, int, int) - Method in class SimpleCharStream
 
ReInit(InputStream) - Method in class HolesemComsemInputCodec
 
ReInit(InputStream, String) - Method in class HolesemComsemInputCodec
 
ReInit(Reader) - Method in class HolesemComsemInputCodec
 
ReInit(HolesemComsemInputCodecTokenManager) - Method in class HolesemComsemInputCodec
 
ReInit(SimpleCharStream) - Method in class HolesemComsemInputCodecTokenManager
 
ReInit(SimpleCharStream, int) - Method in class HolesemComsemInputCodecTokenManager
 
ReInit(Reader, int, int, int) - Method in class SimpleCharStream
 
ReInit(Reader, int, int) - Method in class SimpleCharStream
 
ReInit(Reader) - Method in class SimpleCharStream
 
ReInit(InputStream, String, int, int, int) - Method in class SimpleCharStream
 
ReInit(InputStream, int, int, int) - Method in class SimpleCharStream
 
ReInit(InputStream, String) - Method in class SimpleCharStream
 
ReInit(InputStream) - Method in class SimpleCharStream
 
ReInit(InputStream, String, int, int) - Method in class SimpleCharStream
 
ReInit(InputStream, int, int) - Method in class SimpleCharStream
 
ReInit(InputStream) - Method in class MrsPrologInputCodec
 
ReInit(InputStream, String) - Method in class MrsPrologInputCodec
 
ReInit(Reader) - Method in class MrsPrologInputCodec
 
ReInit(MrsPrologInputCodecTokenManager) - Method in class MrsPrologInputCodec
 
ReInit(SimpleCharStream) - Method in class MrsPrologInputCodecTokenManager
 
ReInit(SimpleCharStream, int) - Method in class MrsPrologInputCodecTokenManager
 
ReInit(Reader, int, int, int) - Method in class SimpleCharStream
 
ReInit(Reader, int, int) - Method in class SimpleCharStream
 
ReInit(Reader) - Method in class SimpleCharStream
 
ReInit(InputStream, String, int, int, int) - Method in class SimpleCharStream
 
ReInit(InputStream, int, int, int) - Method in class SimpleCharStream
 
ReInit(InputStream, String) - Method in class SimpleCharStream
 
ReInit(InputStream) - Method in class SimpleCharStream
 
ReInit(InputStream, String, int, int) - Method in class SimpleCharStream
 
ReInit(InputStream, int, int) - Method in class SimpleCharStream
 
Rel() - Method in class MrsPrologInputCodec
 
REL - Static variable in interface MrsPrologInputCodecConstants
 
RelList() - Method in class MrsPrologInputCodec
 
remove() - Method in class SolvedFormIterator
 
remove(String) - Method in class DomGraph
Removes a given node and all adjacent edges from the graph.
remove(Edge) - Method in class DomGraph
Removes a given edge from the graph.
removeListener(ConnectionManager.StateChangeListener) - Static method in class ConnectionManager
 
removePopupListener(DomGraphPopupListener) - Method in class JDomGraph
Remove a popup listener.
repaintIfNecessary() - Method in class JGraphTab
Repaints the graph if its layout is not consistent with the recent layout preferences.
ReplacingWriter - Class in de.saar.basic
A class which replaces strings by other strings in every call to the write methods.
ReplacingWriter(Writer) - Constructor for class ReplacingWriter
 
REQUIRED_ARGUMENT - Static variable in class ConvenientGetopt
Option takes a required argument.
requiresInput - Variable in enum AbstractOptions.Operation
 
requiresOutput - Variable in enum AbstractOptions.Operation
 
resetLayout() - Method in class JGraphTab
Resets the layout to its initial version.
resetSlider() - Method in class JGraphSlider
Aligning the slider with the currently shown graph.
resetSlider() - Method in class JScrollableJGraph
Aligning the slider with the currently shown graph.
resetSlider() - Method in class Ubench
Aligning the slider with the currently shown graph.
resetSolvedFormText() - Method in class JSolvedFormTab
 
restrictedWccs0() - Method in class DomGraph.UnitTests
 
restrictedWccs1() - Method in class DomGraph.UnitTests
 
restrictedWccs2() - Method in class DomGraph.UnitTests
 
right - Variable in class BoundingBox
 
run(JGraph, Object[], int) - Method in class GecodeTreeLayout
Starts the layout algorithm.
run(JGraph, Object[], int) - Method in class ImprovedJGraphLayout
Starts the layout algorithm.
run() - Method in class DefaultNodeVisitor
 
run(JGraph, Object[], int) - Method in class DomGraphLayout
Starts the layout algorithm.
run(JGraph, Object[], int) - Method in class JDomGraphDummyLayout
 

S

selectGraph(int) - Method in class GraphScroller
 
SERVER_IO_ERROR - Static variable in class ExitCodes
 
ServerOptions - Class in de.saar.chorus.ubench
Class storing the server options set in Ubench.
ServerOptions() - Constructor for class ServerOptions
 
set(int, int) - Method in class Coordinate
 
setAllowExperimentalCodecs(boolean) - Method in class CodecManager
 
setAutoCount(boolean) - Static method in class Preferences
This can enable or disable the automatical solving / counting of solved forms.
setBarCode(String) - Method in class JGraphTab
 
setBoundingBox(Rectangle) - Method in class JDomGraph
 
setCurrentForm(long) - Method in class JSolvedFormTab
 
setCursor(NodeCursorInterface) - Method in class DefaultNodeVisitor
 
setCursor(NodeCursorInterface) - Method in interface NodeVisitorInterface
 
setDebugStream(PrintStream) - Method in class DomconOzInputCodecTokenManager
 
setDebugStream(PrintStream) - Method in class GlueInputCodecTokenManager
 
setDebugStream(PrintStream) - Method in class HolesemComsemInputCodecTokenManager
 
setDebugStream(PrintStream) - Method in class MrsPrologInputCodecTokenManager
 
setDefault(String, String) - Method in class JCodecOptionPane
Sets the default value of a certain parameter.
setDefaultName(String) - Method in class JGraphTab
 
setDomGraph(DomGraph) - Method in class JGraphTab
 
setEQSLoaded(boolean) - Method in class ChartViewer
This is to activate / deactivate the menu item for reducing the chart with a globally loaded equation system.
setEquations(EquationSystem) - Method in class AbstractOptions
 
setEquationSystem(EquationSystem, String) - Method in class Ubench
 
setFitToWindow(boolean) - Static method in class Preferences
Set to true, fitWindow will cause the visible and all further opened graphs to be zoomed out if they oversize their tab.
setGraph(DomGraph) - Method in class AbstractOptions
 
setGraph(JDomGraph) - Method in class JGraphTab
 
setGraphName(String) - Method in class JGraphTab
 
setGraphScale(double) - Method in class JGraphTab
Scales the graph with the given factor.
setGraphSpecificItemsEnabled(boolean) - Method in class JDomGraphMenu
Enable or disable the items that operate on the visible graph.
setHelpArgument(AbstractOptions.Operation) - Method in class AbstractOptions
 
setInputCodec(InputCodec) - Method in class AbstractOptions
 
setInputCodecOptions(String) - Method in class AbstractOptions
 
setInputName(String) - Method in class AbstractOptions
 
setLabels(NodeLabels) - Method in class AbstractOptions
 
setLastPath(File) - Method in class Ubench
 
setListener(CommandListener) - Method in class JGraphTab
 
setListener(CommandListener) - Method in class Ubench
 
setLogging(boolean) - Static method in class ServerOptions
 
setLogWriter(PrintWriter) - Method in class AbstractOptions
 
setLogwriter(PrintWriter) - Static method in class ServerOptions
 
setName(String) - Method in class ImprovedJGraph
Set the name (= ID) of the dominance graph.
setNodeLabels(NodeLabels) - Method in class JGraphTab
 
setOperation(AbstractOptions.Operation) - Method in class AbstractOptions
 
setOptionDumpChart(boolean) - Method in class AbstractOptions
 
setOptionEliminateEquivalence(boolean) - Method in class AbstractOptions
 
setOptionHelp(boolean) - Method in class AbstractOptions
 
setOptionLogging(boolean) - Method in class AbstractOptions
 
setOptionNochart(boolean) - Method in class AbstractOptions
 
setOptionNoOutput(boolean) - Method in class AbstractOptions
 
setOptionStatistics(boolean) - Method in class AbstractOptions
 
setOptionWarmup(boolean) - Method in class AbstractOptions
 
setOutput(Writer) - Method in class AbstractOptions
 
setOutputCodec(OutputCodec) - Method in class AbstractOptions
 
setOutputCodecOptions(String) - Method in class AbstractOptions
 
setPlusMinusEnabled(boolean, boolean) - Method in class JDomGraphMenu
Enables the buttons that allow browsing solved forms
setPort(int) - Method in class AbstractOptions
 
setPort(int) - Static method in class ServerOptions
 
setPreferenceDialogVisible(boolean) - Method in class Ubench
 
setRecentLayout(Preferences) - Method in class JGraphTab
 
setSaveAllEnables(boolean) - Method in class JDomGraphMenu
Enables or disables export of solved forms.
setShowLabel(boolean) - Method in class NodeData
 
setShowLabels(boolean) - Method in class Preferences
Setting the parameter indicating whether node labels or node names are shown.
setShowLabels(boolean) - Method in class JDomGraph
Changing the preferences for displaying node labels
setSolvable(boolean) - Method in class JDomGraphTab
 
setSolvedForm(JTextField) - Method in class JSolvedFormTab
 
setSolvedFormIterator(SolvedFormIterator) - Method in class JGraphTab
 
setSolvedForms(long) - Method in class JGraphTab
 
setSolvedYet(boolean) - Method in class JDomGraphTab
 
setSolvingEnabled(boolean) - Method in class JDomGraphMenu
Enables or disables the menu item for solving.
setSolvingEnabled(boolean) - Method in class Ubench
(De-)Activates the menu-items only available for solvable dominance graphs (as opposed to unsolvable graphs and solved forms).
setSplitsForSubgraph(Set<String>, List<Split>) - Method in class Chart
Sets the splits for a given subgraph.
setStatusBar(JPanel) - Method in class JGraphTab
 
setType(NodeType) - Method in class NodeData
Set the node type.
setup() - Method in class Chain.UnitTests
 
setup() - Method in class CodecManager.UnitTests
 
setup() - Method in class DomGraph.UnitTests
 
setVisible(boolean) - Method in class ChartViewer
This overrides the "setVisible" method to make sure that the marking disappears when the window is closed.
setWarmup(boolean) - Static method in class ServerOptions
 
shadeGraph(JDomGraph) - Static method in class FormatManager
Colors the graph in a light grey.
Shape - Class in de.saar.chorus.treelayout
 
Shape() - Constructor for class Shape
 
Shape(Extent) - Constructor for class Shape
 
Shape(Extent, Shape) - Constructor for class Shape
 
ShapeList - Class in de.saar.chorus.treelayout
 
ShapeList(int) - Constructor for class ShapeList
 
ShapeList(Collection, int) - Constructor for class ShapeList
 
shortDescription - Variable in enum AbstractOptions.Operation
 
showEmptybar() - Method in class JDomGraphStatusBar
Makes the layout show the bar for empty windows.
showProgressBar() - Method in class JDomGraphStatusBar
Makes the layout show the bar indicatin that the solving process is running.
showProgressBar() - Method in class Ubench
Showing the bar for the solving process.
SimpleCharStream - Class in de.saar.chorus.domgraph.codec.domcon
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int) - Constructor for class SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class SimpleCharStream
 
SimpleCharStream(InputStream, String) - Constructor for class SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class SimpleCharStream
 
SimpleCharStream - Class in de.saar.chorus.domgraph.codec.glue
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int) - Constructor for class SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class SimpleCharStream
 
SimpleCharStream(InputStream, String) - Constructor for class SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class SimpleCharStream
 
SimpleCharStream - Class in de.saar.chorus.domgraph.codec.holesem
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int) - Constructor for class SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class SimpleCharStream
 
SimpleCharStream(InputStream, String) - Constructor for class SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class SimpleCharStream
 
SimpleCharStream - Class in de.saar.chorus.domgraph.codec.mrs
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int) - Constructor for class SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class SimpleCharStream
 
SimpleCharStream(InputStream, String) - Constructor for class SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class SimpleCharStream
 
size() - Method in class Chart
Returns the number of splits in the entire chart.
size() - Method in class EquationSystem
Returns the number of equations.
size() - Method in interface IGraphSource
 
size() - Method in class LazyGraphSource
 
size() - Method in class ListGraphSource
 
size() - Method in class Fragment
Get the number of nodes in this fragment.
solid - Static variable in class EdgeType
 
solidVal - Static variable in class EdgeType
 
solve(DomGraph, Chart, SplitSource) - Static method in class ChartSolver
Solves the given dominance graph using a specific split source.
solve(DomGraph, Chart) - Static method in class ChartSolver
Solves the given dominance graph using a CompleteSplitSource.
solve() - Method in class JDomGraphTab
Solve this tab's graph if it isn't solved yet.
SolvedFormIterator - Class in de.saar.chorus.domgraph.chart
An iterator over the different solved forms represented by a Chart.
SolvedFormIterator(Chart, DomGraph) - Constructor for class SolvedFormIterator
 
SOME - Static variable in interface HolesemComsemInputCodecConstants
 
specialToken - Variable in class Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
specialToken - Variable in class Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
specialToken - Variable in class Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
specialToken - Variable in class Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
Split - Class in de.saar.chorus.domgraph.chart
A split in a dominance chart.
Split(String) - Constructor for class Split
Creates a split with a given root fragment.
SplitSource - Class in de.saar.chorus.domgraph.chart
An abstract superclass for classes that compute splits.
SplitSource(DomGraph) - Constructor for class SplitSource
 
SplitSource.UnitTests - Class in de.saar.chorus.domgraph.chart
UNIT TESTS
SplitSource.UnitTests() - Constructor for class SplitSource.UnitTests
 
startElement(String, String, String, Attributes) - Method in class EquationSystem
 
startElement(String, String, String, Attributes) - Method in class ExampleManager
 
startServer(AbstractOptions) - Static method in class ConnectionManager
Starts the Utool Server.
stateChanged(ConnectionManager.State) - Method in interface ConnectionManager.StateChangeListener
 
stateChanged(ChangeEvent) - Method in class JGraphSlider
 
stateChanged(ConnectionManager.State) - Method in class CommandListener
 
stateChanged(ChangeEvent) - Method in class JDomTabbedPane
Overwrites the stateChanged method of ChangeListener.
staticFlag - Static variable in class SimpleCharStream
 
staticFlag - Static variable in class SimpleCharStream
 
staticFlag - Static variable in class SimpleCharStream
 
staticFlag - Static variable in class SimpleCharStream
 
stopServer() - Static method in class ConnectionManager
Stops a running Utool Server.
StringTools - Class in de.saar.basic
A collection of various utility functions for strings.
StringTools() - Constructor for class StringTools
 
stringToValue(String, Class) - Method in class CodecManager
Converts a string representation of a datatype that is admissible as the type of a codec option into that type.
SwitchTo(int) - Method in class DomconOzInputCodecTokenManager
 
SwitchTo(int) - Method in class GlueInputCodecTokenManager
 
SwitchTo(int) - Method in class HolesemComsemInputCodecTokenManager
 
SwitchTo(int) - Method in class MrsPrologInputCodecTokenManager
 
Symbol() - Method in class MrsPrologInputCodec
 
SYMBOL - Static variable in interface MrsPrologInputCodecConstants
 

T

Term() - Method in class HolesemComsemInputCodec
 
TermOutputCodec - Class in de.saar.chorus.domgraph.codec.term
A generic output codec for terms.
TermOutputCodec(String) - Constructor for class TermOutputCodec
Construct a new term output codec with the given subterm separator (e.g.
TestTools - Class in de.saar.basic
 
TestTools() - Constructor for class TestTools
 
token - Variable in class DomconOzInputCodec
 
Token - Class in de.saar.chorus.domgraph.codec.domcon
Describes the input token stream.
Token() - Constructor for class Token
 
token - Variable in class GlueInputCodec
 
Token - Class in de.saar.chorus.domgraph.codec.glue
Describes the input token stream.
Token() - Constructor for class Token
 
token - Variable in class HolesemComsemInputCodec
 
Token - Class in de.saar.chorus.domgraph.codec.holesem
Describes the input token stream.
Token() - Constructor for class Token
 
token - Variable in class MrsPrologInputCodec
 
Token - Class in de.saar.chorus.domgraph.codec.mrs
Describes the input token stream.
Token() - Constructor for class Token
 
token_source - Variable in class DomconOzInputCodec
 
token_source - Variable in class GlueInputCodec
 
token_source - Variable in class HolesemComsemInputCodec
 
token_source - Variable in class MrsPrologInputCodec
 
tokenImage - Static variable in interface DomconOzInputCodecConstants
 
tokenImage - Variable in exception ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface GlueInputCodecConstants
 
tokenImage - Variable in exception ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface HolesemComsemInputCodecConstants
 
tokenImage - Variable in exception ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface MrsPrologInputCodecConstants
 
tokenImage - Variable in exception ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
TokenMgrError - Error in de.saar.chorus.domgraph.codec.domcon
 
TokenMgrError() - Constructor for error TokenMgrError
 
TokenMgrError(String, int) - Constructor for error TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error TokenMgrError
 
TokenMgrError - Error in de.saar.chorus.domgraph.codec.glue
 
TokenMgrError() - Constructor for error TokenMgrError
 
TokenMgrError(String, int) - Constructor for error TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error TokenMgrError
 
TokenMgrError - Error in de.saar.chorus.domgraph.codec.holesem
 
TokenMgrError() - Constructor for error TokenMgrError
 
TokenMgrError(String, int) - Constructor for error TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error TokenMgrError
 
TokenMgrError - Error in de.saar.chorus.domgraph.codec.mrs
 
TokenMgrError() - Constructor for error TokenMgrError
 
TokenMgrError(String, int) - Constructor for error TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error TokenMgrError
 
toString() - Method in class Chart
Returns a string representation of the chart.
toString() - Method in class Split
 
toString() - Method in class Token
Returns the image.
toString() - Method in class Token
Returns the image.
toString() - Method in class Token
Returns the image.
toString() - Method in exception MalformedDomgraphException
 
toString() - Method in class Token
Returns the image.
toString() - Method in class EquationSystem
Returns a string representation of this equation system.
toString() - Method in class DomEdge
Computes a string representation of this pair.
toString() - Method in class DomGraph
 
toString() - Method in class EdgeData
Returns a string representation of this edge-data object.
toString() - Method in class NodeData
Returns a string representation of this node-data object.
toString() - Method in class NodeLabels
 
toString() - Method in exception AbstractOptionsParsingException
 
toString() - Method in class EdgeDataAdapter
 
toString() - Method in class NodeDataAdapter
 
toString() - Method in class Extent
 
toString() - Method in class Shape
 
toString() - Method in class EdgeData
 
toString() - Method in class EdgeType
 
toString() - Method in class Fragment
 
toString() - Method in class NodeData
 
toString() - Method in class NodeType
 
towerXDistance - Static variable in class DomGraphLayoutParameters
 
translate(int, int, Map<Fragment, Integer>, Map<Fragment, Integer>) - Method in class FragmentTower
TODO comment me!

U

Ubench - Class in de.saar.chorus.ubench.gui
The main class of Ubench.
unlabelled - Static variable in class NodeType
 
unlabelledVal - Static variable in class NodeType
 
unmark(JDomGraph) - Static method in class FormatManager
Reset a whole graph's color to the default colors.
updateRecentLayout() - Method in class JGraphTab
Updates the graph's layout preferences by adopting the recent global layout preferences.
Utool - Class in de.saar.chorus.domgraph.utool
The Utool main program for accessing the Domgraph functionality from the command-line.
Utool() - Constructor for class Utool
 

V

Value() - Method in class MrsPrologInputCodec
 
valueChanged(ListSelectionEvent) - Method in class ChartViewer
This handels selection changes of the table and is responsible for marking splits and subgraphs in the table itself and in the main window.
valueChanged(ListSelectionEvent) - Method in class ExampleViewer
Processes the event in which the user selects a new example by showing the appropriate description.
valueOf(String) - Static method in enum Normalisation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum EdgeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum NodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum AbstractOptions.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ConnectionManager.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum JCodecFileChooser.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum Normalisation
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum EdgeType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum NodeType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum AbstractOptions.Operation
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum ConnectionManager.State
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum JCodecFileChooser.Type
Returns an array containing the constants of this enum type, in the order they're declared.
VAR - Static variable in interface GlueInputCodecConstants
 
Variable() - Method in class DomconOzInputCodec
 
Variable() - Method in class HolesemComsemInputCodec
 
Variable() - Method in class MrsPrologInputCodec
 
VARIABLE - Static variable in interface MrsPrologInputCodecConstants
 
VariableAsHole() - Method in class HolesemComsemInputCodec
 
VariableAsLabel() - Method in class HolesemComsemInputCodec
 
VariableOrAtom() - Method in class HolesemComsemInputCodec
 
varify(String) - Static method in class CodecTools
Computes a string that is a valid Prolog variable from the argument.
Varlist() - Method in class DomconOzInputCodec
 
Varlist() - Method in class HolesemComsemInputCodec
 
VarOrAtom() - Method in class GlueInputCodec
 

W

WaitingDialog - Class in de.saar.basic
This class represents a JDialog with a Generic progress bar.
WaitingDialog(String, Frame) - Constructor for class WaitingDialog
A new WaitingDialog initalised with its parent frame and the text to appear as dialog title.
wccs() - Method in class DomGraph
Computes the weakly connected components of the graph.
wccs(Set<String>) - Method in class DomGraph
Computes the weakly connected components of a subgraph.
wccsTest1() - Method in class DomGraph.UnitTests
 
wccsTest2() - Method in class DomGraph.UnitTests
 
withDominanceEdges(Collection<DomEdge>) - Method in class DomGraph
Returns a dominance graph that is just like the current graph, except that the dominance edges are replaced by those specified in domedges.
write(char[], int, int) - Method in class LoggingWriter
 
write(int) - Method in class LoggingWriter
 
write(String, int, int) - Method in class LoggingWriter
 
write(char[], int, int) - Method in class ReplacingWriter
 
write(int) - Method in class ReplacingWriter
 
write(String, int, int) - Method in class ReplacingWriter
 

X

x() - Method in class Coordinate
 
XmlDecodingException - Exception in de.saar.basic
 
XmlDecodingException() - Constructor for exception XmlDecodingException
 
XmlDecodingException(String) - Constructor for exception XmlDecodingException
 
XmlDecodingException(String, Throwable) - Constructor for exception XmlDecodingException
 
XmlDecodingException(Throwable) - Constructor for exception XmlDecodingException
 
XmlEncodingWriter - Class in de.saar.basic
A Writer which replaces XML special characters (such as &amp;) by the respective XML entities.
XmlEncodingWriter(Writer) - Constructor for class XmlEncodingWriter
This constructor takes the underlying writer to which the modified strings should be written as its argument.
XmlEntities - Class in de.saar.basic
A collection of functions for dealing with XML entities.
XmlEntities() - Constructor for class XmlEntities
 

Y

y() - Method in class Coordinate
 

Z

zeroArgument() - Method in class Chain.UnitTests
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z