|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.upb.hni.vmagic.VhdlElement
de.upb.hni.vmagic.LabeledElement
de.upb.hni.vmagic.concurrent.ConcurrentStatement
de.upb.hni.vmagic.concurrent.AbstractComponentInstantiation
de.upb.hni.vmagic.concurrent.EntityInstantiation
public class EntityInstantiation
Entity instantiation.
Constructor Summary | |
---|---|
EntityInstantiation(java.lang.String label,
Entity entity)
Creates a entity instantiation. |
Method Summary | |
---|---|
Entity |
getEntity()
Returns the instantiated entity. |
void |
setEntity(Entity entity)
Sets the instantiated entity. |
Methods inherited from class de.upb.hni.vmagic.concurrent.AbstractComponentInstantiation |
---|
getGenericMap, getPortMap |
Methods inherited from class de.upb.hni.vmagic.concurrent.ConcurrentStatement |
---|
getLabel, setLabel |
Methods inherited from class de.upb.hni.vmagic.VhdlElement |
---|
getParent, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EntityInstantiation(java.lang.String label, Entity entity)
label
- the labelentity
- the instantiated entityMethod Detail |
---|
public Entity getEntity()
public void setEntity(Entity entity)
entity
- the entity
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |