WikiVis Web Application
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | List of all members
Sortable Interface Reference

Processing interface - interface representing classes that are sortable. More...

Inheritance diagram for Sortable:
EdgePair Node

Public Member Functions

int compareTo (Sortable other)
 compare value with another.

Detailed Description

Processing interface - interface representing classes that are sortable.

Member Function Documentation

int Sortable.compareTo ( Sortable  other)

compare value with another.

Parameters
otherthe other value
Returns
0 if both values are equal, negative if this value is smaller, positive if this value is bigger

Implemented in Node, and EdgePair.


The documentation for this interface was generated from the following file: