| 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 |
|---|---|
<REFERENCE extends PoshElement & IReferenceElement> |
LapChain.derive(REFERENCE reference)
Create and return new chain using this one as the base.
|
<REFERENCED_NODE extends PoshElement & IParametrizedElement> |
LapChain.derive(TriggeredAction action,
REFERENCED_NODE referencedNode)
Return new chain using this one as the base and create new link from the
reference of action to AP.
|
static LapChain |
LapChain.fromPath(PoshPlan plan,
LapPath path)
Create chain from the @path.
|
LapChain |
LapChain.subchain(int beginIndex,
int endIndex)
Create subchain created from links of this chain.
|
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.