ujf.verimag.bip.Core.Interactions
Interface MultiplicityElement

All Superinterfaces:
NamedElement
All Known Subinterfaces:
Component, Connector, Part, PriorityRule
All Known Implementing Classes:
ComponentImpl, ConnectorImpl, MultiplicityElementImpl, PartImpl, PriorityRuleImpl

public interface MultiplicityElement
extends NamedElement

A representation of the model object 'Multiplicity Element'.

The following features are supported:

See Also:
InteractionsPackage.getMultiplicityElement()

Method Summary
  getMultiplicitySpecification()
          Returns the value of the 'Multiplicity Specification' containment reference list.
 
Methods inherited from interface ujf.verimag.bip.Core.Behaviors.NamedElement
getName, getScope, setName, setScope
 

Method Detail

getMultiplicitySpecification

 getMultiplicitySpecification()
Returns the value of the 'Multiplicity Specification' containment reference list. The list contents are of type Expression.

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

Returns:
the value of the 'Multiplicity Specification' containment reference list.
See Also:
InteractionsPackage.getMultiplicityElement_MultiplicitySpecification()