public abstract class BaseSailConfig extends AbstractSailImplConfig
Modifier | Constructor and Description |
---|---|
protected |
BaseSailConfig(String type) |
Modifier and Type | Method and Description |
---|---|
Resource |
export(Model graph) |
EvaluationStrategyFactory |
getEvaluationStrategyFactory() |
String |
getEvaluationStrategyFactoryClassName() |
void |
parse(Model graph,
Resource implNode) |
void |
setEvaluationStrategyFactoryClassName(String className) |
getConnectionTimeOut, getIterationCacheSyncThreshold, getType, setConnectionTimeOut, setIterationCacheSyncThreshold, setType, validate
protected BaseSailConfig(String type)
public String getEvaluationStrategyFactoryClassName()
public void setEvaluationStrategyFactoryClassName(String className)
public EvaluationStrategyFactory getEvaluationStrategyFactory() throws SailConfigException
SailConfigException
public Resource export(Model graph)
export
in interface SailImplConfig
export
in class AbstractSailImplConfig
public void parse(Model graph, Resource implNode) throws SailConfigException
parse
in interface SailImplConfig
parse
in class AbstractSailImplConfig
SailConfigException
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.