Class CoalitionArgument
java.lang.Object
org.tweetyproject.arg.dung.syntax.Argument
org.tweetyproject.arg.bipolar.syntax.CoalitionArgument
- All Implemented Interfaces:
Comparable<Argument>,DungEntity,Formula,Node
A representation of a set of arguments (called coalition) that represent an argument in a meta-graph.
- Author:
- Lars Bengel
-
Constructor Summary
ConstructorsConstructorDescriptionCoalitionArgument(Collection<Argument> args) Initializes a new Coalition-Argument for the given set -
Method Summary
Modifier and TypeMethodDescriptionReturns the arguments associated with this entityMethods inherited from class org.tweetyproject.arg.dung.syntax.Argument
compareTo, equals, getLdoArgument, getLdoFormula, getName, getSignature, hashCode, setName, toString
-
Constructor Details
-
CoalitionArgument
Initializes a new Coalition-Argument for the given set- Parameters:
args- a set of arguments
-
-
Method Details
-
getArguments
Returns the arguments associated with this entity- Returns:
- a set of arguments
-