Class IntegerLabelFilter
java.lang.Object
it.unimi.dsi.big.webgraph.labelling.IntegerLabelFilter
- All Implemented Interfaces:
Transform.LabelledArcFilter
public class IntegerLabelFilter extends Object implements Transform.LabelledArcFilter
-
Constructor Summary
Constructors Constructor Description IntegerLabelFilter(String... keyAndvalues)
IntegerLabelFilter(String key, int... value)
-
Method Summary
-
Constructor Details
-
IntegerLabelFilter
-
IntegerLabelFilter
-
-
Method Details
-
accept
Description copied from interface:Transform.LabelledArcFilter
Tells if the arc(i,j)
with labellabel
has to be accepted or not.- Specified by:
accept
in interfaceTransform.LabelledArcFilter
- Parameters:
i
- the source of the arc.j
- the destination of the arc.label
- the label of the arc.- Returns:
- if the arc has to be accepted.
-