| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.sposh.elements |
This package contains parser for Yaposh plan, classes that represent
elements of the 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. no drives)
DriveCollection with specified
name. |
DriveCollection |
PoshPlan.getDriveCollection()
Get drive collection of this plan.
|
| Modifier and Type | Method and Description |
|---|---|
Trigger<DriveCollection> |
DriveCollection.getCondition()
Get goal of the DC.
|
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 © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.