| Package | Description |
|---|---|
| com.io7m.smfj.processing.api |
Functions and types for processing and filtering meshes.
|
| Modifier and Type | Method and Description |
|---|---|
javaslang.collection.SortedMap<String,SMFFilterCommandParserType> |
SMFFilterCommandModuleType.parsers() |
javaslang.collection.SortedMap<String,SMFFilterCommandParserType> |
SMFFilterCommandModule.parsers() |
| Modifier and Type | Method and Description |
|---|---|
static SMFFilterCommandModule |
SMFFilterCommandModule.of(String name,
javaslang.collection.SortedMap<String,SMFFilterCommandParserType> parsers)
Construct a new immutable
SMFFilterCommandModule instance. |
SMFFilterCommandModule.Builder |
SMFFilterCommandModule.Builder.setParsers(javaslang.collection.SortedMap<String,SMFFilterCommandParserType> parsers)
Initializes the value for the
parsers attribute. |
SMFFilterCommandModule |
SMFFilterCommandModule.withParsers(javaslang.collection.SortedMap<String,SMFFilterCommandParserType> value)
Copy the current immutable object by setting a value for the
parsers attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com