ENTITY b_spline_surface_knot_locator SUBTYPE OF (founded_item); basis_surface : b_spline_surface; knot_index : INTEGER; surface_parameter : u_or_v_parameter; WHERE wr1: SIZEOF( using_representations(SELF.basis_surface) * relating_shape_representations_of_extreme_values(SELF))>0; END_ENTITY; -- b_spline_surface_knot_locator |
Entity data types and their attributesfounded_item(DER) users: SET [0:?] OF founded_item_select; b_spline_surface_knot_locator basis_surface: b_spline_surface; knot_index: INTEGER; surface_parameter: u_or_v_parameter; |
Users: by entity attributesfounded_itemfounded_item.users founded_item_select b_spline_surface_knot_locator extreme_instance.locations_of_extreme_value location_of_extreme_value_select Users: by defined types, not used by any entity attributeb_spline_surface_knot_locator- |
Global rules for this entity data type- |
public interface EB_spline_surface_knot_locator extends EFounded_itembasis_surface (explicit attribute)boolean testBasis_surface(EB_spline_surface_knot_locator type)EB_spline_surface getBasis_surface(EB_spline_surface_knot_locator type) void setBasis_surface(EB_spline_surface_knot_locator type, EB_spline_surface value) void unsetBasis_surface(EB_spline_surface_knot_locator type) knot_index (explicit attribute)boolean testKnot_index(EB_spline_surface_knot_locator type)integer getKnot_index(EB_spline_surface_knot_locator type) void setKnot_index(EB_spline_surface_knot_locator type, integer value) void unsetKnot_index(EB_spline_surface_knot_locator type) surface_parameter (explicit attribute)boolean testSurface_parameter(EB_spline_surface_knot_locator type)int getSurface_parameter(EB_spline_surface_knot_locator type) void setSurface_parameter(EB_spline_surface_knot_locator type, int value) void unsetSurface_parameter(EB_spline_surface_knot_locator type) |
public class CB_spline_surface_knot_locator implements EB_spline_surface_knot_locatorstatic EAttribute attributeBasis_surface(EB_spline_surface_knot_locator type)static int usedinBasis_surface(EB_spline_surface_knot_locator type, EB_spline_surface instance, ASdaiModel domain, AB_spline_surface_knot_locator result) static EAttribute attributeKnot_index(EB_spline_surface_knot_locator type) static EAttribute attributeSurface_parameter(EB_spline_surface_knot_locator type) |
public class AB_spline_surface_knot_locator extends AEntitypublic EB_spline_surface_knot_locator getByIndex(int index)public EB_spline_surface_knot_locator getCurrentMember(SdaiIterator it) |