Class Support
This class models a support between two arguments. It comprises two attributes of
Argument and is used by
bipolar abstract argumentation theories.- Author:
- Lars Bengel
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumValue for distinguishing between different interpretations of the support relation -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Support
Default constructor; initializes the two arguments used in this support relation- Parameters:
supporter- the supporting argumentsupported- the supported argument
-
-
Method Details
-
getSupported
returns the supported argument of this support relation.- Returns:
- the supported argument of this support relation.
-
getSupporter
returns the supporting argument of this support relation.- Returns:
- the supporting argument of this support relation.
-
toString
- Overrides:
toStringin classDirectedEdge<Argument>
-
equals
-
hashCode
public int hashCode() -
contains
Determine whether the object is contained in this support- Parameters:
o- some object- Returns:
- "true" if o is contained
-