|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MIMparamQueries
An interface for the MIMparamQueries methods.
| Method Summary | |
|---|---|
java.util.Set<ParameterAssignment> |
allParameterAssignment(jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.AParameter_assignment a_pa)
Extracts parametric data and associated model parameters from the most commonly used implementations of parameter_assignment (Parameter_assignment). |
java.util.Set<ParameterAssignment> |
allParameterAssignmentForProduct(jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EProduct e_p)
Extracts model parameters and associated parameter representations from the most commonly used implementations of parameter_assignment (Parameter_assignment) related to a given product (Product) through a
product_specific_parameter_value_assignment. |
java.util.Set<Param> |
allParametersForParameterAssignment(jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.AParameter_assignment a_pa)
Extracts parametric data from the most commonly used implementations of parameter_assignment (Parameter_assignment). |
java.util.Set<Param> |
allParametersForProduct(jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EProduct e_p)
Extracts parametric data from the most commonly used implementations of parameter_assignment (Parameter_assignment) related to a
given product (Product) through a product_specific_parameter_value_assignment. |
Param |
measureWithUnitParameter(java.lang.String paramName,
jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EMeasure_with_unit e_mwu)
Extracts parametric data from certain commonly used measure_with_unit subtypes and representations
for integral parameters, area measures, length measures, time measures, and temperature measures. |
Param |
otherMeasureWithUnitParameter(java.lang.String paramName,
jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EMeasure_with_unit e_mwu)
Extracts parametric data from certain time and temperature representations. |
Param |
parameterForRepresentationItem(java.lang.String paramName,
jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.ERepresentation_item e_ri)
Extracts parametric data from the certain commonly used representation_item representations
for boolean, textual, count, and measure based parametric data. |
Param |
parametricAttributeForPropertyDefinition(jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EProperty_definition e_pd)
Extracts parametric data from the most commonly used property_definition representations
for boolean, textual, count, and measure based parametric data. |
| Method Detail |
|---|
Param parametricAttributeForPropertyDefinition(jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EProperty_definition e_pd)
throws jsdai.lang.SdaiException
property_definition representations
for boolean, textual, count, and measure based parametric data. Returns the extracted name and value through
an implementing class of the Param interface.
e_pd - the given property_definition
jsdai.lang.SdaiException
| parametricAttributeForPropertyDefinition |
java.util.Set<ParameterAssignment> allParameterAssignment(jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.AParameter_assignment a_pa)
throws jsdai.lang.SdaiException
parameter_assignment (Parameter_assignment).
Implementation supports boolean, textual, count, and measure based parametric data.
Returns a set of model parameters and associated parameter representations through an implementing class of the Param interface.
a_pa -
jsdai.lang.SdaiException
java.util.Set<Param> allParametersForParameterAssignment(jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.AParameter_assignment a_pa)
throws jsdai.lang.SdaiException
parameter_assignment (Parameter_assignment).
Implementation supports boolean, textual, count, and measure based parametric data.
Returns a set of model parameters and associated parameter representations through an implementing class of the Param interface.
a_pa -
jsdai.lang.SdaiException
java.util.Set<Param> allParametersForProduct(jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EProduct e_p)
throws jsdai.lang.SdaiException
parameter_assignment (Parameter_assignment) related to a
given product (Product) through a product_specific_parameter_value_assignment.
Implementation supports boolean, textual, count, and measure based parametric data.
Returns a set of associated product parameters through an implementing class of the Param interface.
e_p - the given product
Param containing the extracted product specific parameters
jsdai.lang.SdaiException
| allParametersForProduct |
java.util.Set<ParameterAssignment> allParameterAssignmentForProduct(jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EProduct e_p)
throws jsdai.lang.SdaiException
parameter_assignment (Parameter_assignment) related to a given product (Product) through a
product_specific_parameter_value_assignment.
Implementation supports boolean, textual, count, and measure based parametric data.
Returns a set of associated product parameters through an implementing class of the Param interface.
e_p -
jsdai.lang.SdaiException
Param parameterForRepresentationItem(java.lang.String paramName,
jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.ERepresentation_item e_ri)
throws jsdai.lang.SdaiException
representation_item representations
for boolean, textual, count, and measure based parametric data. Returns the extracted name and value through
an implementing class of the Param interface.
paramName - the name of the parameter associated with the given representation_iteme_ri - the given representation_item
Param containing the represented data
jsdai.lang.SdaiException
| parameterForRepresentationItem |
Param measureWithUnitParameter(java.lang.String paramName,
jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EMeasure_with_unit e_mwu)
throws jsdai.lang.SdaiException
measure_with_unit subtypes and representations
for integral parameters, area measures, length measures, time measures, and temperature measures.
Returns the extracted name and value through an implementing class of the Param interface.
paramName - the name of the parameter associated with the given measure_with_unite_mwu - the given measure_with_unit
Param
jsdai.lang.SdaiException
| measureWithUnitParameter |
Param otherMeasureWithUnitParameter(java.lang.String paramName,
jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EMeasure_with_unit e_mwu)
throws jsdai.lang.SdaiException
Param interface.
paramName - the name of the parameter associated with the given measure_with_unite_mwu - the given measure_with_unit
MeasureParam containing the represented data
jsdai.lang.SdaiException
| otherMeasureWithUnitParameter |
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||