Class FullAStarNode.Factory

java.lang.Object
edu.duke.cs.osprey.astar.FullAStarNode.Factory
All Implemented Interfaces:
AStarNode.Factory<FullAStarNode>, Serializable
Enclosing class:
FullAStarNode

public static class FullAStarNode.Factory extends Object implements AStarNode.Factory<FullAStarNode>, Serializable
See Also: