ENTITY interpolated_configuration_representation SUBTYPE OF (representation); SELF\representation.context_of_items : geometric_representation_context_with_parameter; SELF\representation.items : SET [1:?] OF interpolated_configuration_sequence; END_ENTITY; -- interpolated_configuration_representation |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; interpolated_configuration_representation (RT) context_of_items: geometric_representation_context_with_parameter; (RT) items: SET [1:?] OF interpolated_configuration_sequence; |
Global rules for this entity data type- |
public interface EInterpolated_configuration_representation extends ERepresentation |
public class CInterpolated_configuration_representation implements EInterpolated_configuration_representation |
public class AInterpolated_configuration_representation extends AEntitypublic EInterpolated_configuration_representation getByIndex(int index)public EInterpolated_configuration_representation getCurrentMember(SdaiIterator it) |