org.oddjob.state
Class ParentStateConverter

java.lang.Object
  extended by org.oddjob.state.ParentStateConverter

public class ParentStateConverter
extends Object

Provides a conversion from a State to an equivalent ParentState.

Author:
rob

Constructor Summary
ParentStateConverter()
           
 
Method Summary
 ParentState toStructuralState(State state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParentStateConverter

public ParentStateConverter()
Method Detail

toStructuralState

public ParentState toStructuralState(State state)