|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The base class of the features associated with a PDTBNode. In this base form, it is associated with PDTBArg. Subclasses are associated with relations.
| Field Summary | |
static int |
Factual
Value indicating factuality. |
static java.lang.String |
FactualityAttributeQName
QName of the attribute whose value determines factuality. |
static java.lang.String |
FactualVal
String value of factuality. |
static java.lang.String |
NegativePolarityVal
String value of negative polarity. |
static int |
NonFactual
Value indicating non-factuality. |
static java.lang.String |
NonFactualVal
String value of non-factuality. |
static int |
NullFactual
Value indicating that factuality considerations don't apply. |
static java.lang.String |
NullFactualVal
String value of null factuality |
static java.lang.String |
PolarityAttributeQName
QName of the attribute whose value determines polarity. |
static int |
PolarityNegative
Value indicating negative polarity. |
static int |
PolarityPositive
Value indicating positive polarity. |
static java.lang.String |
PositivePolarityVal
String value of positive polarity. |
static java.lang.String |
SourceAttributeQName
QName of the attribute whose value is the source. |
static int |
SourceInherited
Value indicating source inheritance. |
static java.lang.String |
SourceInheritedVal
String value of source inheritance. |
static int |
SourceOther
Value indicating that source is an entity other than the writer. |
static java.lang.String |
SourceOtherVal
String value when the source is not the writer. |
static int |
SourceWriter
Value indicating source is the writer. |
static java.lang.String |
SourceWriterVal
String value when the source is the writer. |
| Method Summary | |
int |
getFactuality()
Get the factuality. |
PDTBNode |
getPDTBNode()
Get the node on with which these features are associated. |
int |
getPolarity()
Get the polarity. |
int |
getSource()
Get the source. |
void |
setPDTBNode(PDTBNode node)
Set the node with which these features are associated. |
void |
updateAttributesOnNode()
Update the attributes on the node to the string values of these features. |
| Field Detail |
public static final int SourceWriter
public static final int SourceOther
public static final int Factual
public static final int NonFactual
public static final int NullFactual
public static final int PolarityPositive
public static final int PolarityNegative
public static final int SourceInherited
public static final java.lang.String SourceAttributeQName
public static final java.lang.String FactualityAttributeQName
public static final java.lang.String PolarityAttributeQName
public static final java.lang.String PositivePolarityVal
public static final java.lang.String NegativePolarityVal
public static final java.lang.String FactualVal
public static final java.lang.String NonFactualVal
public static final java.lang.String NullFactualVal
public static final java.lang.String SourceWriterVal
public static final java.lang.String SourceOtherVal
public static final java.lang.String SourceInheritedVal
| Method Detail |
public int getSource()
public int getFactuality()
public int getPolarity()
public PDTBNode getPDTBNode()
public void setPDTBNode(PDTBNode node)
public void updateAttributesOnNode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||