|
|||||||||
| Home >> All >> com >> port80 >> graph >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.port80.graph.impl
Class GraphFactory

java.lang.Objectcom.port80.graph.impl.GraphFactory
- All Implemented Interfaces:
- com.port80.graph.IGraphFactory
- public class GraphFactory
- extends java.lang.Object
- implements com.port80.graph.IGraphFactory
- extends java.lang.Object
Factory class that produce a SubGraph. The factory also provide an IAttrRegistry interface for client to check for unqiue attribute names.
| Field Summary | |
private static GraphFactory |
instance
|
| Constructor Summary | |
private |
GraphFactory()
|
| Method Summary | |
static GraphFactory |
getInstance()
|
static com.port80.graph.IGraph |
getInstance(int type,
java.lang.String name,
com.port80.graph.IGraph parent)
|
com.port80.graph.IGraph |
newGraph(int type,
java.lang.String name,
com.port80.graph.IGraph parent)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
instance
private static GraphFactory instance
| Constructor Detail |
GraphFactory
private GraphFactory()
| Method Detail |
getInstance
public static GraphFactory getInstance()
getInstance
public static com.port80.graph.IGraph getInstance(int type, java.lang.String name, com.port80.graph.IGraph parent)
newGraph
public com.port80.graph.IGraph newGraph(int type, java.lang.String name, com.port80.graph.IGraph parent)
- Specified by:
newGraphin interfacecom.port80.graph.IGraphFactory
|
|||||||||
| Home >> All >> com >> port80 >> graph >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.port80.graph.impl.GraphFactory