SMILA (incubation) API documentation

org.eclipse.smila.processing.designer.model.processor
Interface InvokePipelet

All Known Implementing Classes:
InvokePipeletImpl

public interface InvokePipelet

A representation of the model object 'Invoke Pipelet'.

The following features are supported:

See Also:
ProcessorPackage.getInvokePipelet()

Method Summary
 Pipelet getPipelet()
          Returns the value of the 'Pipelet' containment reference
 PipeletConfiguration getPipeletConfiguration()
          Returns the value of the 'Pipelet Configuration' containment reference
 Variables getVariables()
          Returns the value of the 'Variables' containment reference
 

Method Detail

getPipelet

Pipelet getPipelet()
Returns the value of the 'Pipelet' containment reference.

If the meaning of the 'Pipelet' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Pipelet' containment reference.
See Also:
ProcessorPackage.getInvokePipelet_Pipelet()

getVariables

Variables getVariables()
Returns the value of the 'Variables' containment reference.

If the meaning of the 'Variables' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Variables' containment reference.
See Also:
ProcessorPackage.getInvokePipelet_Variables()

getPipeletConfiguration

PipeletConfiguration getPipeletConfiguration()
Returns the value of the 'Pipelet Configuration' containment reference.

If the meaning of the 'Pipelet Configuration' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Pipelet Configuration' containment reference.
See Also:
ProcessorPackage.getInvokePipelet_PipeletConfiguration()

SMILA (incubation) API documentation