Package com._1c.g5.v8.dt.erd.model
Class ErdRelation
- java.lang.Object
-
- com._1c.g5.v8.dt.diagram.framework.model.Relation
-
- com._1c.g5.v8.dt.erd.model.ErdRelation
-
- All Implemented Interfaces:
com._1c.g5.v8.dt.diagram.framework.IRelation
public class ErdRelation extends com._1c.g5.v8.dt.diagram.framework.model.Relation
IRelation
implementation for ERD diagram.
-
-
Constructor Summary
Constructors Constructor Description ErdRelation(com._1c.g5.v8.dt.diagram.framework.IEntity source, com._1c.g5.v8.dt.diagram.framework.IEntity target)
Default constructor
-