Quick links: Examples - Files.
Classes: Hierarchy - Index - List - Members.
Packages: Index - base - jni.

Public Member Functions | List of all members
cogitant.base.GraphSubset Interface Reference

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...
 

Detailed Description

Subset of nodes of a Graph.

Member Function Documentation

◆ clear()

void cogitant.base.GraphSubset.clear ( )

Clear the subset.

◆ deselect()

void cogitant.base.GraphSubset.deselect ( GraphObject  go)

Delete a node.

◆ empty()

boolean cogitant.base.GraphSubset.empty ( )

Is the subset empty?

◆ has()

boolean cogitant.base.GraphSubset.has ( GraphObject  go)

Does the subset contain the given node.

◆ select()

void cogitant.base.GraphSubset.select ( GraphObject  go)

Add a node.

◆ setGraph()

void cogitant.base.GraphSubset.setGraph ( Graph  g)