Interface GraphFunction

  • All Superinterfaces:
    Function

    public interface GraphFunction
    extends Function
    A graph function operates based on graph attributes such as edge type or node degree. These values are different from AttributeFunction as they change when the graph topology change.