| Package | Description |
|---|---|
| info.bioinfweb.jphyloio.events |
Contains implementations of JPhyloIO events, triggered during event based parsing.
|
| info.bioinfweb.jphyloio.events.type |
Contains classes used to indentify the type of an JPhyloIO event.
|
| Constructor and Description |
|---|
ConcreteJPhyloIOEvent(EventContentType contentType,
EventTopologyType topologyType)
Creates a new instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
EventTopologyType |
EventType.getTopologyType() |
static EventTopologyType |
EventTopologyType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventTopologyType[] |
EventTopologyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
EventType(EventContentType contentType,
EventTopologyType topologyType)
Creates a new instance of this class.
|