Uses of Class
cz.cuni.amis.pogamut.sposh.exceptions.DuplicateNameException

Packages that use DuplicateNameException
cz.cuni.amis.pogamut.sposh.elements This package contains parser for POSH plan, classes that represent elements of POSH plan and some auxiliry classes. 
cz.cuni.amis.pogamut.sposh.exceptions   
 

Uses of DuplicateNameException in cz.cuni.amis.pogamut.sposh.elements
 

Methods in cz.cuni.amis.pogamut.sposh.elements that throw DuplicateNameException
 void PoshPlan.addActionPattern(ActionPattern actionPattern)
          Add new AP to the lap plan (add, emit)
 void PoshPlan.addAdopt(Adopt adopt)
           
 void PoshPlan.addCompetence(Competence competence)
          Add competence node to the lap tree (add, emit)
 void DriveCollection.addDrive(DriveElement drive)
          Add passed drive as the last drive of this DC and emit new it.
 void DriveCollection.addDrive(int index, DriveElement drive)
           
 void Competence.addElement(CompetenceElement choice)
          Add passed element as the last element of this competence and emit.
 void Competence.addElement(int index, CompetenceElement choice)
          Add choice as the @index element of all competences choices + emit.
static Competence LapElementsFactory.createCompetence(String name, String... choices)
          Create a new competence with multiple choices.
 void ActionPattern.rename(String newAPName)
          Rename ActionPattern in the PoshPlan.
 void DriveElement.setDriveName(String newName)
          Set name of the drive to new name.
 void Adopt.setName(String name)
           
 void Competence.setName(String name)
          Change name of competence node.
 void ActionPattern.setName(String name)
          Set name of AP.
 void CompetenceElement.setName(String name)
          Set name of this choice.
 

Uses of DuplicateNameException in cz.cuni.amis.pogamut.sposh.exceptions
 

Methods in cz.cuni.amis.pogamut.sposh.exceptions that return DuplicateNameException
static DuplicateNameException DuplicateNameException.create(String name)
           
 



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