Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 2.61 KB

README.md

File metadata and controls

47 lines (33 loc) · 2.61 KB

MODELS16 Access-Control Evaluation

Requirements

Import projects from Collaboration Framework clone url

Build projects

In the *.meta plugin project, open the *.genmodel file and generate the model code: in the tree-editor, right click on the root object and select the Generate Model.

In the *.query plugin project, open the *.eiq file and force to build the associated artifacts.

Generate Models

  • In the *.model plugin project, the ModelGenerator.java file has a main method that can be run.
  • Modify the generate() method to select the output folder.
  • Modify the MODEL_SIZES variable to set the models to be generated.

Generate Rules

  • In the *.rule plugin project, the AccessControlRuleGenerator.java file has a main method that can be run.
  • Modify the generate() method to select the output folder.
  • Modify the USER_SIZES variable to set the rules to be generated.

Execute Evaluation

  • In the *.evaluation plugin project, the LensEvaluator.java file has a main method that can be run.