org.archifacts.integration.c4.model.C4ModelLookup Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of archifacts-c4-model Show documentation
Show all versions of archifacts-c4-model Show documentation
archifacts C4 Model integration
The newest version!
package org.archifacts.integration.c4.model;
import org.archifacts.core.model.Artifact;
import org.archifacts.core.model.ArtifactContainer;
import org.archifacts.core.model.ArtifactRelationship;
import com.structurizr.model.Component;
import com.structurizr.model.Container;
import com.structurizr.model.Relationship;
import com.structurizr.model.SoftwareSystem;
public interface C4ModelLookup {
SoftwareSystem softwareSystem();
Component component(Artifact artifact);
Container container(ArtifactContainer artifactContainer);
Relationship relationship(ArtifactRelationship artifactRelationship);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy