Class IntegerLabelFilter
java.lang.Object
it.unimi.dsi.big.webgraph.labelling.IntegerLabelFilter
- All Implemented Interfaces:
Transform.LabelledArcFilter
-
Constructor Summary
ConstructorsConstructorDescriptionIntegerLabelFilter(String... keyAndvalues) IntegerLabelFilter(String key, int... value) -
Method Summary
-
Constructor Details
-
IntegerLabelFilter
-
IntegerLabelFilter
-
-
Method Details
-
accept
Description copied from interface:Transform.LabelledArcFilterTells if the arc(i,j)with labellabelhas to be accepted or not.- Specified by:
acceptin 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.
-