SMILA (incubation) API documentation

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

All Known Implementing Classes:
PipeletConfigurationImpl

public interface PipeletConfiguration

A representation of the model object 'Pipelet Configuration'.

The following features are supported:

See Also:
ProcessorPackage.getPipeletConfiguration()

Method Summary
  getProperties()
          Returns the value of the 'Properties' containment reference list.
 

Method Detail

getProperties

 getProperties()
Returns the value of the 'Properties' containment reference list. The list contents are of type Property.

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

Returns:
the value of the 'Properties' containment reference list.
See Also:
ProcessorPackage.getPipeletConfiguration_Properties()

SMILA (incubation) API documentation