| Package | Description |
|---|---|
| org.scribble.cli | |
| org.scribble.context | |
| org.scribble.model | |
| org.scribble.parser | |
| org.scribble.parser.antlr | |
| org.scribble.projection | |
| org.scribble.validation |
| Modifier and Type | Method and Description |
|---|---|
protected Module |
CommandLine.loadModule(Resource resource)
This method determines whether the module associated with the
supplied resource is valid.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CommandLine.project(Module module,
Resource resource)
This method projects the supplied module.
|
| Modifier and Type | Method and Description |
|---|---|
Module |
DefaultModuleContext.importModule(String moduleName)
This method imports and returns the named module.
|
Module |
ModuleContext.importModule(String module)
This method imports and returns the named module.
|
Module |
DefaultModuleLoader.loadModule(String module)
This method loads the module associated with the specified name.
|
Module |
ModuleLoader.loadModule(String module)
This method loads the module associated with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultModuleLoader.registerModule(Module module)
This method registers the supplied module.
|
| Constructor and Description |
|---|
DefaultModuleContext(Resource resource,
Module thisModule,
ModuleLoader loader)
This is the constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Module |
ModelObject.getModule()
This method returns the protocol model in which this
object is contained.
|
Module |
ProtocolDecl.getModule()
This method returns the model in which this definition
is contained.
|
| Modifier and Type | Method and Description |
|---|---|
Module |
ProtocolModuleLoader.loadModule(String module)
This method loads the module associated with the specified name.
|
Module |
ProtocolParser.parse(Resource resource,
ModuleLoader loader,
IssueLogger logger)
This method parses the scribble protocol contained in the supplied
resource.
|
| Modifier and Type | Method and Description |
|---|---|
Module |
ProtocolTreeAdaptor.getModule()
This method returns the module.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Module> |
ProtocolProjector.project(ModuleContext context,
Module module,
IssueLogger logger)
This method projects the supplied module, reporting
any issues to the logger.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Module> |
ProtocolProjector.project(ModuleContext context,
Module module,
IssueLogger logger)
This method projects the supplied module, reporting
any issues to the logger.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolValidator.validate(ModuleContext context,
Module module,
IssueLogger logger)
This method validates the supplied module, reporting
any issues to the logger.
|
Copyright © 2014. All Rights Reserved.