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
  • Method Summary

    Methods inherited from class com._1c.g5.v8.dt.diagram.framework.model.Relation

    addPathPoint, getPath, getRelationType, getSource, getTarget, setPath, setRelationType, setSource, setTarget, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • 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.