Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cardinality transition operator to holarchy core logic. #19

Open
phil-kahrl opened this issue Oct 23, 2020 · 0 comments
Open

Add cardinality transition operator to holarchy core logic. #19

phil-kahrl opened this issue Oct 23, 2020 · 0 comments

Comments

@phil-kahrl
Copy link

This is a feature request to add cardinality transition operator along with the other logical operators in Holarchy core logic.

The cardinality operator will return true/false based on the cardinality of a passed set of other transition operators being true or false. So the request signature might be something like:

cardinality: { ____types: "jsObject", isTrue: { ____types: "jsArray", operandOperatorVariant: { ____accept: "jsObject" } }, equalTo: { ____accept: "jsNumber" } }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant