Subset of nodes of a Graph. More...
Inherited by cogitant.jni.GraphSubset.
Public Member Functions | |
void | setGraph (Graph g) |
void | select (GraphObject go) |
Add a node. More... | |
void | deselect (GraphObject go) |
Delete a node. More... | |
boolean | has (GraphObject go) |
Does the subset contain the given node. More... | |
void | clear () |
Clear the subset. More... | |
boolean | empty () |
Is the subset empty? More... | |
Subset of nodes of a Graph.
void cogitant.base.GraphSubset.clear | ( | ) |
Clear the subset.
void cogitant.base.GraphSubset.deselect | ( | GraphObject | go | ) |
Delete a node.
boolean cogitant.base.GraphSubset.empty | ( | ) |
Is the subset empty?
boolean cogitant.base.GraphSubset.has | ( | GraphObject | go | ) |
Does the subset contain the given node.
void cogitant.base.GraphSubset.select | ( | GraphObject | go | ) |
Add a node.
void cogitant.base.GraphSubset.setGraph | ( | Graph | g | ) |