| Interface | Description |
|---|---|
| IdContainer<E extends Exception> |
Classes that have a collection of some identifiable objects that have a unique ID should implement this.
|
| Identifiable<E extends Exception> |
Objects that have a unique ID and are members of some collection in a container class should implement this.
|
| Named | |
| Networked<N extends Networked> |
An interface for objects that can be connected into a network of objects (e.g.
|
| Storable |
Classes that will be stored in a JSON format should implement this.
|
Copyright © 2022. All rights reserved.