| Package | Description |
|---|---|
| org.btrplace.btrpsl |
Main package to parse btrpsl scripts and integrate them to
a model.
|
| org.btrplace.btrpsl.template |
This package contains the template mechanism used to instantiate virtual machines
from a skeleton
|
| org.btrplace.btrpsl.tree |
ASTs browsed during the interpretation of scripts.
|
| Modifier and Type | Method and Description |
|---|---|
TemplateFactory |
ScriptBuilder.getTemplateFactory()
Get the template factory used to instantiate elements
when needed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptBuilder.setTemplateFactory(TemplateFactory f)
Set the factory to use to instantiate elements
from template.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTemplateFactory
Default implementation for
TemplateFactory. |
class |
MockTemplateFactory
A default, lazy checker for templates.
|
| 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.
|
TemplateAssignment(org.antlr.runtime.Token t,
Script s,
TemplateFactory tplFactory,
SymbolsTable symbolsTable,
Model m,
NamingService<Node> nsNodes,
NamingService<VM> nsVMs,
ErrorReporter errs)
Make a new tree.
|
Copyright © 2016 University of Nice-Sophia Antipolis. All Rights Reserved.