com.partnersoft.v3x.apps.Staker.domain
Class IntermediatePointCommands

java.lang.Object
  extended by com.partnersoft.v3x.apps.Staker.domain.IntermediatePointCommands

public class IntermediatePointCommands
extends java.lang.Object

A factory for IntermediatePointCommands. Encapsulates the interactive logic of manipulation of IntermediatePoints.


Constructor Summary
IntermediatePointCommands()
           
 
Method Summary
static Command createAddIntermediatePointCommand(java.util.Set set, StakingNode tail, Coord3D coord)
          Returns a command object that, when invoked, adds a new IntermediatePoint to the set at the indicated point within the span of the tail StakingNode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntermediatePointCommands

public IntermediatePointCommands()
Method Detail

createAddIntermediatePointCommand

public static Command createAddIntermediatePointCommand(java.util.Set set,
                                                        StakingNode tail,
                                                        Coord3D coord)
Returns a command object that, when invoked, adds a new IntermediatePoint to the set at the indicated point within the span of the tail StakingNode.