Re: [poe] isNeccessaryFor

@riannella an as I hope better naming for this discussed Constraint 
Relation operator has occurred to me:

- id: odrl:sequentialLtrAnd (or shorter odrl:seqLtrAnd)
- name: Sequential Left-to-Right And
- definition (as above): The left operand Constraint of a Constraint 
Relation must deliver a satisfied result before the right operand 
Constraint is evaluated. Finally both of the Constraints MUST be 
satisfied.  
- user note: The right operand constraint may build on the 
satisfaction of the left operand constraint.

The advantage of this naming is that it a/ states "this is an `and`" 
and b/ adds how the two operands of the `and` have to be evaluated: 
step by step (=sequential) from the left(Operand) to the 
right(Operand). I guess this makes it easier to get what this operand 
stands for.

-- 
GitHub Notification of comment by nitmws
Please view or discuss this issue at 
https://github.com/w3c/poe/issues/98#issuecomment-277424844 using your
 GitHub account

Received on Saturday, 4 February 2017 07:08:32 UTC