Uses of Class
de.upb.hni.vmagic.ComponentSpecification

Packages that use ComponentSpecification
de.upb.hni.vmagic Contains miscellaneous classes. 
de.upb.hni.vmagic.configuration Contains configuration meta classes. 
de.upb.hni.vmagic.declaration Contains declaration meta classes. 
de.upb.hni.vmagic.output Contains the VHDL output module. 
 

Uses of ComponentSpecification in de.upb.hni.vmagic
 

Methods in de.upb.hni.vmagic that return ComponentSpecification
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 ComponentSpecification in de.upb.hni.vmagic.configuration
 

Methods in de.upb.hni.vmagic.configuration that return ComponentSpecification
 ComponentSpecification ComponentConfiguration.getComponentSpecification()
          Returns the component specification.
 

Methods in de.upb.hni.vmagic.configuration with parameters of type ComponentSpecification
 void ComponentConfiguration.setComponentSpecification(ComponentSpecification componentSpecification)
          Sets the component specification.
 

Constructors in de.upb.hni.vmagic.configuration with parameters of type ComponentSpecification
ComponentConfiguration(ComponentSpecification componentSpecification)
          Creates a component configuration.
 

Uses of ComponentSpecification in de.upb.hni.vmagic.declaration
 

Methods in de.upb.hni.vmagic.declaration that return ComponentSpecification
 ComponentSpecification ConfigurationSpecification.getComponentSpecification()
          Returns the component specification.
 

Methods in de.upb.hni.vmagic.declaration with parameters of type ComponentSpecification
 void ConfigurationSpecification.setComponentSpecification(ComponentSpecification componentSpecification)
          Sets the component specification.
 

Constructors in de.upb.hni.vmagic.declaration with parameters of type ComponentSpecification
ConfigurationSpecification(ComponentSpecification componentSpecification)
          Creates a configuration specification.
 

Uses of ComponentSpecification in de.upb.hni.vmagic.output
 

Methods in de.upb.hni.vmagic.output with parameters of type ComponentSpecification
 void MiscellaneousElementOutput.allComponentSpecification(ComponentSpecification specification)
          Outputs an ALL component specification.
 void MiscellaneousElementOutput.instantiationListComponentSpecification(ComponentSpecification specification)
          Outputs an instantiation list component specification.
 void MiscellaneousElementOutput.othersComponentSpecification(ComponentSpecification specification)
          Outputs an OTHERS component specification.
 void OutputModule.writeComponentSpecification(ComponentSpecification specification)
          Writes a component specification.