Uses of Class
net.sf.tweety.logics.commons.error.LanguageException
-
Packages that use LanguageException Package Description net.sf.tweety.logics.commons.syntax.interfaces -
-
Uses of LanguageException in net.sf.tweety.logics.commons.syntax.interfaces
Methods in net.sf.tweety.logics.commons.syntax.interfaces that throw LanguageException Modifier and Type Method Description voidAtom. addArgument(Term<?> arg)Adds an argument to the atom's argument listvoidTypedStructure. addArgumentType(Sort argType)Adds the given Sort as argument type to the typed StructureSortTypedStructure. removeArgumentType(int index)Removes the argument type at the specified indexbooleanTypedStructure. removeArgumentType(Sort argType)Removes the given Sort from the list of argument typesvoidTypedStructure. setName(String name)Changes the name of the Structure
-