-
Notifications
You must be signed in to change notification settings - Fork 2
Tutorial
Crescencio Lima edited this page Jun 14, 2019
·
20 revisions
Following, we describe how to use the PLAR-tool in a simple 3-step-way:
- The first step suggest the use of Stan4J to support the information extraction process. We also performed empirical studies with Analizo and Understand. We will publish the findings soon. The tool support in this step is not mandatory. To perform manual description use the following input.
- The second step focus on exporting and organising the recovered information in a folder.
- The third step focus on running PLAR-tool and describing the output generated.
PLAR-tool uses trivial graph format (*.tgf) as input:
1 class_A //class A
2 class_B //class B
#
1 2 //class_A calls class_B
- To extract PLAR-input in automated way, we suggest the installation and use of Stan4J.:
- Exporting the variants structural information extracted with Stan4J.
- Follow the steps describe in this guideline.
- For more information about dependency analysis using Stan4J, check the following link.
- Running the PLAR-tool
- Download the PLAR-tool latest version.
- Follow the steps describe in this guideline