use of com.structurizr.model.CreateImpliedRelationshipsUnlessSameRelationshipExistsStrategy in project archifacts by archifacts.
the class C4ModelBuilder method initSoftwareSystem.
private SoftwareSystem initSoftwareSystem(final Workspace workspace) {
final Model model = workspace.getModel();
model.setImpliedRelationshipsStrategy(new CreateImpliedRelationshipsUnlessSameRelationshipExistsStrategy());
return model.addSoftwareSystem(workspace.getName());
}
Aggregations