| Package | Description |
|---|---|
| org.btrplace.btrpsl |
Main package to parse btrpsl scripts and integrate them to
a model.
|
| org.btrplace.btrpsl.includes |
This package contains the different includes implementation to retrieves scripts asked using
a 'import' statement.
|
| org.btrplace.btrpsl.tree |
ASTs browsed during the interpretation of scripts.
|
| Modifier and Type | Method and Description |
|---|---|
Includes |
ScriptBuilder.getIncludes()
Get the possibles scripts that can be included
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptBuilder.setIncludes(Includes incs)
Set the include library.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicIncludes
A basic include mechanism where all the scripts are added manually.
|
class |
PathBasedIncludes
An implementation that loop for the searched script among several folders.
|
| Constructor and Description |
|---|
BtrPlaceTreeAdaptor(Script scr,
Model mo,
NamingService<Node> nsNodes,
NamingService<VM> nsVMs,
TemplateFactory tplFactory,
ErrorReporter errs,
SymbolsTable s,
Includes incs,
ConstraintsCatalog c)
Build a new adaptor.
|
ImportStatement(org.antlr.runtime.Token t,
Includes incs,
SymbolsTable sTable,
Script scr,
ErrorReporter errs)
Make a new statement
|
Copyright © 2016 University of Nice-Sophia Antipolis. All Rights Reserved.