Package | Description |
---|---|
edu.ucsd.sbrg.escher.model |
Represents model classes for representation of Escher's components.
|
Modifier and Type | Method and Description |
---|---|
Node.Type |
Node.getType() |
static Node.Type |
Node.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Node.Type[] |
Node.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Node.setType(Node.Type nodeType) |
Copyright © 2015–2019 University of Tübingen. All rights reserved.