Package org.cytoscape.filter.model
Interface TransformerFactory<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 Known Subinterfaces:
ElementTransformerFactory<C,,E> FilterFactory<C,,E> HolisticTransformerFactory<C,E>
public interface TransformerFactory<C,E>
The base interface for all
Transformer factories. The subinterfaces
FilterFactory, ElementTransformerFactory, or
HolisticTransformerFactory should be implemented instead of this one.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>-
Method Summary
-
Method Details
-
getId
String getId()Returns the unique id of theTransformerproduced by this factory.- Returns:
- the unique id of the
Transformerproduced by this factory.
-