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

Packages that use PrimitiveData
cz.cuni.pogamut.posh.explorer This package contains classes that can search for nodes of the plan (nodes=AP/C/action/sense) and GUI explorers that allow user to manipulate them. 
cz.cuni.pogamut.shed.presenter This package contains factories and interfaces related to presentation of widgets in the scene. 
 

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)
          When receiving new PrimitiveData, set name mapping in ShedPresenter, fqn to PrimitiveData.
 void NameMapCrawler.crawledData(Crawler<PrimitiveData> crawler, Collection<PrimitiveData> data)
          When receiving new PrimitiveData, set name mapping in ShedPresenter, fqn to PrimitiveData.
 void NameMapCrawler.finished(Crawler<PrimitiveData> crawler, boolean error)
          Do nothing.
 void NameMapCrawler.started(Crawler<PrimitiveData> crawler)
          When crawling starts, clear previsou name mappings (ShedPresenter#setNameMapping(fqn, null))
 

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.