Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GateNLP/gate-core
/ firstNode
Method
firstNode
src/main/java/gate/AnnotationSet.java:242–242 ·
view source on GitHub ↗
Get the node with the smallest offset
()
Source
from the content-addressed store, hash-verified
240
* Get the node with the smallest offset
241
*/
242
public
Node firstNode();
243
244
/**
245
* Get the node with the largest offset
Callers
8
testNodesByOffset
Method · 0.65
contentFor
Method · 0.65
stringFor
Method · 0.65
start
Method · 0.65
getContainedAnnotations
Method · 0.65
getCoveringAnnotations
Method · 0.65
getOverlappingAnnotations
Method · 0.65
identifyTheRootAnnotation
Method · 0.65
Implementers
1
AnnotationSetImpl
src/main/java/gate/annotation/Annotati
Calls
no outgoing calls
Tested by
1
testNodesByOffset
Method · 0.52