- params - Variable in class de.uni_due.inf.ti.graph.Rule
-
- ParseException - Exception in de.uni_due.inf.ti.graph.io
-
This exception is thrown when parse errors are encountered.
- ParseException(Token, int[][], String[]) - Constructor for exception de.uni_due.inf.ti.graph.io.ParseException
-
This constructor is used by the method "generateParseException"
in the generated parser.
- ParseException() - Constructor for exception de.uni_due.inf.ti.graph.io.ParseException
-
The following constructors are for use by you for whatever
purpose you can think of.
- ParseException(String) - Constructor for exception de.uni_due.inf.ti.graph.io.ParseException
-
Constructor with message.
- parseGraph(Reader) - Static method in class de.uni_due.inf.ti.graph.io.SgfParser
-
Parses a graph definition from an input stream.
- parseSgfFile(Reader) - Static method in class de.uni_due.inf.ti.graph.io.SgfParser
-
Parses a collection of named objects from an input stream.
- PathDecomposition - Class in de.uni_due.inf.ti.graph
-
- PathDecomposition() - Constructor for class de.uni_due.inf.ti.graph.PathDecomposition
-
- PathDecomposition.TestData - Class in de.uni_due.inf.ti.graph
-
This class represents the result of checking whether a path decomposition
is really a path decomposition of a graph.
- PathDecomposition.TestData() - Constructor for class de.uni_due.inf.ti.graph.PathDecomposition.TestData
-
- PathDecomposition.TestResult - Enum in de.uni_due.inf.ti.graph
-
- PngExporter - Class in de.uni_due.inf.ti.graph.io
-
Graph exporter which exports graphs in PNG format.
- PngExporter() - Constructor for class de.uni_due.inf.ti.graph.io.PngExporter
-
Creates a new PNG exporter.
- prevCharIsCR - Variable in class de.uni_due.inf.ti.graph.io.SimpleCharStream
-
- prevCharIsLF - Variable in class de.uni_due.inf.ti.graph.io.SimpleCharStream
-
- printDot(Graph, PrintWriter, Map<Object, DotStyle>) - Method in class de.uni_due.inf.ti.graph.io.DotExporter
-
Prints a DOT representation of this graph to a PrintWriter.
- printDot(Graph, PrintWriter) - Method in class de.uni_due.inf.ti.graph.io.DotExporter
-
Prints a DOT representation of a graph to a PrintWriter.
- printDot(Rule, PrintWriter) - Method in class de.uni_due.inf.ti.graph.io.DotExporter
-
Prints a DOT representation of a rule to a PrintWriter with custom
styles.
- printDot(ExplicitTransitionSystem, PrintWriter) - Method in class de.uni_due.inf.ti.graph.io.DotExporter
-
Write a DOT representation of this ExplicitTransitionSystem to a
PrintWriter.
- put(Node, Node) - Method in class de.uni_due.inf.ti.graph.Morphism
-
Maps a node of the domain to a node of the codomain.
- put(Edge, Edge) - Method in class de.uni_due.inf.ti.graph.Morphism
-
Maps an edge of the domain to an edge of the codomain.
- put(Graph, T) - Method in class de.uni_due.inf.ti.graph.util.IsomorphismHashMap
- putAll(Map<? extends Graph, ? extends T>) - Method in class de.uni_due.inf.ti.graph.util.IsomorphismHashMap