|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ch.elca.dependency.adapter.grappa.SubgraphFactory
The att.grappa.Subgraph
needs to be adapted to the needs
of the Dependency Tool. This class SubgraphAdapter
presets some properties of the att.grappa.Subgraph
, so
that it can be used by the Dependency Tool.
Constructor Summary | |
SubgraphFactory()
|
Method Summary | |
static Subgraph |
createNewSubgraph(Subgraph subg,
java.lang.String name)
Create a new att.grappa.Subgraph with values preset,
so that we can use it within the Dependency Tool. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SubgraphFactory()
Method Detail |
public static Subgraph createNewSubgraph(Subgraph subg, java.lang.String name)
att.grappa.Subgraph
with values preset,
so that we can use it within the Dependency Tool.
subg
- a Subgraph
valuename
- a String
value
Subgraph
value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |