Interface INewNodeDescription<N,A>
-
- Type Parameters:
N- Node typeA- Arc type
public interface INewNodeDescription<N,A>Describes a new node and the edge to it that are to be added to an explicit graph model.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgetArcLabel()NgetFrom()NgetTo()
-