public abstract class AbstractConverter extends Object implements Converter
| Constructor and Description |
|---|
AbstractConverter() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Converter o)
Just uses the name to compare the conversion schemes.
|
static Converter[] |
getConverters()
Returns all conversion schemes.
|
String |
toString()
Returns the name of the converter.
|
public int compareTo(Converter o)
compareTo in interface Comparable<Converter>o - the other conversion schemepublic String toString()
public static Converter[] getConverters()
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.