public static class Range.SynapseRangeMatcher extends Range.Relation
| Modifier and Type | Field and Description |
|---|---|
boolean |
dir |
Synapse |
s |
BEGINS_WITH, CONTAINS, ENDS_WITH, EQUALS, OVERLAPS| Constructor and Description |
|---|
SynapseRangeMatcher(Synapse s,
boolean dir) |
| Modifier and Type | Method and Description |
|---|---|
Stream<Activation> |
getActivations(Iteration t,
Node n,
Integer rid,
Range r,
Option o,
Option.Relation or) |
boolean |
match(Range ra,
Range rb) |
public boolean dir
public Synapse s
public SynapseRangeMatcher(Synapse s, boolean dir)
public boolean match(Range ra, Range rb)
match in class Range.Relationpublic Stream<Activation> getActivations(Iteration t, Node n, Integer rid, Range r, Option o, Option.Relation or)
getActivations in class Range.RelationCopyright © 2017. All rights reserved.