Skip to content

No relationship tag in implied relationships  #174

Closed
@ICEMANno1

Description

@ICEMANno1

Hi Simon,
if I see it right, sometimes you create a relationship without the relationship tag (e.g. implied relationships)

@Nullable
Relationship addRelationship(Element source, @Nonnull Element destination, String description, String technology, boolean createImpliedRelationships) {
return addRelationship(source, destination, description, technology, null, new String[0], createImpliedRelationships);
}
@Nullable
Relationship addRelationship(Element source, @Nonnull Element destination, String description, String technology, InteractionStyle interactionStyle) {
return addRelationship(source, destination, description, technology, interactionStyle, new String[0], true);
}

Is there a reason? Does this harm any structurizr tooling logic?

I'm just wondering :)
Regards
Dominik

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions