ch.elca.dependency.adapter.grappa
Class SubgraphFactory

java.lang.Object
  |
  +--ch.elca.dependency.adapter.grappa.SubgraphFactory

public class SubgraphFactory
extends java.lang.Object

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.

Version:
1.0-beta
Author:
Pawel Kowalski

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

SubgraphFactory

public SubgraphFactory()
Method Detail

createNewSubgraph

public 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.

Parameters:
subg - a Subgraph value
name - a String value
Returns:
a Subgraph value


Copyright © 2003 ELCA Informatique SA. All Rights Reserved.