public class InteractionSet extends AccessibleSet<SimpleInteraction>
| Constructor and Description |
|---|
InteractionSet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(SimpleInteraction simpleInteraction)
If the interaction already exists, mediators are updated with merging.
|
accessclear, clone, contains, isEmpty, iterator, remove, size, spliteratorequals, hashCode, removeAlladdAll, containsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitaddAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArrayparallelStream, removeIf, streampublic boolean add(SimpleInteraction simpleInteraction)
add in interface Collection<SimpleInteraction>add in interface Set<SimpleInteraction>add in class HashSet<SimpleInteraction>simpleInteraction - interaction to addCopyright © 2015 BioPAX. All rights reserved.