Interface ImpliedRelationshipsStrategy

All Known Implementing Classes:
AbstractImpliedRelationshipsStrategy, CreateImpliedRelationshipsUnlessAnyRelationshipExistsStrategy, CreateImpliedRelationshipsUnlessSameRelationshipExistsStrategy, DefaultImpliedRelationshipsStrategy

public interface ImpliedRelationshipsStrategy
Defines the interface for strategies to create implied relationships in the model, after a relationship has been created.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called after a relationship has been created in the model, providing an opportunity to create any resulting implied relationships.
  • Method Details

    • createImpliedRelationships

      void createImpliedRelationships(Relationship relationship)
      Called after a relationship has been created in the model, providing an opportunity to create any resulting implied relationships.
      Parameters:
      relationship - the newly created Relationship