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: 2.2.0
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 - 2024 Weber Informatics LLC | Privacy Policy