Uses of Interface
org.metaabm.SAttribute

Packages that use SAttribute
org.eclipse.amp.amf.adata   
org.eclipse.amp.amf.adata.impl   
org.eclipse.amp.amf.parameters.aPar   
org.eclipse.amp.amf.parameters.aPar.impl   
org.eclipse.amp.amf.testing.aTest   
org.eclipse.amp.amf.testing.aTest.impl   
org.metaabm   
org.metaabm.act   
org.metaabm.act.impl   
org.metaabm.act.provider   
org.metaabm.act.validation   
org.metaabm.impl   
org.metaabm.provider   
org.metaabm.util   
org.metaabm.validation   
 

Uses of SAttribute in org.eclipse.amp.amf.adata
 

Methods in org.eclipse.amp.amf.adata that return SAttribute
 SAttribute Parameter.getAttribute()
          Returns the value of the 'Attribute' reference.
 

Methods in org.eclipse.amp.amf.adata with parameters of type SAttribute
 void Parameter.setAttribute(SAttribute value)
          Sets the value of the 'Attribute' reference.
 

Uses of SAttribute in org.eclipse.amp.amf.adata.impl
 

Fields in org.eclipse.amp.amf.adata.impl declared as SAttribute
protected  SAttribute ParameterImpl.attribute
          The cached value of the 'Attribute' reference.
 

Methods in org.eclipse.amp.amf.adata.impl that return SAttribute
 SAttribute ParameterImpl.basicGetAttribute()
           
 SAttribute ParameterImpl.getAttribute()
           
 

Methods in org.eclipse.amp.amf.adata.impl with parameters of type SAttribute
 void ParameterImpl.setAttribute(SAttribute newAttribute)
           
 

Uses of SAttribute in org.eclipse.amp.amf.parameters.aPar
 

Methods in org.eclipse.amp.amf.parameters.aPar that return SAttribute
 SAttribute SweepParameter.getAttribute()
          Returns the value of the 'Attribute' reference.
 SAttribute SingleParameter.getAttribute()
          Returns the value of the 'Attribute' reference.
 

Methods in org.eclipse.amp.amf.parameters.aPar with parameters of type SAttribute
 void SweepParameter.setAttribute(SAttribute value)
          Sets the value of the 'Attribute' reference.
 void SingleParameter.setAttribute(SAttribute value)
          Sets the value of the 'Attribute' reference.
 

Uses of SAttribute in org.eclipse.amp.amf.parameters.aPar.impl
 

Fields in org.eclipse.amp.amf.parameters.aPar.impl declared as SAttribute
protected  SAttribute SweepParameterImpl.attribute
          The cached value of the 'Attribute' reference.
protected  SAttribute SingleParameterImpl.attribute
          The cached value of the 'Attribute' reference.
 

Methods in org.eclipse.amp.amf.parameters.aPar.impl that return SAttribute
 SAttribute SweepParameterImpl.basicGetAttribute()
           
 SAttribute SingleParameterImpl.basicGetAttribute()
           
 SAttribute SweepParameterImpl.getAttribute()
           
 SAttribute SingleParameterImpl.getAttribute()
           
 

Methods in org.eclipse.amp.amf.parameters.aPar.impl with parameters of type SAttribute
 void SweepParameterImpl.setAttribute(SAttribute newAttribute)
           
 void SingleParameterImpl.setAttribute(SAttribute newAttribute)
           
 

Uses of SAttribute in org.eclipse.amp.amf.testing.aTest
 

Methods in org.eclipse.amp.amf.testing.aTest that return SAttribute
 SAttribute Constraint.getAttribute()
          Returns the value of the 'Attribute' reference.
 

Methods in org.eclipse.amp.amf.testing.aTest with parameters of type SAttribute
 void Constraint.setAttribute(SAttribute value)
          Sets the value of the 'Attribute' reference.
 

Uses of SAttribute in org.eclipse.amp.amf.testing.aTest.impl
 

Fields in org.eclipse.amp.amf.testing.aTest.impl declared as SAttribute
protected  SAttribute ConstraintImpl.attribute
          The cached value of the 'Attribute' reference.
 

Methods in org.eclipse.amp.amf.testing.aTest.impl that return SAttribute
 SAttribute ConstraintImpl.basicGetAttribute()
           
 SAttribute ConstraintImpl.getAttribute()
           
 

Methods in org.eclipse.amp.amf.testing.aTest.impl with parameters of type SAttribute
 void ConstraintImpl.setAttribute(SAttribute newAttribute)
           
 

Uses of SAttribute in org.metaabm
 

Subinterfaces of SAttribute in org.metaabm
 interface SAttributeArray
           
 interface SState
          A representation of the model object ' SState'.
 

Methods in org.metaabm that return SAttribute
 SAttribute MetaABMFactory.createSAttribute()
          Returns a new object of class 'SAttribute'.
 SAttribute SAttributed.findAttribute(java.lang.String id)
           
 SAttribute IAttributeClient.getAttribute()
          Returns the value of the 'Attribute' reference.
 SAttribute IAttributeChild.getParent()
          Returns the value of the 'Parent' container reference.
 

Methods in org.metaabm that return types with arguments of type SAttribute
 org.eclipse.emf.common.util.EList<SAttribute> SAttributed.getAttributes()
          Returns the value of the 'Attributes' containment reference list.
 

Methods in org.metaabm with parameters of type SAttribute
 void IAttributeClient.setAttribute(SAttribute value)
          Sets the value of the 'Attribute' reference.
 void IAttributeChild.setParent(SAttribute value)
          Sets the value of the 'Parent' container reference.
 

Uses of SAttribute in org.metaabm.act
 

Methods in org.metaabm.act that return SAttribute
 SAttribute AAccessor.getAttribute()
          Returns the value of the 'Attribute' reference.
 SAttribute ADiffuse.getDiffused()
          Returns the value of the 'Diffused' reference.
 SAttribute ADiffuse.getDiffusionRate()
          Returns the value of the 'Diffusion Rate' reference.
 SAttribute ADiffuse.getEvaporationRate()
          Returns the value of the 'Evaporation Rate' reference.
 

Methods in org.metaabm.act that return types with arguments of type SAttribute
 org.eclipse.emf.common.util.EList<SAttribute> ABuildProjection.getAttributes()
          Returns the value of the 'Attributes' reference list.
 

Methods in org.metaabm.act with parameters of type SAttribute
 void AAccessor.setAttribute(SAttribute value)
          Sets the value of the 'Attribute' reference.
 void ADiffuse.setDiffused(SAttribute value)
          Sets the value of the 'Diffused' reference.
 void ADiffuse.setDiffusionRate(SAttribute value)
          Sets the value of the 'Diffusion Rate' reference.
 void ADiffuse.setEvaporationRate(SAttribute value)
          Sets the value of the 'Evaporation Rate' reference.
 

Uses of SAttribute in org.metaabm.act.impl
 

Fields in org.metaabm.act.impl declared as SAttribute
protected  SAttribute AAccessorImpl.attribute
          The cached value of the 'Attribute' reference.
protected  SAttribute ADiffuseImpl.diffused
          The cached value of the 'Diffused' reference.
protected  SAttribute ADiffuseImpl.diffusionRate
          The cached value of the 'Diffusion Rate' reference.
protected  SAttribute ADiffuseImpl.evaporationRate
          The cached value of the 'Evaporation Rate' reference.
 

Fields in org.metaabm.act.impl with type parameters of type SAttribute
protected  org.eclipse.emf.common.util.EList<SAttribute> ABuildProjectionImpl.attributes
          The cached value of the 'Attributes' reference list.
 

Methods in org.metaabm.act.impl that return SAttribute
 SAttribute AAccessorImpl.basicGetAttribute()
           
 SAttribute ADiffuseImpl.basicGetDiffused()
           
 SAttribute ADiffuseImpl.basicGetDiffusionRate()
           
 SAttribute ADiffuseImpl.basicGetEvaporationRate()
           
 SAttribute AAccessorImpl.getAttribute()
           
 SAttribute ADiffuseImpl.getDiffused()
           
 SAttribute ADiffuseImpl.getDiffusionRate()
           
 SAttribute ADiffuseImpl.getEvaporationRate()
           
 

Methods in org.metaabm.act.impl that return types with arguments of type SAttribute
 org.eclipse.emf.common.util.EList<SAttribute> ABuildProjectionImpl.getAttributes()
           
 

Methods in org.metaabm.act.impl with parameters of type SAttribute
 void AAccessorImpl.setAttribute(SAttribute newAttribute)
           
 void ADiffuseImpl.setDiffused(SAttribute newDiffused)
           
 void ADiffuseImpl.setDiffusionRate(SAttribute newDiffusionRate)
           
 void ADiffuseImpl.setEvaporationRate(SAttribute newEvaporationRate)
           
 

Uses of SAttribute in org.metaabm.act.provider
 

Method parameters in org.metaabm.act.provider with type arguments of type SAttribute
protected  void ADiffuseItemProvider.filterAttributes(org.eclipse.emf.common.util.EList<SAttribute> potential, java.util.Collection<SAttribute> applicable)
           
protected  void ADiffuseItemProvider.filterAttributes(org.eclipse.emf.common.util.EList<SAttribute> potential, java.util.Collection<SAttribute> applicable)
           
 

Uses of SAttribute in org.metaabm.act.validation
 

Methods in org.metaabm.act.validation with parameters of type SAttribute
 boolean AAccessorValidator.validateAttribute(SAttribute value)
           
 

Method parameters in org.metaabm.act.validation with type arguments of type SAttribute
 boolean ABuildProjectionValidator.validateAttributes(org.eclipse.emf.common.util.EList<SAttribute> value)
           
 

Uses of SAttribute in org.metaabm.impl
 

Classes in org.metaabm.impl that implement SAttribute
 class SAttributeArrayImpl
          An implementation of the model object ' SAttribute Array'.
 class SAttributeImpl
          An implementation of the model object ' SAttribute'.
 class SStateImpl
          An implementation of the model object ' SState'.
 

Fields in org.metaabm.impl with type parameters of type SAttribute
protected  org.eclipse.emf.common.util.EList<SAttribute> SAttributedImpl.attributes
          The cached value of the 'Attributes' containment reference list.
 

Methods in org.metaabm.impl that return SAttribute
 SAttribute MetaABMFactoryImpl.createSAttribute()
           
 SAttribute SAttributedImpl.findAttribute(java.lang.String id)
          Returns the attribute with the supplied usage name.
 

Methods in org.metaabm.impl that return types with arguments of type SAttribute
 org.eclipse.emf.common.util.EList<SAttribute> SAttributedImpl.getAttributes()
           
 

Uses of SAttribute in org.metaabm.provider
 

Constructors in org.metaabm.provider with parameters of type SAttribute
SAttributeItemProviderShallow(org.eclipse.emf.common.notify.AdapterFactory adapterFactory, SAttribute attr)
           
 

Uses of SAttribute in org.metaabm.util
 

Methods in org.metaabm.util with parameters of type SAttribute
 T MetaABMSwitch.caseSAttribute(SAttribute object)
          Returns the result of interpreting the object as an instance of 'SAttribute'.
 

Uses of SAttribute in org.metaabm.validation
 

Method parameters in org.metaabm.validation with type arguments of type SAttribute
 boolean SAttributedValidator.validateAttributes(org.eclipse.emf.common.util.EList<SAttribute> value)