ch.bfh.algo.graph
Interface GraphFactory<PE,PV>

All Superinterfaces:
ForestFactory<PV>
All Known Implementing Classes:
DefaultGraphFactory

public interface GraphFactory<PE,PV>
extends ForestFactory<PV>


Method Summary
 PE castEdge(Position<?> edge)
           
 PV castVertex(Position<?> vertex)
           
 PE createEdge()
           
 PV createVertex()
           
 

Method Detail

createEdge

PE createEdge()

createVertex

PV createVertex()
Specified by:
createVertex in interface ForestFactory<PV>

castEdge

PE castEdge(Position<?> edge)

castVertex

PV castVertex(Position<?> vertex)
Specified by:
castVertex in interface ForestFactory<PV>