| 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 DriveElement |
LapElementsFactory.createDriveElement(DriveElement drive) |
static DriveElement |
LapElementsFactory.createDriveElement(String driveName)
Create new drive with default trigger and action.
|
static DriveElement |
LapElementsFactory.createDriveElement(String name,
List<Sense> triggerSenses,
PrimitiveCall actionCall,
Freq freq,
String comment)
Create new drive element
|
static DriveElement |
LapElementsFactory.createDriveElementNoTriggers(String name)
Create new drive with specified name and empty list of triggers and
default action.
|
DriveElement |
PoshParser.driveElement(FormalParameters formalParameters)
Create a drive and return it.
|
| Modifier and Type | Method and Description |
|---|---|
List<DriveElement> |
DriveCollection.getDrives()
Get list of all drives of this DC in correct order (drive with higest
priority is first, drive with lowest priority is last).
|
Trigger<DriveElement> |
DriveElement.getTrigger()
Get trigger of this drive.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DriveCollection.addDrive(DriveElement drive)
Add passed drive as the last drive of this DC and emit new it.
|
void |
DriveCollection.addDrive(int index,
DriveElement drive) |
static DriveElement |
LapElementsFactory.createDriveElement(DriveElement drive) |
void |
DriveCollection.removeDrive(DriveElement drive)
Remove drive from the drive collection.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.