|
ENTITY explicit_procedural_representation_relationship SUBTYPE OF (representation_relationship); SELF\representation_relationship.rep_1 : procedural_representation; WHERE wr1: ( NOT ( 'procedural_model_schema.procedural_representation' IN TYPEOF ( SELF \ representation_relationship . rep_2 ) ) ) AND ( NOT ( 'variational_representation_schema.variational_representation' IN TYPEOF ( SELF \ representation_relationship . rep_2 ) ) ) ; wr2: SELF \ representation_relationship . rep_1 . context_of_items :=: SELF \ representation_relationship . rep_2 . context_of_items ; END_ENTITY; -- explicit_procedural_representation_relationship |
Entity data types and their attributesrepresentation_relationshipname: label; (OPT) description: text; rep_1: representation; rep_2: representation; explicit_procedural_representation_relationship (RT) rep_1: procedural_representation; |
| explicit_procedural_shape_representation_relationship (PROCEDURAL_SHAPE_MODEL_SCHEMA) |
Global rules for this entity data type- |
public interface EExplicit_procedural_representation_relationship extends ERepresentation_relationship |
public class CExplicit_procedural_representation_relationship implements EExplicit_procedural_representation_relationship |
public class AExplicit_procedural_representation_relationship extends AEntitypublic EExplicit_procedural_representation_relationship getByIndex(int index)public EExplicit_procedural_representation_relationship getCurrentMember(SdaiIterator it) |