com.ebmwebsourcing.easyviper.core.api
Interface Core

All Superinterfaces:
Element, FractalComponent, java.io.Serializable

public interface Core
extends Element

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 Engine createEngine(ConfigurationEngine conf, java.lang.Class internalMessageType)
           
 ExternalEnvironment createExternalEnvironment(java.lang.String name)
           
 Model createModel(java.lang.String name, java.lang.Class<? extends Model> modelClass)
           
 Engine getEngine()
           
 ExternalEnvironment getExternalEnvironment()
           
 Model getModel()
           
 
Methods inherited from interface com.ebmwebsourcing.easyviper.core.api.engine.Element
setLog
 
Methods inherited from interface com.ebmwebsourcing.easyviper.core.api.engine.FractalComponent
create, destroy, getComponent, getName, init, setName, start, stop
 

Method Detail

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.