Uses of Class
org.metaabm.SNeighborhoodType

Packages that use SNeighborhoodType
org.metaabm   
org.metaabm.impl   
org.metaabm.validation   
 

Uses of SNeighborhoodType in org.metaabm
 

Fields in org.metaabm with type parameters of type SNeighborhoodType
static java.util.List<SNeighborhoodType> SNeighborhoodType.VALUES
          A public read-only list of all the 'SNeighborhood Type' enumerators.
 

Methods in org.metaabm that return SNeighborhoodType
static SNeighborhoodType SNeighborhoodType.get(int value)
          Returns the 'SNeighborhood Type' literal with the specified integer value.
static SNeighborhoodType SNeighborhoodType.get(java.lang.String literal)
          Returns the 'SNeighborhood Type' literal with the specified literal value.
static SNeighborhoodType SNeighborhoodType.getByName(java.lang.String name)
          Returns the 'SNeighborhood Type' literal with the specified name.
 SNeighborhoodType SGrid.getNeighborhood()
          Returns the value of the 'Neighborhood' attribute.
static SNeighborhoodType SNeighborhoodType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SNeighborhoodType[] SNeighborhoodType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.metaabm with parameters of type SNeighborhoodType
 void SGrid.setNeighborhood(SNeighborhoodType value)
          Sets the value of the 'Neighborhood' attribute.
 

Uses of SNeighborhoodType in org.metaabm.impl
 

Methods in org.metaabm.impl that return SNeighborhoodType
 SNeighborhoodType MetaABMFactoryImpl.createSNeighborhoodTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 SNeighborhoodType SGridImpl.getNeighborhood()
           
 

Methods in org.metaabm.impl with parameters of type SNeighborhoodType
 void SGridImpl.setNeighborhood(SNeighborhoodType newNeighborhood)
           
 

Uses of SNeighborhoodType in org.metaabm.validation
 

Methods in org.metaabm.validation with parameters of type SNeighborhoodType
 boolean SGridValidator.validateNeighborhood(SNeighborhoodType value)