com.ebmwebsourcing.easyviper.core.api
Interface Core
- All Superinterfaces:
- Element, FractalComponent, java.io.Serializable
public interface Core
- extends Element
- Author:
- Nicolas Salatge - eBM WebSourcing
| Methods inherited from interface com.ebmwebsourcing.easyviper.core.api.engine.Element |
setLog |
createEngine
Engine createEngine(ConfigurationEngine conf,
java.lang.Class internalMessageType)
throws CoreException
- Throws:
CoreException
getEngine
Engine getEngine()
throws CoreException
- Throws:
CoreException
createModel
Model createModel(java.lang.String name,
java.lang.Class<? extends Model> modelClass)
throws CoreException
- Throws:
CoreException
getModel
Model getModel()
throws CoreException
- Throws:
CoreException
createExternalEnvironment
ExternalEnvironment createExternalEnvironment(java.lang.String name)
throws CoreException
- Throws:
CoreException
getExternalEnvironment
ExternalEnvironment getExternalEnvironment()
throws CoreException
- Throws:
CoreException
Copyright © 2009 eBM WebSourcing. All Rights Reserved.