Package | Description |
---|---|
de.up.ling.irtg.algebra.graph |
The algebra of s-graphs, together with supporting classes.
|
Modifier and Type | Method and Description |
---|---|
static GraphAlgebra |
GraphAlgebra.makeCompleteDecompositionAlgebra(SGraph graph,
int nrSources)
Creates a GraphAlgebra based on
graph with nrSources many
sources (named 1,..,nrSources). |
static GraphAlgebra |
GraphAlgebra.makeIncompleteDecompositionAlgebra(SGraph graph,
int nrSources)
Creates a GraphAlgebra based on
graph with nrSources many
sources (named 1,..,nrSources). |
Modifier and Type | Method and Description |
---|---|
static void |
GraphAlgebra.writeIncompleteDecompositionIRTG(GraphAlgebra alg,
SGraph graph,
int nrSources,
PrintWriter writer)
Writes an IRTG grammar file based on
graph with nrSources
many sources (named 1,..,nrSources). |
Constructor and Description |
---|
GraphInfo(SGraph completeGraph,
GraphAlgebra algebra)
Creates a
GraphInfo object representing completeGraph , with respect to the given algebra. |
SComponentRepresentation(SGraph completeGraph,
GraphAlgebra alg)
Creates a component representation of the complete (input) graph
without sources.
|
SGraphBRDecompositionAutomatonBottomUp(SGraph completeGraph,
GraphAlgebra algebra)
Initializes a decomposition automaton for
completeGraph with respect to algebra . |
SGraphBRDecompositionAutomatonTopDown(SGraph completeGraph,
GraphAlgebra algebra)
Initializes a decomposition automaton for
completeGraph with respect to algebra . |
Copyright © 2017. All rights reserved.