| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.sposh.elements |
This package contains parser for POSH plan, classes that represent
elements of POSH plan and some auxiliry classes.
|
| Modifier and Type | Method and Description |
|---|---|
static DriveCollection |
LapElementsFactory.createDriveCollection()
Create empty drive collection without trigger senses and drives, with
blank name.
|
static DriveCollection |
LapElementsFactory.createDriveCollection(String driveCollectionName)
Create empty (i.e.
|
DriveCollection |
PoshPlan.getDriveCollection()
Get drive collection of this plan.
|
| Modifier and Type | Method and Description |
|---|---|
Trigger<DriveCollection> |
DriveCollection.getGoal()
Get goal of the DC.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PoshParser.driveCollection(DriveCollection dc)
Take passed drive collection and put the data (name, drives) into it.
|
void |
PoshParser.driveCollectionGoal(DriveCollection dc,
FormalParameters formalParameters)
Process goal of DC (if exists).
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.