Represent query constraint
The systemcomposer.query.Constraint
class is a base class for
all System Composer™ query constraints.
HasStereotype | Create query to select architecture elements with stereotype based on specified sub-constraint |
Property | Create query to select non-evaluated values for properties or stereotype properties for objects based on specified property name |
PropertyValue | Create query to select property from object or stereotype property and then evaluate property value |
HasPort | Create query to select architecture elements with port on component based on specified sub-constraint |
HasInterface | Create query to select architecture elements with interface on port based on specified sub-constraint |
HasInterfaceElement | Create query to select architecture elements with interface element on interface based on specified sub-constraint |
IsInRange | Create query to select a range of property values |
AnyComponent | Create query to select all components in model |
IsStereotypeDerivedFrom | Create query to select stereotype derived from a fully qualified name |