Interface NetworkEntity

All Superinterfaces:
Serializable
All Known Implementing Classes:
Dataset, Installation, Network, Node, Organization

public interface NetworkEntity extends Serializable
This interface provides a minimal contract that all network entities (The readable version) will adhere to. It is used only to simplify consistent testing of operations on network entities, hence the restriction to package visibility only.