Class TunableGravityOrderer

java.lang.Object
org.cytoscape.work.TunableGravityOrderer
All Implemented Interfaces:
Comparator<TunableHandler>

public class TunableGravityOrderer extends Object implements Comparator<TunableHandler>
This class provides a comparator to order the Tunables based on their gravity value.

Module: work-api

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

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