java.lang.Object
com.riadalabs.jira.plugins.insight.services.model.graph.Edge
com.riadalabs.jira.plugins.insight.services.model.graph.ParentEdge
Direct Known Subclasses:
ImmutableParentEdge

@Immutable public abstract class ParentEdge extends Edge
Represent the edge between 2 object types based on the parent child relation specified by objectTypeBean.parentObjectTypeId
  • Constructor Details

    • ParentEdge

      public ParentEdge()
  • Method Details

    • isInherited

      public abstract boolean isInherited()