|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sfm.ap210.jsdai.MIMparamQueriesImpl
public class MIMparamQueriesImpl
An implementation of the MIMparamQueries interface.
| Constructor Summary | |
|---|---|
MIMparamQueriesImpl(MIMqueries mimQ,
MIMops ops)
|
|
MIMparamQueriesImpl(jsdai.lang.SdaiModel model)
|
|
| 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. |
DoubleParam |
doubleParameter(java.lang.String name,
jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EReal_representation_item e_rri)
|
DerivedSiUnit.SiUnitTerm[] |
getCompoundSiUnitTerms(jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EDerived_unit e_derived)
|
MeasureParam |
getDerivedUnitParameter(java.lang.String paramName,
jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EMeasure_with_unit e_mwu,
jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EDerived_unit e_derived_unit)
|
MeasureParam |
getSiUnitParameter(java.lang.String paramName,
jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EMeasure_with_unit e_mwu,
jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.ESi_unit e_si_unit)
|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MIMparamQueriesImpl(MIMqueries mimQ,
MIMops ops)
throws jsdai.lang.SdaiException
jsdai.lang.SdaiExceptionpublic MIMparamQueriesImpl(jsdai.lang.SdaiModel model)
| Method Detail |
|---|
public Param parametricAttributeForPropertyDefinition(jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EProperty_definition e_pd)
throws jsdai.lang.SdaiException
MIMparamQueriesproperty_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.
parametricAttributeForPropertyDefinition in interface MIMparamQueriese_pd - the given property_definition
jsdai.lang.SdaiException
public java.util.Set<ParameterAssignment> allParameterAssignmentForProduct(jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EProduct e_p)
throws jsdai.lang.SdaiException
MIMparamQueriesparameter_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.
allParameterAssignmentForProduct in interface MIMparamQueriesjsdai.lang.SdaiException
public java.util.Set<ParameterAssignment> allParameterAssignment(jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.AParameter_assignment a_pa)
throws jsdai.lang.SdaiException
MIMparamQueriesparameter_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.
allParameterAssignment in interface MIMparamQueriesjsdai.lang.SdaiException
public java.util.Set<Param> allParametersForParameterAssignment(jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.AParameter_assignment a_pa)
throws jsdai.lang.SdaiException
MIMparamQueriesparameter_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.
allParametersForParameterAssignment in interface MIMparamQueriesjsdai.lang.SdaiException
public java.util.Set<Param> allParametersForProduct(jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EProduct e_p)
throws jsdai.lang.SdaiException
MIMparamQueriesparameter_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.
allParametersForProduct in interface MIMparamQueriese_p - the given product
Param containing the extracted product specific parameters
jsdai.lang.SdaiException
public Param parameterForRepresentationItem(java.lang.String paramName,
jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.ERepresentation_item e_ri)
throws jsdai.lang.SdaiException
MIMparamQueriesrepresentation_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.
parameterForRepresentationItem in interface MIMparamQueriesparamName - the name of the parameter associated with the given representation_iteme_ri - the given representation_item
Param containing the represented data
jsdai.lang.SdaiException
public DoubleParam doubleParameter(java.lang.String name,
jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EReal_representation_item e_rri)
throws jsdai.lang.SdaiException
jsdai.lang.SdaiException
public 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
MIMparamQueriesmeasure_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.
measureWithUnitParameter in interface MIMparamQueriesparamName - the name of the parameter associated with the given measure_with_unite_mwu - the given measure_with_unit
Param
jsdai.lang.SdaiException
public MeasureParam getSiUnitParameter(java.lang.String paramName,
jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EMeasure_with_unit e_mwu,
jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.ESi_unit e_si_unit)
throws jsdai.lang.SdaiException
jsdai.lang.SdaiException
public DerivedSiUnit.SiUnitTerm[] getCompoundSiUnitTerms(jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EDerived_unit e_derived)
throws jsdai.lang.SdaiException
jsdai.lang.SdaiException
public MeasureParam getDerivedUnitParameter(java.lang.String paramName,
jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EMeasure_with_unit e_mwu,
jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_mim_lf.EDerived_unit e_derived_unit)
throws jsdai.lang.SdaiException
jsdai.lang.SdaiException
public 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
MIMparamQueriesParam interface.
otherMeasureWithUnitParameter in interface MIMparamQueriesparamName - 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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||