Interface SessionLogicFactory
-
- All Known Implementing Classes:
ProdSessionLogicFactory
public interface SessionLogicFactoryCreated by ctha on 23-02-2016.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.intocps.orchestration.coe.scala.CoecreateCoe(java.io.File root)SessionLogiccreateSessionLogic(java.io.File root)
-
-
-
Method Detail
-
createCoe
org.intocps.orchestration.coe.scala.Coe createCoe(java.io.File root)
-
createSessionLogic
SessionLogic createSessionLogic(java.io.File root)
-
-