|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphElementIdAcceptor
Interface for classes that can store the GraphML id attribute of GraphML core elements
Method Summary | |
---|---|
void |
storeId(Edge edge,
java.lang.String id,
GraphMLParseContext context)
Store the value of the id attribute for the given edge. |
void |
storeId(Graph graph,
java.lang.String id,
GraphMLParseContext context)
Store the value of the id attribute for the given graph. |
void |
storeId(Node node,
java.lang.String id,
GraphMLParseContext context)
Store the value of the id attribute for the given node. |
void |
storeId(Port port,
java.lang.String name,
GraphMLParseContext context)
Store the value of the id attribute for the given port. |
Method Detail |
---|
void storeId(Graph graph, java.lang.String id, GraphMLParseContext context)
graph
- The current graph elementid
- The id of the graph's XML representationcontext
- The current parse context.void storeId(Node node, java.lang.String id, GraphMLParseContext context)
node
- The current node elementid
- The id of the node's XML representationcontext
- The current parse context.void storeId(Edge edge, java.lang.String id, GraphMLParseContext context)
edge
- The current edge elementid
- The id of the edge's XML representationcontext
- The current parse context.void storeId(Port port, java.lang.String name, GraphMLParseContext context)
port
- The current port elementname
- The name of the port's XML representationcontext
- The current parse context.
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |