Uses of Class
de.upb.hni.vmagic.EntityAspect

Packages that use EntityAspect
de.upb.hni.vmagic Contains miscellaneous classes. 
de.upb.hni.vmagic.configuration Contains configuration meta classes. 
de.upb.hni.vmagic.declaration Contains declaration meta classes. 
 

Uses of EntityAspect in de.upb.hni.vmagic
 

Fields in de.upb.hni.vmagic declared as EntityAspect
static EntityAspect EntityAspect.OPEN
          An entity aspect using the OPEN keyword.
 

Methods in de.upb.hni.vmagic that return EntityAspect
static EntityAspect EntityAspect.architecture(Architecture architecute)
          Creates an entity aspect based on an architecture.
static EntityAspect EntityAspect.configuration(Configuration configuration)
          Creates an entity aspect based on a configuration.
static EntityAspect EntityAspect.entity(Entity entity)
          Creates an entity aspect based on an entity.
 

Uses of EntityAspect in de.upb.hni.vmagic.configuration
 

Methods in de.upb.hni.vmagic.configuration that return EntityAspect
 EntityAspect ComponentConfiguration.getEntityAspect()
          Returns the entity aspect.
 

Methods in de.upb.hni.vmagic.configuration with parameters of type EntityAspect
 void ComponentConfiguration.setEntityAspect(EntityAspect entityAspect)
          Sets the entity aspect.
 

Uses of EntityAspect in de.upb.hni.vmagic.declaration
 

Methods in de.upb.hni.vmagic.declaration that return EntityAspect
 EntityAspect ConfigurationSpecification.getEntityAspect()
          Returns the entity aspect.
 

Methods in de.upb.hni.vmagic.declaration with parameters of type EntityAspect
 void ConfigurationSpecification.setEntityAspect(EntityAspect entityAspect)
          Sets the entity aspect.