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

Method remove

src/main/java/gate/relations/RelationSet.java:585–588  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

583 }
584
585 @Override
586 public void remove() {
587 if(currentElement != null) deleteRelation(currentElement);
588 }
589
590 };
591 }

Callers

nothing calls this directly

Calls 1

deleteRelationMethod · 0.95

Tested by

no test coverage detected