ujf.verimag.bip.Core.ActionLanguage.Actions
Interface CompositeAction

All Superinterfaces:
Action
All Known Implementing Classes:
CompositeActionImpl

public interface CompositeAction
extends Action

A representation of the model object 'Composite Action'.

The following features are supported:

See Also:
ActionsPackage.getCompositeAction()

Method Summary
  getContent()
          Returns the value of the 'Content' containment reference list.
 

Method Detail

getContent

 getContent()
Returns the value of the 'Content' containment reference list. The list contents are of type Action.

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

Returns:
the value of the 'Content' containment reference list.
See Also:
ActionsPackage.getCompositeAction_Content()