Class that represents query constraint
The Constraint
class is the base class for all System Composer™ query constraints.
AnyComponent | Create query to select all components in model |
IsStereotypeDerivedFrom | Create query to select stereotype derived from qualified name |
HasStereotype | Create query to select architecture elements with stereotype based on specified sub-constraint |
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 range of property values |
Property | Create query to select non-evaluated values for object properties or stereotype properties for elements |
PropertyValue | Create query to select property from object or stereotype property and then evaluate property value |
createView
| find
| modifyQuery
| removeQuery
| runQuery