Package jadex.rules.state.javaimpl
Class OAVStateFactory
- java.lang.Object
- 
- jadex.rules.state.javaimpl.OAVStateFactory
 
- 
 public class OAVStateFactory extends java.lang.ObjectFactory to decouple state creation.
- 
- 
Constructor SummaryConstructors Constructor Description OAVStateFactory()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static IOAVStatecreateOAVState(OAVTypeModel model)Create a new OAV state for the given type model.
 
- 
- 
- 
Method Detail- 
createOAVStatepublic static IOAVState createOAVState(OAVTypeModel model) Create a new OAV state for the given type model.
 
- 
 
-