fdda.graphics
Interface WorkingPart

All Known Subinterfaces:
Line, Node
All Known Implementing Classes:
Line, Node

public interface WorkingPart

Interface for components that represent working parts in the model.

Author:
Jörg Rüdenauer

Method Summary
 boolean isWorking()
          Returns whether the component is working.
 void setWorking(boolean working)
          Sets whether the component is working.
 

Method Detail

isWorking

public boolean isWorking()
Returns whether the component is working.

Returns:
whether the component is working

setWorking

public void setWorking(boolean working)
Sets whether the component is working.

Parameters:
working - whether the component is working


API documentation for FDDA version 0.9. Generated on 17/02/2004 14:12.