|
||||||||||
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.declaration.DeclarativeItem
de.upb.hni.vmagic.declaration.ConfigurationSpecification
public class ConfigurationSpecification
Configuration specification.
Constructor Summary | |
---|---|
ConfigurationSpecification(ComponentSpecification componentSpecification)
Creates a configuration specification. |
Method Summary | |
---|---|
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 |
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 ConfigurationSpecification(ComponentSpecification componentSpecification)
componentSpecification
- Method Detail |
---|
public 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 |