Uses of Class
cz.cuni.amis.pogamut.sposh.executor.ParamInfo

Packages that use ParamInfo
cz.cuni.amis.pogamut.sposh.executor Classes for creation and execution of primitives. 
 

Uses of ParamInfo in cz.cuni.amis.pogamut.sposh.executor
 

Fields in cz.cuni.amis.pogamut.sposh.executor with type parameters of type ParamInfo
 Set<ParamInfo> PrimitiveData.params
          Parameters used by the primitive
 

Methods in cz.cuni.amis.pogamut.sposh.executor with parameters of type ParamInfo
 int ParamInfo.compareTo(ParamInfo o)
           
 

Constructor parameters in cz.cuni.amis.pogamut.sposh.executor with type arguments of type ParamInfo
PrimitiveData(String classFQN, String name, String description, String[] tags, Set<ParamInfo> parameters)
          Create new instance of PrimitiveData
 



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