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

Packages that use DriveCollection
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 DriveCollection in cz.cuni.amis.pogamut.sposh.elements
 

Methods in cz.cuni.amis.pogamut.sposh.elements that return DriveCollection
static DriveCollection LapElementsFactory.createDriveCollection()
          Create empty drive collection without trigger senses and drives, with blank name.
static DriveCollection LapElementsFactory.createDriveCollection(String driveCollectionName)
          Create empty (i.e.
 DriveCollection PoshPlan.getDriveCollection()
          Get drive collection of this plan.
 

Methods in cz.cuni.amis.pogamut.sposh.elements that return types with arguments of type DriveCollection
 Trigger<DriveCollection> DriveCollection.getCondition()
          Get goal of the DC.
 Trigger<DriveCollection> DriveCollection.getGoal()
          Get goal of the DC.
 

Methods in cz.cuni.amis.pogamut.sposh.elements with parameters of type DriveCollection
 void PoshParser.driveCollection(DriveCollection dc)
          Take passed drive collection and put the data (name, drives) into it.
 void PoshParser.driveCollectionGoal(DriveCollection dc, FormalParameters formalParameters)
          Process goal of DC (if exists).
 



Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.