All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.structurizr.model.CodeElementRole Maven / Gradle / Ivy

There is a newer version: 3.2.1
Show newest version
package com.structurizr.model;

/**
 * Used to represent the role of a code element. A component can have
 * one primary code element, and zero or more supporting code elements
 * associated with it.
 */
public enum CodeElementRole {

    Primary,
    Supporting

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy