|
ENTITY incomplete_reference_marking SUBTYPE OF (applied_classification_assignment); WHERE wr1: SIZEOF ( QUERY ( item <* SELF \ classification_assignment . items | NOT ( 'classification_assignment_xim.classification_item' IN TYPEOF ( item ) ) ) ) = 0 ; wr2: SELF \ applied_classification_assignment . assigned_class . id = 'reference' ; END_ENTITY; -- incomplete_reference_marking |
Entity data types and their attributesclassification_assignmentassigned_class: group; role: classification_role; applied_classification_assignment items: SET [1:?] OF classification_item; incomplete_reference_marking - |
Global rules for this entity data type- |
public interface EIncomplete_reference_marking extends EApplied_classification_assignment |
public class CIncomplete_reference_marking implements EIncomplete_reference_marking |
public class AIncomplete_reference_marking extends AEntitypublic EIncomplete_reference_marking getByIndex(int index)public EIncomplete_reference_marking getCurrentMember(SdaiIterator it) |