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