java.lang.Object
org.objectstyle.ashwood.graph.graphml.StringDigraphFactory
- All Implemented Interfaces:
- GraphmlFactory
- public class StringDigraphFactory
- extends java.lang.Object
- implements GraphmlFactory
|
Method Summary |
java.lang.Object |
createEdge(GraphmlContext context,
java.lang.String id,
java.lang.String source,
java.lang.String target,
java.lang.String sourceport,
java.lang.String targetport,
java.lang.String directed)
|
java.lang.Object |
createEndPoint(GraphmlContext context,
java.lang.String id,
java.lang.String node,
java.lang.String port,
java.lang.String type)
|
java.lang.Object |
createGraph(GraphmlContext context,
java.lang.String id,
java.lang.String edgedefault)
|
java.lang.Object |
createGraphml(GraphmlContext context)
|
java.lang.Object |
createHyperEdge(GraphmlContext context,
java.lang.String id)
|
java.lang.Object |
createNode(GraphmlContext context,
java.lang.String id)
|
java.lang.Object |
createPort(GraphmlContext context,
java.lang.String name)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringDigraphFactory
public StringDigraphFactory()
createGraphml
public java.lang.Object createGraphml(GraphmlContext context)
- Specified by:
createGraphml in interface GraphmlFactory
createGraph
public java.lang.Object createGraph(GraphmlContext context,
java.lang.String id,
java.lang.String edgedefault)
- Specified by:
createGraph in interface GraphmlFactory
createNode
public java.lang.Object createNode(GraphmlContext context,
java.lang.String id)
- Specified by:
createNode in interface GraphmlFactory
createEdge
public java.lang.Object createEdge(GraphmlContext context,
java.lang.String id,
java.lang.String source,
java.lang.String target,
java.lang.String sourceport,
java.lang.String targetport,
java.lang.String directed)
- Specified by:
createEdge in interface GraphmlFactory
createPort
public java.lang.Object createPort(GraphmlContext context,
java.lang.String name)
- Specified by:
createPort in interface GraphmlFactory
createHyperEdge
public java.lang.Object createHyperEdge(GraphmlContext context,
java.lang.String id)
- Specified by:
createHyperEdge in interface GraphmlFactory
createEndPoint
public java.lang.Object createEndPoint(GraphmlContext context,
java.lang.String id,
java.lang.String node,
java.lang.String port,
java.lang.String type)
- Specified by:
createEndPoint in interface GraphmlFactory