| Package | Description |
|---|---|
| org.btrplace.btrpsl |
Main package to parse btrpsl scripts and integrate them to
a model.
|
| org.btrplace.btrpsl.constraint |
This package contains the catalog of placement constraints and the builder to instantiate
them.
|
| org.btrplace.btrpsl.tree |
ASTs browsed during the interpretation of scripts.
|
| Modifier and Type | Method and Description |
|---|---|
ConstraintsCatalog |
ScriptBuilder.getConstraintsCatalog()
Get the used catalog of constraints.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptBuilder.setConstraintsCatalog(ConstraintsCatalog c)
Set the catalog of constraints to use.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConstraintsCatalog
Default implementation of a
ConstraintsCatalog. |
| 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.
|
ConstraintStatement(org.antlr.runtime.Token t,
Script scr,
ConstraintsCatalog cat,
ErrorReporter errs)
Make a new Tree parser.
|
Copyright © 2016 University of Nice-Sophia Antipolis. All Rights Reserved.