SysML-v2-API-Java-Client/docs/CompositeConstraint.md at master · IncQueryLabs/SysML-v2-API-Java-Client

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Latest commit

History

History

31 lines (16 loc) · 540 Bytes

CompositeConstraint.md

File metadata and controls

31 lines (16 loc) · 540 Bytes

CompositeConstraint

Properties

Name Type Description Notes
atType AtTypeEnum [optional]
constraint List<Constraint> [optional]
operator OperatorEnum [optional]

Enum: AtTypeEnum

Name Value
COMPOSITECONSTRAINT "CompositeConstraint"

Enum: OperatorEnum

Name Value
AND "and"
OR "or"