|
||||||||||
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.EntityAspect
public abstract class EntityAspect
Entity aspect.
Field Summary | |
---|---|
static EntityAspect |
OPEN
An entity aspect using the OPEN keyword. |
Constructor Summary | |
---|---|
EntityAspect()
|
Method Summary | |
---|---|
static EntityAspect |
architecture(Architecture architecute)
Creates an entity aspect based on an architecture. |
static EntityAspect |
configuration(Configuration configuration)
Creates an entity aspect based on a configuration. |
static EntityAspect |
entity(Entity entity)
Creates an entity aspect based on an entity. |
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 |
Field Detail |
---|
public static EntityAspect OPEN
OPEN
keyword.
Constructor Detail |
---|
public EntityAspect()
Method Detail |
---|
public static EntityAspect entity(Entity entity)
entity
- the entity
public static EntityAspect architecture(Architecture architecute)
architecute
- the architecture
public static EntityAspect configuration(Configuration configuration)
configuration
- the configuration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |