public class AlgorithmDescriptor extends Descriptor
| Modifier and Type | Class and Description |
|---|---|
static class |
AlgorithmDescriptor.Builder<B extends AlgorithmDescriptor.Builder<B>> |
| Modifier and Type | Method and Description |
|---|---|
static AlgorithmDescriptor.Builder<?> |
builder(Class<?> clazz) |
static AlgorithmDescriptor.Builder<?> |
builder(String identifier) |
InputDescriptor |
getInputDescriptor(String identifier) |
Collection<InputDescriptor> |
getInputDescriptors() |
List<String> |
getInputIdentifiers() |
OutputDescriptor |
getOutputDescriptor(String identifier) |
Collection<OutputDescriptor> |
getOutputDescriptors() |
List<String> |
getOutputIdentifiers() |
boolean |
getStatusSupported() |
boolean |
getStoreSupported() |
String |
getVersion() |
getAbstract, getIdentifier, getTitle, hasAbstract, hasTitlepublic String getVersion()
public boolean getStoreSupported()
public boolean getStatusSupported()
public InputDescriptor getInputDescriptor(String identifier)
public Collection<InputDescriptor> getInputDescriptors()
public OutputDescriptor getOutputDescriptor(String identifier)
public Collection<OutputDescriptor> getOutputDescriptors()
public static AlgorithmDescriptor.Builder<?> builder(String identifier)
public static AlgorithmDescriptor.Builder<?> builder(Class<?> clazz)
Copyright © 2017. All Rights Reserved.