Main Content
systemcomposer.query.Constraint
Query constraint
Description
The Constraint
object represents all System Composer™ query constraints.
Object Functions
AnyComponent | Create query to select all components in model |
IsStereotypeDerivedFrom | Create query to select stereotype derived from qualified name |
HasStereotype | Create query to select architectural elements with stereotype based on specified subconstraint |
HasPort | Create query to select architectural elements with port based on specified subconstraint |
HasConnector | Create query to select architectural elements with connector based on specified subconstraint |
HasInterface | Create query to select architectural elements with interface on port based on specified subconstraint |
HasInterfaceElement | Create query to select architectural elements with interface element on interface based on specified subconstraint |
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 |
Examples
More About
Version History
Introduced in R2019b
See Also
Tools
Objects
Functions
find
|findElementsOfType
|findElementsWithStereotype
|findElementsWithProperty
|findElementsWithInterface
|AnyComponent
|Property
|PropertyValue
|HasStereotype
|IsStereotypeDerivedFrom
|HasPort
|HasConnector
|HasInterface
|HasInterfaceElement
|IsInRange
|createView
|getQualifiedName
|lookup