Interface LinkedEntity

    • Method Detail

      • setSource

        void setSource​(String source)
        Sets the name of the source entity type.
        Parameters:
        source - The source type name.
      • setRelation

        void setRelation​(String relation)
        Sets the name of the relation type.
        Parameters:
        relation - The relation type name.
      • setTarget

        void setTarget​(String target)
        Sets the name of the target entity type.
        Parameters:
        target - The target type name.
      • setDescription

        void setDescription​(String description)
        Sets the description of the link.
        Parameters:
        description - The description.
      • setMin

        void setMin​(Integer min)
        Sets the minimum cardinality of the link.
        Parameters:
        min - The minimum cardinality.
      • setMax

        void setMax​(Integer max)
        Sets the maximum cardinality of the link.
        Parameters:
        max - The maximum cardinality.