Overview Schemas Index

KINEMATIC_ANALYSIS_CONTROL_AND_RESULT_SCHEMA (jsdai.SKinematic_analysis_control_and_result_schema)


ENTITY interpolated_configuration_sequence;
          interpolation : SET [1:?] OF configuration_interpolation;
END_ENTITY; -- interpolated_configuration_sequence

Entity data types and their attributes

interpolated_configuration_sequence
          interpolation: SET [1:?] OF configuration_interpolation;

Users

interpolated_configuration_sequence
          kinematic_analysis_result.contained_kinematic_results
                    kinematic_result
          kinematic_control.contained_kinematic_programs
                    kinematic_analysis_definition

Global rules for this entity data type

          -

public interface EInterpolated_configuration_sequence extends EEntity

interpolation (explicit attribute)

          boolean testInterpolation(EInterpolated_configuration_sequence type)
          AConfiguration_interpolation getInterpolation(EInterpolated_configuration_sequence type)
          AConfiguration_interpolation createInterpolation(EInterpolated_configuration_sequence type)
          void unsetInterpolation(EInterpolated_configuration_sequence type)

public class CInterpolated_configuration_sequence implements EInterpolated_configuration_sequence

          static EAttribute attributeInterpolation(EInterpolated_configuration_sequence type)
          static int usedinInterpolation(EInterpolated_configuration_sequence type, EConfiguration_interpolation instance, ASdaiModel domain, AInterpolated_configuration_sequence result)

public class AInterpolated_configuration_sequence extends AEntity

          public EInterpolated_configuration_sequence getByIndex(int index)
          public EInterpolated_configuration_sequence getCurrentMember(SdaiIterator it)