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

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

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

/**
 * Represents the location of an element with regards to a specific viewpoint.
 * For example, "our customers are external to our enterprise".
 */
public enum Location {

    Internal,
    External,
    Unspecified

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy