See: Description
| Interface | Description |
|---|---|
| Results |
The results interface allows functions to encapsulate results and other
lightweight metadata information that would be associated with them.
|
| SequencingInfo |
Some applications often need to include sequencing descriptors along with
their results.
|
| Class | Description |
|---|---|
| ResultPayload |
This is a utility class which can be used for marshalling and unmarshalling
some of the most commonly used result primitives.
|
| ResultsFactory |
This is a singleton-class that is used for creating and reconstructing
Results and the elements that comprise it such as
SequencingInfo. |
| ResultsWidget |
This class is an implementation of the
Results interface. |
| SequencingWidget |
This class is an implementation of the
SequencingInfo interface. |
| Exception | Description |
|---|---|
| IllegalModificationException |
This is a
RuntimeException that will be thrown when an attempt
is made to modify results (and its constituent elements) after they have been
marked as immutable. |
Copyright © 2015. All rights reserved.