Uses of Class
cz.cuni.amis.pogamut.sposh.elements.LapChain

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
<REFERENCE extends PoshElement & IReferenceElement>
LapChain
LapChain.derive(REFERENCE reference)
          Create and return new chain using this one as the base.
<REFERENCED_NODE extends PoshElement & IParametrizedElement>
LapChain
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 © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.