allGraphIds |
- (id <ECIterator>) allGraphIds
createGraphWithId: |
create a graph using the given id
- (id <FTGraph>) createGraphWithId: (id <FTId> ) graphId;
graphId
- underlying id to use
graphWithId: |
load the graph with the given id
- (id <FTGraph>) graphWithId: (id <FTId>) graphId;
removeGraphWithId: |
removes the specified graph or does nothing, if the graph does not exist
- removeGraphWithId: (id <FTId>) graphId;
graphId
- id of graph to remove
(Last Updated August 27, 2006)