- All Implemented Interfaces:
- Freezable
- Since:
- 2.2
- Author:
- Leonardo Uribe
- 
Constructor SummaryConstructors 
- 
Method Summary
void
 
Call this method when the object will be made available to the runtime 
   void
   
 
 
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Constructor Details
- 
FlowNodeImplpublic FlowNodeImpl(String id) 
 
- 
Method Details
- 
- 
- 
freezepublic void freeze() Call this method when the object will be made available to the runtime 
- Specified by:
- freezein interface- Freezable