| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.shady |
Shady - experimental POSH-like engine.
|
| cz.cuni.amis.pogamut.sposh.elements |
This package contains parser for Yaposh plan, classes that represent
elements of the plan and some auxiliry classes.
|
| cz.cuni.amis.pogamut.sposh.exceptions |
| Class and Description |
|---|
| MissingRootException
When plan is missing root node, throw this exception.
|
| NoEligibleElementException
Exception that is used when I am trying to execute shade plan, but according
to priority and triggers of its elements, no element is eligible to be
selected.
|
| Class and Description |
|---|
| CycleException
When there is a cycle in the posh tree, this exception should be thrown.
|
| DuplicateNameException
Thrown when trying to add element into the posh tree, but the tree already
contains element with the same name.
|
| InvalidNameException
Thrown when name in the lap plan is not valid (example: it includes
whitespaces).
|
| Class and Description |
|---|
| CycleException
When there is a cycle in the posh tree, this exception should be thrown.
|
| DuplicateNameException
Thrown when trying to add element into the posh tree, but the tree already
contains element with the same name.
|
| InvalidNameException
Thrown when name in the lap plan is not valid (example: it includes
whitespaces).
|
| UnexpectedElementException
The method was passed unexpected
PoshElement as argument. |
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.