MCPcopy Create free account
hub / github.com/GateNLP/gate-core / getMembers

Method getMembers

src/main/java/gate/relations/Relation.java:40–40  ·  view source on GitHub ↗

Gets the members of the relation. @return an array containing annotation IDs.

()

Source from the content-addressed store, hash-verified

38 * @return an array containing annotation IDs.
39 */
40 public int[] getMembers();
41
42 /**
43 * Gets the arbitrary data associated with this relation

Callers 4

writeRelationSetMethod · 0.65
addMethod · 0.65
deleteRelationMethod · 0.65
transitiveClosureMethod · 0.65

Implementers 1

SimpleRelationsrc/main/java/gate/relations/SimpleRel

Calls

no outgoing calls

Tested by

no test coverage detected