com.hp.hpl.guess
Interface GraphElement

All Superinterfaces:
Comparable
All Known Implementing Classes:
Edge, Node, PreviousNode

public interface GraphElement
extends Comparable


Method Summary
 Object __getattr__(String name)
           
 void __setattr__(String name, Object value)
           
 GraphElementListener getRep()
           
 void hide()
           
 void show()
           
 Map values()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

__setattr__

public void __setattr__(String name,
                        Object value)

__getattr__

public Object __getattr__(String name)

show

public void show()

hide

public void hide()

values

public Map values()

getRep

public GraphElementListener getRep()