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

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

Methods in cz.cuni.amis.pogamut.sposh.elements that return Competence
 Competence PoshParser.competence()
          competence ::= C NAME ( NIL | "("
static Competence LapElementsFactory.createCompetence(Competence c)
          Create a C with same structure as passed c (only structure, no listeners or shared objects).
static Competence LapElementsFactory.createCompetence(String name, String... choices)
          Create a new competence with multiple choices.
 Competence PoshPlan.getC(String name)
          Return competence from this plan with specified name.
 Competence PoshPlan.getCompetence(int id)
          Get competence with id, equivalent of PoshPlan.getCompetences().List.get(int).
 

Methods in cz.cuni.amis.pogamut.sposh.elements that return types with arguments of type Competence
 List<Competence> PoshPlan.getCompetences()
          Get list of all competences.
 

Methods in cz.cuni.amis.pogamut.sposh.elements with parameters of type Competence
 void PoshPlan.addCompetence(Competence competence)
          Add competence node to the lap tree (add, emit)
static Competence LapElementsFactory.createCompetence(Competence c)
          Create a C with same structure as passed c (only structure, no listeners or shared objects).
 int PoshPlan.getCompetenceId(Competence competence)
          Get id of competence.
 void PoshPlan.removeCompetence(Competence removeCompetence)
          Remove competence from the plan and notify listeners about removal of child.
 



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