net.simplace.sim.model.FWSimValueObject

SimValueObject contains FWSimVariables used for SimComponents to structure the data needs for huge components createVariables method has to be provided for each of them


public interface interface FWSimValueObject {


// Public Instance Methods
public void createVariables(HashMap aFieldMap, FWSimComponent aComponent);

returning the field map of the value object


}