de.grogra.graph.impl
Interface GraphTransaction.Consumer

All Known Implementing Classes:
GraphTransaction.Consumer.Adapter, GraphTransaction.Consumer.Multicaster, GraphTransaction.Dump, Registry, State
Enclosing class:
GraphTransaction

public static interface GraphTransaction.Consumer


Nested Class Summary
static class GraphTransaction.Consumer.Adapter
           
static class GraphTransaction.Consumer.Multicaster
           
 
Method Summary
 void addEdgeBits(Node source, Node target, int mask)
           
 void removeEdgeBits(Node source, Node target, int mask)
           
 

Method Detail

addEdgeBits

void addEdgeBits(Node source,
                 Node target,
                 int mask)

removeEdgeBits

void removeEdgeBits(Node source,
                    Node target,
                    int mask)