|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Component | |
---|---|
de.upb.hni.vmagic | Contains miscellaneous classes. |
de.upb.hni.vmagic.concurrent | Contains concurrent statement meta classes. |
de.upb.hni.vmagic.declaration | Contains declaration meta classes. |
Uses of Component in de.upb.hni.vmagic |
---|
Methods in de.upb.hni.vmagic that return Component | |
---|---|
Component |
ComponentSpecification.getComponent()
Returns the component. |
Methods in de.upb.hni.vmagic with parameters of type Component | |
---|---|
static ComponentSpecification |
ComponentSpecification.create(Component component,
java.util.List<java.lang.String> labels)
Creates a component specification. |
static ComponentSpecification |
ComponentSpecification.create(Component component,
java.lang.String... labels)
Creates a component specification. |
static ComponentSpecification |
ComponentSpecification.createAll(Component component)
Creates a component sepecification for all instances. |
static ComponentSpecification |
ComponentSpecification.createOthers(Component component)
Creates a component specification for the other instances. |
Uses of Component in de.upb.hni.vmagic.concurrent |
---|
Methods in de.upb.hni.vmagic.concurrent that return Component | |
---|---|
Component |
ComponentInstantiation.getComponent()
Returns the instantiated component. |
Methods in de.upb.hni.vmagic.concurrent with parameters of type Component | |
---|---|
void |
ComponentInstantiation.setComponent(Component component)
Sets the instantiated component. |
Constructors in de.upb.hni.vmagic.concurrent with parameters of type Component | |
---|---|
ComponentInstantiation(java.lang.String label,
Component component)
Creates a component instantiation. |
Uses of Component in de.upb.hni.vmagic.declaration |
---|
Methods in de.upb.hni.vmagic.declaration with parameters of type Component | |
---|---|
protected void |
DeclarationVisitor.visitComponentDeclaration(Component declaration)
Visits a component declaration. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |