|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Entity | |
---|---|
de.upb.hni.vmagic | Contains miscellaneous classes. |
de.upb.hni.vmagic.concurrent | Contains concurrent statement meta classes. |
de.upb.hni.vmagic.declaration | Contains declaration meta classes. |
de.upb.hni.vmagic.libraryunit | Contains library unit meta classes. |
Uses of Entity in de.upb.hni.vmagic |
---|
Methods in de.upb.hni.vmagic with parameters of type Entity | |
---|---|
static EntityAspect |
EntityAspect.entity(Entity entity)
Creates an entity aspect based on an entity. |
Uses of Entity in de.upb.hni.vmagic.concurrent |
---|
Methods in de.upb.hni.vmagic.concurrent that return Entity | |
---|---|
Entity |
EntityInstantiation.getEntity()
Returns the instantiated entity. |
Methods in de.upb.hni.vmagic.concurrent with parameters of type Entity | |
---|---|
void |
EntityInstantiation.setEntity(Entity entity)
Sets the instantiated entity. |
Constructors in de.upb.hni.vmagic.concurrent with parameters of type Entity | |
---|---|
EntityInstantiation(java.lang.String label,
Entity entity)
Creates a entity instantiation. |
Uses of Entity in de.upb.hni.vmagic.declaration |
---|
Constructors in de.upb.hni.vmagic.declaration with parameters of type Entity | |
---|---|
Component(Entity entity)
Creates a component based on an entity. |
Uses of Entity in de.upb.hni.vmagic.libraryunit |
---|
Methods in de.upb.hni.vmagic.libraryunit that return Entity | |
---|---|
Entity |
Architecture.getEntity()
Returns the entity that belogs to this architecture. |
Entity |
Configuration.getEntity()
Returns the configured entity. |
Methods in de.upb.hni.vmagic.libraryunit with parameters of type Entity | |
---|---|
void |
Architecture.setEntity(Entity entity)
Sets the entity that belongs to this architecture. |
void |
Configuration.setEntity(Entity entity)
Sets the configured entity. |
protected void |
LibraryUnitVisitor.visitEntity(Entity entity)
Visits an entity. |
Constructors in de.upb.hni.vmagic.libraryunit with parameters of type Entity | |
---|---|
Architecture(java.lang.String identifier,
Entity entity)
Creates an architecture. |
|
Configuration(java.lang.String identifier,
Entity entity,
AbstractBlockConfiguration blockConfiguration)
Creates a configuration. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |