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

Method addAll

src/main/java/gate/relations/RelationSet.java:504–513  ·  view source on GitHub ↗
(Collection<? extends Relation> relations)

Source from the content-addressed store, hash-verified

502 }
503
504 @Override
505 public boolean addAll(Collection<? extends Relation> relations) {
506 boolean modified = false;
507
508 for(Relation r : relations) {
509 modified |= add(r);
510 }
511
512 return modified;
513 }
514
515 @Override
516 public boolean contains(Object obj) {

Callers 2

getReferencingMethod · 0.45
transitiveClosureMethod · 0.45

Calls 1

addMethod · 0.95

Tested by

no test coverage detected