Uses of Class
net.sf.tweety.arg.dung.semantics.ArgumentStatus
- 
Packages that use ArgumentStatus Package Description net.sf.tweety.arg.dung.semantics net.sf.tweety.arg.rankings.semantics  - 
- 
Uses of ArgumentStatus in net.sf.tweety.arg.dung.semantics
Fields in net.sf.tweety.arg.dung.semantics with type parameters of type ArgumentStatus Modifier and Type Field Description private java.util.Map<Argument,ArgumentStatus>Labeling. labelingThe actual labeling.Methods in net.sf.tweety.arg.dung.semantics that return ArgumentStatus Modifier and Type Method Description ArgumentStatusLabeling. get(java.lang.Object arg0)ArgumentStatusLabeling. put(Argument arg0, ArgumentStatus arg1)ArgumentStatusLabeling. remove(java.lang.Object arg0)static ArgumentStatusArgumentStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ArgumentStatus[]ArgumentStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.tweety.arg.dung.semantics that return types with arguments of type ArgumentStatus Modifier and Type Method Description java.util.Set<java.util.Map.Entry<Argument,ArgumentStatus>>Labeling. entrySet()java.util.Collection<ArgumentStatus>Labeling. values()Methods in net.sf.tweety.arg.dung.semantics with parameters of type ArgumentStatus Modifier and Type Method Description abstract ExtensionAbstractArgumentationInterpretation. getArgumentsOfStatus(ArgumentStatus status)Returns all arguments that have the given status in this interpretation.ExtensionExtension. getArgumentsOfStatus(ArgumentStatus status)ExtensionLabeling. getArgumentsOfStatus(ArgumentStatus status)ArgumentStatusLabeling. put(Argument arg0, ArgumentStatus arg1)Method parameters in net.sf.tweety.arg.dung.semantics with type arguments of type ArgumentStatus Modifier and Type Method Description voidLabeling. putAll(java.util.Map<? extends Argument,? extends ArgumentStatus> arg0) - 
Uses of ArgumentStatus in net.sf.tweety.arg.rankings.semantics
Methods in net.sf.tweety.arg.rankings.semantics with parameters of type ArgumentStatus Modifier and Type Method Description ExtensionLatticeArgumentRanking. getArgumentsOfStatus(ArgumentStatus status)ExtensionNumericalArgumentRanking. getArgumentsOfStatus(ArgumentStatus status) 
 -