|
||||||||||
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.configuration.ConfigurationItem
de.upb.hni.vmagic.configuration.ComponentConfiguration
public class ComponentConfiguration
Component configuration.
Constructor Summary | |
---|---|
ComponentConfiguration(ComponentSpecification componentSpecification)
Creates a component configuration. |
Method Summary | |
---|---|
AbstractBlockConfiguration |
getBlockConfiguration()
Returns the block configuration. |
ComponentSpecification |
getComponentSpecification()
Returns the component specification. |
EntityAspect |
getEntityAspect()
Returns the entity aspect. |
java.util.List<AssociationElement> |
getGenericMap()
Returns the generic map. |
java.util.List<AssociationElement> |
getPortMap()
Returns the port map. |
void |
setBlockConfiguration(AbstractBlockConfiguration blockConfiguration)
Sets the block configuration. |
void |
setComponentSpecification(ComponentSpecification componentSpecification)
Sets the component specification. |
void |
setEntityAspect(EntityAspect entityAspect)
Sets the entity aspect. |
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 ComponentConfiguration(ComponentSpecification componentSpecification)
componentSpecification
- specifies the configured componentsMethod Detail |
---|
public AbstractBlockConfiguration getBlockConfiguration()
public void setBlockConfiguration(AbstractBlockConfiguration blockConfiguration)
blockConfiguration
- the block configurationpublic ComponentSpecification getComponentSpecification()
public void setComponentSpecification(ComponentSpecification componentSpecification)
componentSpecification
- the component specificationpublic EntityAspect getEntityAspect()
public void setEntityAspect(EntityAspect entityAspect)
entityAspect
- the entity aspectpublic 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 |