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

Generalization of RuleSet [WIP] #115

Open
Gattag opened this issue May 12, 2023 · 0 comments
Open

Generalization of RuleSet [WIP] #115

Gattag opened this issue May 12, 2023 · 0 comments

Comments

@Gattag
Copy link
Contributor

Gattag commented May 12, 2023

Proposal to simplify rule sets and increase notational flexibility

final concept RuleSet {
  child ruleSetName   : RuleSetName    [0-1]
  child members       : IRuleSetMember [0-n]
  ref   aspect        : Aspect         [1]
}

concept RuleSetName {
  prop name : string
}

interface IRuleSetMember { }

concept Context implements IRuleSetMember, ThisContext {
  child contextType : ContextType     [1]
  child members     : IContextMembers [0-n]
}

interface IContextMember { }

interface Feature implements IContextMember { }

TODO

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