|
||||||||||
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
public abstract class AbstractComponentInstantiation
Abstract base class for component, entity and configuration instantiations.
Constructor Summary | |
---|---|
AbstractComponentInstantiation(java.lang.String label)
Creates an abstract component instantiation with the given label. |
Method Summary | |
---|---|
java.util.List<AssociationElement> |
getGenericMap()
Returns the generic map. |
java.util.List<AssociationElement> |
getPortMap()
Returns the port map. |
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 AbstractComponentInstantiation(java.lang.String label)
label
- the label of the instantiated componetMethod Detail |
---|
public java.util.List<AssociationElement> getGenericMap()
public java.util.List<AssociationElement> getPortMap()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |