|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.guess.Subgraph
| Constructor Summary | |
Subgraph()
|
|
Subgraph(String name)
|
|
| Method Summary | |
Subgraph |
__add__(Object test)
|
Object |
__call__(Object o)
|
Object |
__getattr__(String fieldName)
|
void |
__setattr__(String fieldName,
Object value)
|
Subgraph |
__sub__(Object test)
|
void |
add(Object o)
|
void |
addNodes(Object o)
|
void |
addSubgraphs(Object o)
|
void |
clear()
|
String |
getName()
|
Set |
getNodesDeep(Set input)
|
Set |
getNodesShallow(Set input)
|
static Subgraph |
getRootSubgraph(String name)
|
Set |
getSubgraphsDeep(Set input)
|
Set |
getSubgraphsShallow(Set input)
|
void |
remove(Object o)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Subgraph(String name)
public Subgraph()
| Method Detail |
public static Subgraph getRootSubgraph(String name)
public Set getNodesShallow(Set input)
public Set getNodesDeep(Set input)
public Set getSubgraphsShallow(Set input)
public Set getSubgraphsDeep(Set input)
public Object __call__(Object o)
public Object __getattr__(String fieldName)
public void clear()
public void add(Object o)
public void remove(Object o)
public void addNodes(Object o)
public void addSubgraphs(Object o)
public Subgraph __add__(Object test)
public Subgraph __sub__(Object test)
public void __setattr__(String fieldName,
Object value)
public String getName()
public String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||