- addArgument(Argument) - Method in class namargumentationsystem.ArgumentSet
-
Adds an argument to the set, must be in the same spectrum as the set
- addArgument(String, List<Opinion>) - Method in class namargumentationsystem.ArgumentSet
-
Creates a new argument and adds it to the set
- addArgument(Argument, Boolean) - Method in class namargumentationsystem.NormArgumentMap
-
Adds an argument to one of the two argument sets
- addArgument(String, Boolean) - Method in class namargumentationsystem.NormArgumentMap
-
Creates and adds a new argument to one of the two argument sets
- addOpinion(double) - Method in class namargumentationsystem.Argument
-
Creates a new opinion from the double and adds it to the argument's opinions.
- addOpinion(Opinion) - Method in class namargumentationsystem.Argument
-
Creates a new opinion from the double and adds it to the argument's opinions.
- alpha() - Static method in class namargumentationsystem.DEFAULT
-
Returns the default alpha
- alphaRelevantArguments(double) - Method in class namargumentationsystem.ArgumentSet
-
Returns the alpha-relevant arguments of the set as a new argument set
- Argument - Class in namargumentationsystem
-
This class implements an argument of the norm argument map
- Argument(String, Spectrum, ImportanceFunction) - Constructor for class namargumentationsystem.Argument
-
Creates a new argument
- Argument(String, List<Opinion>, Spectrum, ImportanceFunction) - Constructor for class namargumentationsystem.Argument
-
Creates a new argument
- ArgumentComparator - Class in namargumentationsystem
-
This class implements a comparator to compare arguments using their support
- ArgumentComparator() - Constructor for class namargumentationsystem.ArgumentComparator
-
- ArgumentSet - Class in namargumentationsystem
-
This class implements an argument set of the norm argument map
- ArgumentSet(Spectrum, ImportanceFunction) - Constructor for class namargumentationsystem.ArgumentSet
-
Creates a new argument set
- ArgumentSet(List<Argument>, Spectrum, ImportanceFunction) - Constructor for class namargumentationsystem.ArgumentSet
-
Creates a new argument set