g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model.sweep
Interface SweepType

All Known Implementing Classes:
SweepTypeImpl

public interface SweepType

A representation of the model object 'Type'.

The following features are supported:

See Also:
SweepPackage.getSweepType()

Method Summary
 EList getAssignment()
          Returns the value of the 'Assignment' containment reference list.
 EList getSweep()
          Returns the value of the 'Sweep' containment reference list.
 

Method Detail

getAssignment

EList getAssignment()
Returns the value of the 'Assignment' containment reference list. The list contents are of type AssignmentType.

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

Returns:
the value of the 'Assignment' containment reference list.
See Also:
SweepPackage.getSweepType_Assignment()

getSweep

EList getSweep()
Returns the value of the 'Sweep' containment reference list. The list contents are of type SweepType.

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

Returns:
the value of the 'Sweep' containment reference list.
See Also:
SweepPackage.getSweepType_Sweep()

g-Eclipse
Release 1.0.0