net.simplace.simulation.io.resources.transformer.DefaultRuleTransformer

Transforms the content by a simple SQL-Statement driven on all tables read in the resources part.


public class DefaultRuleTransformer extends
net.simplace.simulation.io.resources.FWSimResourceTransformer {
// Public Constructors
public DefaultRuleTransformer(FWSimSession aSession, Element
aResourceElement, Integer aOrderNumber);
public DefaultRuleTransformer(FWSimSession aSession, Integer aOrderNumber);


// Public Instance Methods
public HashMap createVariables(); // Defines
net.simplace.simulation.io.FWSimIOAdapter


public FWSimResourceCache getData(FWSimVarMap aVarMap)
throws MissingSimResourceException; // Defines
net.simplace.simulation.io.resources.FWSimInputAdapter


public void fillVarMap(FWSimVarMap aSimVarMap);
// Defines
net.simplace.simulation.io.resources.FWSimResourceTransformer


public FWSimVariable.CONTENT_TYPE getContentType();
// Defines net.simplace.simulation.io.resources.FWSimInputAdapter


public void updateFields(FWObservable aObservable);
// Defines
net.simplace.simulation.io.resources.FWSimResourceTransformer




}



Hierarchy: java.lang.Object - net.simplace.simulation.io.FWSimIOAdapter (net.simplace.simulation.util.FWSimFieldContainer) - net.simplace.simulation.io.resources.FWSimInputAdapter - net.simplace.simulation.io.resources.FWSimResourceTransformer - DefaultRuleTransformer