|
||||||||||
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.ComponentInstantiation
public class ComponentInstantiation
Component instantitation.
Constructor Summary | |
---|---|
ComponentInstantiation(java.lang.String label,
Component component)
Creates a component instantiation. |
Method Summary | |
---|---|
Component |
getComponent()
Returns the instantiated component. |
void |
setComponent(Component component)
Sets the instantiated component. |
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 ComponentInstantiation(java.lang.String label, Component component)
label
- the labelcomponent
- the instantiated componentMethod Detail |
---|
public Component getComponent()
public void setComponent(Component component)
component
- the instantiated component
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |