public interface Drawable
Modifier and Type | Field and Description |
---|---|
static int |
BayesNet |
static int |
Newick |
static int |
NOT_DRAWABLE |
static int |
TREE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
graph()
Returns a string that describes a graph representing
the object.
|
int |
graphType()
Returns the type of graph representing
the object.
|
static final int NOT_DRAWABLE
static final int TREE
static final int BayesNet
static final int Newick
int graphType()
java.lang.String graph() throws java.lang.Exception
java.lang.Exception
- if the graph can't be computed