|
ENTITY leader_directed_callout SUBTYPE OF (draughting_callout); WHERE wr1: SIZEOF ( QUERY ( l_1 <* SELF \ draughting_callout . contents | 'draughting_element_schema.leader_curve' IN ( TYPEOF ( l_1 ) ) ) ) >= 1 ; wr2: SIZEOF ( SELF \ draughting_callout . contents ) >= 2 ; END_ENTITY; -- leader_directed_callout |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; draughting_callout contents: SET [1:?] OF draughting_callout_element; leader_directed_callout - |
| leader_directed_dimension (AIC_DRAUGHTING_ELEMENTS) |
Global rules for this entity data type- |
public interface ELeader_directed_callout extends EDraughting_callout |
public class CLeader_directed_callout implements ELeader_directed_callout |
public class ALeader_directed_callout extends AEntitypublic ELeader_directed_callout getByIndex(int index)public ELeader_directed_callout getCurrentMember(SdaiIterator it) |