Uses of Interface
org.metaabm.SAttribute

Packages that use SAttribute
org.metaabm   
org.metaabm.act   
org.metaabm.act.impl   
org.metaabm.act.validation   
org.metaabm.impl   
org.metaabm.provider   
org.metaabm.util   
org.metaabm.validation   
 

Uses of SAttribute in org.metaabm
 

Subinterfaces of SAttribute in org.metaabm
 interface SAttributeArray
           
 interface 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.
 

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.
 

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
 

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.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
           
 class SAttributeImpl
           
 class SStateImpl
           
 

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)