See: Description
| Interface | Description |
|---|---|
| BPCollections.CollectionProvider |
This interface is responsible for setting the class
and initialize and load factor for all sets and maps
used in all model objects for performance purposes.
|
| Filter<T> |
Generic interface for defining filter decorators.
|
| Class | Description |
|---|---|
| AbstractFilterSet<F,E> |
Base class for implementing various filter sets.
|
| AccessibleSet<E> |
This is a decorator set for capturing a set member that is equal to the given parameter.
|
| BiopaxSafeSet<E extends BioPAXElement> |
A thread-safe set of BioPAX objects that also prevents adding several elements
having the same URI.
|
| ClassFilterSet<E,F extends E> |
A FilterSet that filters based on the class.
|
| CompositeIterator<T> |
A composite iterator that iterates over multiple iterators.
|
| EquivalenceGrouper<T extends BioPAXElement> |
Utility class for equivalence based comparison of a set of BioPAXElements.
|
| SetEquivalenceChecker |
This class performs set operations based on equivalence.
|
| Enum | Description |
|---|---|
| BPCollections |
| Exception | Description |
|---|---|
| BioPaxIOException |
This exception is thrown if a problem occurs during an input/output operation related to BioPAX Handlers.
|
| IllegalBioPAXArgumentException |
This exception is thrown typically when BioPAX domain or cardinality restrictions are violated.
|
| Annotation Type | Description |
|---|---|
| AutoComplete |
Interface for demarcating excise-able boundaries of the object graph.
|
Copyright © 2018 BioPAX. All rights reserved.