Uses of Class
net.sf.tweety.commons.SingleSetSignature
-
Packages that use SingleSetSignature Package Description net.sf.tweety.arg.adf.syntax.adf net.sf.tweety.arg.dung.syntax net.sf.tweety.commons net.sf.tweety.logics.pl.syntax -
-
Uses of SingleSetSignature in net.sf.tweety.arg.adf.syntax.adf
Subclasses of SingleSetSignature in net.sf.tweety.arg.adf.syntax.adf Modifier and Type Class Description static class
AbstractDialecticalFramework.Signature
Methods in net.sf.tweety.arg.adf.syntax.adf that return SingleSetSignature Modifier and Type Method Description SingleSetSignature<Argument>
AbstractDialecticalFramework.Signature. clone()
-
Uses of SingleSetSignature in net.sf.tweety.arg.dung.syntax
Subclasses of SingleSetSignature in net.sf.tweety.arg.dung.syntax Modifier and Type Class Description class
DungSignature
This class captures the signature of a Dung theory, i.e. -
Uses of SingleSetSignature in net.sf.tweety.commons
Methods in net.sf.tweety.commons that return SingleSetSignature Modifier and Type Method Description abstract SingleSetSignature<T>
SingleSetSignature. clone()
-
Uses of SingleSetSignature in net.sf.tweety.logics.pl.syntax
Subclasses of SingleSetSignature in net.sf.tweety.logics.pl.syntax Modifier and Type Class Description class
PlSignature
This class captures the signature of a specific propositional language.
-