Package | Description |
---|---|
de.uni_due.inf.ti.graph |
Modifier and Type | Method and Description |
---|---|
static TransformationSystem |
TransformationSystem.create(Graph initial,
java.util.Collection<Rule> rules)
Creates a new transformation system.
|
static TransformationSystem |
TransformationSystem.create(Graph initial,
Rule... rules)
Creates a new transformation system.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TransformationSystem.isIsomorphic(TransformationSystem other)
Determines whether this transformation system is isomorphic to another
transformation system.
|