|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LapChain | |
|---|---|
| cz.cuni.amis.pogamut.sposh.elements | This package contains parser for Yaposh plan, classes that represent elements of the plan and some auxiliry classes. |
| Uses of LapChain in cz.cuni.amis.pogamut.sposh.elements |
|---|
| Methods in cz.cuni.amis.pogamut.sposh.elements that return LapChain | ||
|---|---|---|
|
LapChain.derive(REFERENCE reference)
Create and return new chain using this one as the base. |
|
|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||