public interface ProcessDescription extends ProcessInputDescriptionContainer, ProcessOutputDescriptionContainer, Comparable<ProcessDescription>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ProcessDescription.Builder<T extends ProcessDescription,B extends ProcessDescription.Builder<T,B>> |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<ProcessDescription> |
COMPARATOR |
| Modifier and Type | Method and Description |
|---|---|
default int |
compareTo(ProcessDescription o) |
String |
getVersion() |
boolean |
isStatusSupported() |
boolean |
isStoreSupported() |
ProcessDescription.Builder<?,?> |
newBuilder() |
getInput, getInput, getInputDescriptions, getInputsgetOutput, getOutput, getOutputDescriptions, getOutputsgetAbstract, getId, getKeywords, getMetadata, getTitlestatic final Comparator<ProcessDescription> COMPARATOR
String getVersion()
boolean isStatusSupported()
boolean isStoreSupported()
ProcessDescription.Builder<?,?> newBuilder()
default int compareTo(ProcessDescription o)
compareTo in interface Comparable<ProcessDescription>Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.