Uses of Class
jadex.application.model.MSpaceType

Packages that use MSpaceType
jadex.application.model   
jadex.application.space.agr   
jadex.application.space.envsupport   
 

Uses of MSpaceType in jadex.application.model
 

Fields in jadex.application.model declared as MSpaceType
protected  MSpaceType MSpaceInstance.spacetype
          The space type (resolved during loading).
 

Methods in jadex.application.model that return MSpaceType
 MSpaceType MApplicationType.getMSpaceType(String name)
          Get a named spacetype.
 MSpaceType MSpaceInstance.getType()
          Get the type of this element.
 

Methods in jadex.application.model with parameters of type MSpaceType
 void MApplicationType.addMSpaceType(MSpaceType spacetype)
          Add a space type.
 void MSpaceInstance.setType(MSpaceType spacetype)
          Set the type of this element.
 

Uses of MSpaceType in jadex.application.space.agr
 

Subclasses of MSpaceType in jadex.application.space.agr
 class MAGRSpaceType
          An AGR space description.
 

Uses of MSpaceType in jadex.application.space.envsupport
 

Subclasses of MSpaceType in jadex.application.space.envsupport
 class MEnvSpaceType
          Java representation of environment space type for xml description.
 



Copyright © 2010. All Rights Reserved.