Module xl.impl

Class Neighbors<N>

java.lang.Object
de.grogra.xl.impl.base.Neighbors<N>
Type Parameters:
N - node type
All Implemented Interfaces:
Operator<N>, ObjectToObjectGenerator<N,NodeEdgePair<N>>

public class Neighbors<N> extends Object implements Operator<N>
Author:
Ole Kniemeyer
  • Field Details

    • model

      protected final RuntimeModel model
    • mask

      protected final int mask
    • copy

      protected final int copy
    • add

      protected final int add
    • addWhenMatching

      protected final int addWhenMatching
    • addOrCopy

      protected final int addOrCopy
    • outgoing

      protected final boolean outgoing
    • excludeRefinement

      protected boolean excludeRefinement
  • Constructor Details

    • Neighbors

      public Neighbors(RuntimeModel model, int mask, int copy, int add, int addWhenMatching, boolean outgoing)
    • Neighbors

      public Neighbors(RuntimeModel model, int mask, int copy, int add, int addWhenMatching, boolean outgoing, boolean excludeRefinement)
  • Method Details