public interface InstantiatedDistribution extends LawNode
The following features are supported:
Modifier and Type | Method and 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. |
org.eclipse.emf.common.util.EList<org.eclipse.xtext.xbase.XExpression> getGeneratedVariables()
XExpression
.
If the meaning of the 'Generated Variables' containment reference list isn't clear, there really should be more of a description here...
BlangDslPackage.getInstantiatedDistribution_GeneratedVariables()
org.eclipse.emf.common.util.EList<Dependency> getDependencies()
Dependency
.
If the meaning of the 'Dependencies' containment reference list isn't clear, there really should be more of a description here...
BlangDslPackage.getInstantiatedDistribution_Dependencies()
DistributionTypeSpecification getTypeSpec()
If the meaning of the 'Type Spec' containment reference isn't clear, there really should be more of a description here...
setTypeSpec(DistributionTypeSpecification)
,
BlangDslPackage.getInstantiatedDistribution_TypeSpec()
void setTypeSpec(DistributionTypeSpecification value)
Type Spec
' containment reference.
value
- the new value of the 'Type Spec' containment reference.getTypeSpec()
boolean isExplicitArguments()
If the meaning of the 'Explicit Arguments' attribute isn't clear, there really should be more of a description here...
setExplicitArguments(boolean)
,
BlangDslPackage.getInstantiatedDistribution_ExplicitArguments()
void setExplicitArguments(boolean value)
Explicit Arguments
' attribute.
value
- the new value of the 'Explicit Arguments' attribute.isExplicitArguments()
org.eclipse.emf.common.util.EList<org.eclipse.xtext.xbase.XExpression> getArguments()
XExpression
.
If the meaning of the 'Arguments' containment reference list isn't clear, there really should be more of a description here...
BlangDslPackage.getInstantiatedDistribution_Arguments()