public class AnalyserRunningStrategyPersistence extends AbstractPersistence
AnalyserRunningStrategy
.Modifier and Type | Field and Description |
---|---|
protected String |
featureName |
protected String |
featureValue |
protected Serializable |
pr |
protected int |
runMode |
containingControllerName, initParamOverrides
Constructor and Description |
---|
AnalyserRunningStrategyPersistence() |
Modifier and Type | Method and Description |
---|---|
Object |
createObject()
Creates a new object from the data contained.
|
void |
extractDataFromSource(Object source)
Populates this Persistence with the data that needs to be stored from the
original source object.
|
protected int runMode
protected String featureName
protected String featureValue
protected Serializable pr
public void extractDataFromSource(Object source) throws PersistenceException
Persistence
PersistenceException
public Object createObject() throws PersistenceException, ResourceInstantiationException
Persistence
Copyright © 2024 GATE. All rights reserved.