Interface HolisticTransformerFactory<C,E>

Type Parameters:
C - The context type of the elements this factory is compatible with.
E - The element type this factory is compatible with.
All Superinterfaces:
TransformerFactory<C,E>

public interface HolisticTransformerFactory<C,E> extends TransformerFactory<C,E>
A factory for creating HolisticTransformers.

Cytoscape Backwards Compatibility (SPI Interface): We expect that this interface will be implemented. Therefore to maintain backwards compatibility this interface will only be modified for major version updates.

Module: filter-api

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

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