Class 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
    • Constructor Detail

      • ErdRelation

        public ErdRelation​(com._1c.g5.v8.dt.diagram.framework.IEntity source,
                           com._1c.g5.v8.dt.diagram.framework.IEntity target)
        Default constructor
        Parameters:
        source - - source entity. Can't be null.
        target - - target entity. Can't be null.