public class ComputeTransitiveExpansionTable extends java.lang.Object implements OutputFormatInterface
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
description |
Constructor and Description |
---|
ComputeTransitiveExpansionTable() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConnectionSummary()
Get a summary of the connection parameters.
|
java.lang.String |
getDescription()
The description of the output type.
|
Option[] |
getOptions() |
java.lang.String |
testConnection()
See if the provided parameters make a valid connection
|
public static final java.lang.String description
public java.lang.String getConnectionSummary()
OutputFormatInterface
getConnectionSummary
in interface OutputFormatInterface
public java.lang.String getDescription()
OutputFormatInterface
getDescription
in interface OutputFormatInterface
public Option[] getOptions()
getOptions
in interface OutputFormatInterface
public java.lang.String testConnection() throws ConnectionFailure
OutputFormatInterface
testConnection
in interface OutputFormatInterface
ConnectionFailure
- If a connection can't be made.