Uses of Class
org.metaabm.SShapeType

Packages that use SShapeType
org.metaabm   
org.metaabm.act   
org.metaabm.act.impl   
org.metaabm.impl   
 

Uses of SShapeType in org.metaabm
 

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

Methods in org.metaabm that return SShapeType
static SShapeType SShapeType.get(int value)
          Returns the 'SShape Type' literal with the specified integer value.
static SShapeType SShapeType.get(java.lang.String literal)
          Returns the 'SShape Type' literal with the specified literal value.
static SShapeType SShapeType.getByName(java.lang.String name)
          Returns the 'SShape Type' literal with the specified name.
 SShapeType SStyleShape.getShape()
          Returns the value of the 'Shape' attribute.
static SShapeType SShapeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SShapeType[] SShapeType.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 SShapeType
 void SStyleShape.setShape(SShapeType value)
          Sets the value of the 'Shape' attribute.
 

Uses of SShapeType in org.metaabm.act
 

Methods in org.metaabm.act that return SShapeType
 SShapeType AShaped.getShape()
          Returns the value of the 'Shape' attribute.
 

Methods in org.metaabm.act with parameters of type SShapeType
 void AShaped.setShape(SShapeType value)
          Sets the value of the 'Shape' attribute.
 

Uses of SShapeType in org.metaabm.act.impl
 

Methods in org.metaabm.act.impl that return SShapeType
 SShapeType AShapedImpl.getShape()
           
 SShapeType ALoadShapedAgentsImpl.getShape()
           
 SShapeType ACreateShapedAgentsImpl.getShape()
           
 

Methods in org.metaabm.act.impl with parameters of type SShapeType
 void AShapedImpl.setShape(SShapeType newShape)
           
 void ALoadShapedAgentsImpl.setShape(SShapeType newShape)
           
 void ACreateShapedAgentsImpl.setShape(SShapeType newShape)
           
 

Uses of SShapeType in org.metaabm.impl
 

Methods in org.metaabm.impl that return SShapeType
 SShapeType MetaABMFactoryImpl.createSShapeTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 SShapeType SStyleShapeImpl.getShape()
           
 

Methods in org.metaabm.impl with parameters of type SShapeType
 void SStyleShapeImpl.setShape(SShapeType newShape)