org.archifacts.integration.c4.model.ComputationFunction 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 java.util.Set;
import java.util.function.BiFunction;
import org.archifacts.core.model.Archifact;
import com.structurizr.model.ModelItem;
public interface ComputationFunction extends BiFunction> {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy