Property | Type | Description | |
---|---|---|---|
DelayOutput | void |
Method | Description | |
---|---|---|
ComputationContext ( ITransformationContext context ) : System |
Creates a new computation context for the given transformation context
|
|
ConnectWith ( NMF.Transformations.Core.Computation computation ) : void |
Connects the computation context with the given computation
|
|
DelayOutputAtLeast ( byte delayLevel ) : void |
Configures the computation to create its output at minimum with the given delay level
|
|
DelayTransformationAtLeast ( byte delayLevel ) : void |
Configures the computation to be transformed at least with the given delay level
|
|
InitializeOutput ( object output ) : void | ||
MarkRequire ( NMF.Transformations.Core.Computation other, bool isRequired ) : void |
Mark that this computation context requires another computation context to be done
|
Method | Description | |
---|---|---|
DelayOutput ( NMF.Transformations.Core.OutputDelay delay ) : void |
Delays the ouput of this computation with the given output delay
|
public ComputationContext ( ITransformationContext context ) : System | ||
context | ITransformationContext | The transformation context |
return | System |
public ConnectWith ( NMF.Transformations.Core.Computation computation ) : void | ||
computation | NMF.Transformations.Core.Computation | The computation thst is handled by this computation context |
return | void |
public DelayOutputAtLeast ( byte delayLevel ) : void | ||
delayLevel | byte | The minimum delay level for this computation |
return | void |
public DelayTransformationAtLeast ( byte delayLevel ) : void | ||
delayLevel | byte | |
return | void |
public InitializeOutput ( object output ) : void | ||
output | object | |
return | void |
public MarkRequire ( NMF.Transformations.Core.Computation other, bool isRequired ) : void | ||
other | NMF.Transformations.Core.Computation | The other computation context |
isRequired | bool | True, if the other context is a strict requirement |
return | void |