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

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

Methods in cz.cuni.amis.pogamut.sposh.elements that throw InvalidNameException
 void Sense.changeTo(Sense other)
          Take other sense and change all attributes in the sense to be same as in other sense.
 void Competence.rename(String newCompetenceName)
          Rename Competence in the PoshPlan.
 void ActionPattern.rename(String newAPName)
          Rename ActionPattern in the PoshPlan.
 void TriggeredAction.setActionName(String newName)
          Set name of the action.
 void DriveElement.setDriveName(String newName)
          Set name of the drive to new name.
 void DriveCollection.setName(String newName)
          Change name of the DC and notify property listeners.
 void CompetenceElement.setName(String name)
          Set name of this choice.
 void Competence.setName(String name)
          Change name of competence node.
 void Adopt.setName(String name)
           
 void ActionPattern.setName(String name)
          Set name of AP.
 void Sense.setSenseName(String newSenseName)
          Set new sense name if new name matches IDENT_PATTERN, name will be trimmed.
 

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

Methods in cz.cuni.amis.pogamut.sposh.exceptions that return InvalidNameException
static InvalidNameException InvalidNameException.create(String name)
          Create an exception about invalid name
 



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