com.structurizr.model.Location Maven / Gradle / Ivy
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