|
||||||||||
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.libraryunit.LibraryUnit
de.upb.hni.vmagic.libraryunit.Configuration
public class Configuration
Configuration.
Constructor Summary | |
---|---|
Configuration(java.lang.String identifier,
Entity entity,
AbstractBlockConfiguration blockConfiguration)
Creates a configuration. |
Method Summary | |
---|---|
AbstractBlockConfiguration |
getBlockConfiguration()
Returns the block configuration. |
java.util.List<ConfigurationDeclarativeItem> |
getDeclarations()
Returns the list of declarations in this configuration. |
Entity |
getEntity()
Returns the configured entity. |
java.lang.String |
getIdentifier()
Returns the identifier of this configuration. |
Scope |
getScope()
Returns the scope of this declarative region. |
void |
setBlockConfiguration(AbstractBlockConfiguration blockConfiguration)
Sets the block configuration. |
void |
setEntity(Entity entity)
Sets the configured entity. |
void |
setIdentifier(java.lang.String identifier)
Sets the identifier of this configuration. |
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 Configuration(java.lang.String identifier, Entity entity, AbstractBlockConfiguration blockConfiguration)
identifier
- the identifier of this configurationentity
- the entityblockConfiguration
- the block configurationMethod Detail |
---|
public Entity getEntity()
public void setEntity(Entity entity)
entity
- the configured entitypublic java.lang.String getIdentifier()
getIdentifier
in interface NamedEntity
public void setIdentifier(java.lang.String identifier)
identifier
- the identifierpublic java.util.List<ConfigurationDeclarativeItem> getDeclarations()
public AbstractBlockConfiguration getBlockConfiguration()
public void setBlockConfiguration(AbstractBlockConfiguration blockConfiguration)
blockConfiguration
- the block configurationpublic Scope getScope()
DeclarativeRegion
getScope
in interface DeclarativeRegion
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |