ENTITY face_shape_representation_relationship SUBTYPE OF (representation_relationship); WHERE wr1: ('AIC_MACHINING_FEATURE.FACE_SHAPE_REPRESENTATION' IN TYPEOF(SELF.rep_1)); wr2: ('AIC_MACHINING_FEATURE.FACE_SHAPE_REPRESENTATION' IN TYPEOF(SELF.rep_2)); END_ENTITY; -- face_shape_representation_relationship |
Entity data types and their attributesrepresentation_relationshipname: label; (OPT) description: text; rep_1: representation; rep_2: representation; face_shape_representation_relationship - |
Global rules for this entity data type- |
public interface EFace_shape_representation_relationship extends ERepresentation_relationship |
public class CFace_shape_representation_relationship implements EFace_shape_representation_relationship |
public class AFace_shape_representation_relationship extends AEntitypublic EFace_shape_representation_relationship getByIndex(int index)public EFace_shape_representation_relationship getCurrentMember(SdaiIterator it) |