oneof
relationalai.semantics.std.constraints
oneof(*args: Concept | Ref) -> FragmentDeclare that exactly one of the given concepts must be true.
This combines anyof (at least one) and exclusive (at most one) constraints.
Parameters
Section titled “Parameters”Returns
Section titled “Returns”Fragment- AFragmentrepresenting the oneof constraint.