|
||||||||||
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.ComponentSpecification
public abstract class ComponentSpecification
Component specification. A component specification is used in component configurations and configuration specifications to specify a list of component instances.
Nested Class Summary | |
---|---|
static class |
ComponentSpecification.Type
Component specification type. |
Method Summary | |
---|---|
static ComponentSpecification |
create(Component component,
java.util.List<java.lang.String> labels)
Creates a component specification. |
static ComponentSpecification |
create(Component component,
java.lang.String... labels)
Creates a component specification. |
static ComponentSpecification |
createAll(Component component)
Creates a component sepecification for all instances. |
static ComponentSpecification |
createOthers(Component component)
Creates a component specification for the other instances. |
Component |
getComponent()
Returns the component. |
abstract java.util.List<java.lang.String> |
getLabels()
Returns the list of component labels. |
abstract ComponentSpecification.Type |
getType()
Returns the type of this component specification. |
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 |
Method Detail |
---|
public static ComponentSpecification create(Component component, java.util.List<java.lang.String> labels)
component
- the componentlabels
- a list of component labels
public static ComponentSpecification create(Component component, java.lang.String... labels)
component
- the componentlabels
- a list of component labels
public static ComponentSpecification createAll(Component component)
component
- the component
public static ComponentSpecification createOthers(Component component)
component
- the component
public abstract ComponentSpecification.Type getType()
public abstract java.util.List<java.lang.String> getLabels()
null
if this component has no labelspublic Component getComponent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |