ch.bfh.algo.forest
Interface ForestFactory<P>

All Known Subinterfaces:
GraphFactory<PE,PV>
All Known Implementing Classes:
DefaultGraphFactory

public interface ForestFactory<P>


Method Summary
 P castVertex(Position<?> position)
           
 P createVertex()
           
 

Method Detail

createVertex

P createVertex()

castVertex

P castVertex(Position<?> position)