public interface Relation extends Serializable, IdBearer, FeatureBearer
| Modifier and Type | Field and Description |
|---|---|
static String |
COREF
Relation type for co-reference relations.
|
| Modifier and Type | Method and Description |
|---|---|
int[] |
getMembers()
Gets the members of the relation.
|
String |
getType()
Get the type of the relation (e.g.
|
Object |
getUserData()
Gets the arbitrary data associated with this relation
|
void |
setUserData(Object data)
Sets the arbitrary data associated with this relation
|
getFeatures, setFeaturesstatic final String COREF
int[] getMembers()
Object getUserData()
void setUserData(Object data)
data - the arbitrary data associated with this
relationCopyright © 2024 GATE. All rights reserved.