Interface InstantiatedDistribution

All Superinterfaces:
org.eclipse.emf.ecore.EObject, LawNode, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
InstantiatedDistributionImpl

public interface InstantiatedDistribution
extends LawNode
A representation of the model object 'Instantiated Distribution'.

The following features are supported:

See Also:
BlangDslPackage.getInstantiatedDistribution()
  • Method Summary

    Modifier and Type Method Description
    org.eclipse.emf.common.util.EList<org.eclipse.xtext.xbase.XExpression> getArguments()
    Returns the value of the 'Arguments' containment reference list.
    org.eclipse.emf.common.util.EList<Dependency> getDependencies()
    Returns the value of the 'Dependencies' containment reference list.
    org.eclipse.emf.common.util.EList<org.eclipse.xtext.xbase.XExpression> getGeneratedVariables()
    Returns the value of the 'Generated Variables' containment reference list.
    DistributionTypeSpecification getTypeSpec()
    Returns the value of the 'Type Spec' containment reference.
    boolean isExplicitArguments()
    Returns the value of the 'Explicit Arguments' attribute.
    void setExplicitArguments​(boolean value)
    Sets the value of the 'Explicit Arguments' attribute.
    void setTypeSpec​(DistributionTypeSpecification value)
    Sets the value of the 'Type Spec' containment reference.

    Methods inherited from interface org.eclipse.emf.ecore.EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods inherited from interface org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver