public interface IOperators
| Modifier and Type | Interface and Description |
|---|---|
static class |
IOperators.LoadedVersion
Indicates the version of the operator file format from which operators were loaded.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDocumentation()
Return the operator documentation, may be null.
|
IOperators.LoadedVersion |
getLoadedVersion()
Gets the operator file format version that these operators were loaded from.
|
List<String> |
getModelFileNames()
The list of referenced models.
|
IOperator |
getOperator(String name)
Get an operator by name.
|
List<IOperator> |
getOperators()
Return all operators in this collection.
|
List<NRLError> |
resolveModelReferences(IModelCollection models)
Resolve all parameter type and return type references against models.
|
String getDocumentation()
List<IOperator> getOperators()
IOperator.IOperator getOperator(String name)
name - the nameList<NRLError> resolveModelReferences(IModelCollection models)
models - the modelsIOperators.LoadedVersion getLoadedVersion()
Copyright © 2006-2013. All Rights Reserved.