Package | Description |
---|---|
de.uni_due.inf.ti.graph |
Modifier and Type | Method and Description |
---|---|
static InterfaceGraph |
GraphFactory.createConnect(int ifsize,
Label label)
Creates a new interface graph which corresponds to the "connect"
atomic operation.
|
static InterfaceGraph |
GraphFactory.createConnect(int ifsize,
Label label,
java.util.List<java.lang.Integer> attach)
Creates a new interface graph which corresponds to the "connect"
atomic operation.
|
static InterfaceGraph |
GraphFactory.createIdentity(int ifsize)
Creates a new interface graph which represents the identity operation.
|
static InterfaceGraph |
GraphFactory.createRestrict(int ifsize)
Creates an interface graph which corresponds to the "restrict" atomic
operation, which removes a single node from the interface.
|
static InterfaceGraph |
GraphFactory.createRestrict(int ifsize,
int nodes)
Creates an interface graph which corresponds to the "restrict" atomic
operation, which removes a number of nodes from the interface.
|
static InterfaceGraph |
GraphFactory.createVertex(int ifsize)
Creates a new interface graph which represents the vertex operation.
|
static InterfaceGraph |
GraphFactory.createVertex(int ifsize,
int newNodes)
Creates a new interface graph which represents the vertex operation.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<InterfaceGraph> |
InterfaceGraph.getDecompositions(InterfaceGraph op)
Decomposes this InterfaceGraph in all possible ways such that the
first InterfaceGraph of the decomposition equals a given
InterfaceGraph.
|
Modifier and Type | Method and Description |
---|---|
void |
InterfaceGraph.compose(InterfaceGraph other)
Compose another graph to this graph.
|
java.lang.Iterable<InterfaceGraph> |
InterfaceGraph.getDecompositions(InterfaceGraph op)
Decomposes this InterfaceGraph in all possible ways such that the
first InterfaceGraph of the decomposition equals a given
InterfaceGraph.
|