Interface CyTableMetadata


public interface CyTableMetadata
A snapshot of information about a relationship shared between a CyTable instance and an associated CyNetworks. The interface is used to capture table information for serialization and shouldn't be needed for most normal use of tables.

Module: model-api

To use this in your app, include the following dependency in your POM:

<dependency>
    <groupId>org.cytoscape</groupId>
    <artifactId>model-api</artifactId>
</dependency>

Cytoscape Backwards Compatibility (API Interface): We expect that this interface will be used but not implemented by developers using this interface. As such, we reserve the right to add methods to the interface as part of minor version upgrades. We will not remove methods for any changes other than major version upgrades.