Uses of Class
cz.cuni.pogamut.posh.explorer.PrimitiveData

Packages that use PrimitiveData
cz.cuni.pogamut.posh.explorer This package contains classes and methods used for searching for actions and primitives in order to be included into the plan. 
cz.cuni.pogamut.shed.presenter   
 

Uses of PrimitiveData in cz.cuni.pogamut.posh.explorer
 

Methods in cz.cuni.pogamut.posh.explorer with parameters of type PrimitiveData
 int PrimitiveData.compareTo(PrimitiveData o)
          Compare this data to another.
 

Method parameters in cz.cuni.pogamut.posh.explorer with type arguments of type PrimitiveData
 void NameMapCrawler.crawledData(Crawler<PrimitiveData> crawler, Collection<PrimitiveData> data)
           
 void NameMapCrawler.crawledData(Crawler<PrimitiveData> crawler, Collection<PrimitiveData> data)
           
 void NameMapCrawler.finished(Crawler<PrimitiveData> crawler, boolean error)
           
 void NameMapCrawler.started(Crawler<PrimitiveData> crawler)
           
 

Uses of PrimitiveData in cz.cuni.pogamut.shed.presenter
 

Methods in cz.cuni.pogamut.shed.presenter with parameters of type PrimitiveData
 void ShedPresenter.setNameMapping(String key, PrimitiveData record)
          Set human readable name for the @key.
 



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