public class Argument extends java.lang.Object implements DungEntity, Node
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
name
The name of the argument.
|
Constructor and Description |
---|
Argument(java.lang.String name)
Default constructor that assigns the given
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
LdoArgument |
getLdoArgument() |
LdoFormula |
getLdoFormula()
Returns a logical representation of this entity in LDO
(Logic of dialectical outcomes, cf.
|
java.lang.String |
getName()
returns the name of the argument
|
Signature |
getSignature()
Returns the signature of the language of this formula.
|
int |
hashCode() |
void |
setName(java.lang.String name)
sets the name of the argument
|
java.lang.String |
toString() |
public Argument(java.lang.String name)
name
- the name of the argumentpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the name of the argumentpublic Signature getSignature()
Formula
getSignature
in interface Formula
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public LdoFormula getLdoFormula()
DungEntity
getLdoFormula
in interface DungEntity
public LdoArgument getLdoArgument()