All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.structurizr.model.DefaultImpliedRelationshipsStrategy Maven / Gradle / Ivy

There is a newer version: 3.2.1
Show newest version
package com.structurizr.model;

/**
 * The default strategy is to NOT create implied relationships.
 */
public class DefaultImpliedRelationshipsStrategy extends AbstractImpliedRelationshipsStrategy {

    @Override
    public void createImpliedRelationships(Relationship relationship) {
        // do nothing
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy