#import <LynkeosProcessing.h>


Public Member Functions | |
| (id< LynkeosProcessingParameter >) | - getProcessingParameterWithRef:forProcessing: |
| Returns the required processing parameter. | |
| (id< LynkeosProcessingParameter >) | - getProcessingParameterWithRef:forProcessing:goUp: |
| Returns the required processing parameter. | |
| (void) | - setProcessingParameter:withRef:forProcessing: |
| Updates the required processing parameter. | |
| - (id <LynkeosProcessingParameter>) getProcessingParameterWithRef: | (NSString *) | ref | ||
| forProcessing: | (NSString *) | processing | ||
Returns the required processing parameter.
| ref | A string identifying this parameter in its class. | |
| processing | A string identifying the owner of this parameter. nil is valid, if the parameter is of general scope. |
| - (id <LynkeosProcessingParameter>) getProcessingParameterWithRef: | (NSString *) | ref | ||
| forProcessing: | (NSString *) | processing | ||
| goUp: | (BOOL) | goUp | ||
Returns the required processing parameter.
| ref | A string identifying this parameter in its class. | |
| processing | A string identifying the owner of this parameter. nil is valid, if the parameter is of general scope. | |
| goUp | Whether to look for the parameter up in the hierarchy |
| - (void) setProcessingParameter: | (id< LynkeosProcessingParameter >) | parameter | ||
| withRef: | (NSString *) | ref | ||
| forProcessing: | (NSString *) | processing | ||
Updates the required processing parameter.
| parameter | The new parameter value | |
| ref | A string identifying this parameter in its class. | |
| processing | A string identifying the owner of this parameter. nil is valid, if the parameter is of general scope. |
1.5.4