Class FWSimInputAdapter

java.lang.Object
net.simplace.sim.io.FWSimIOAdapter
net.simplace.sim.io.resources.FWSimInputAdapter
All Implemented Interfaces:
FWSimFieldContainer
Direct Known Subclasses:
FWSimResourceAdapter, FWSimResourceAlias, FWSimResourceTransformer

public abstract class FWSimInputAdapter extends FWSimIOAdapter
Abstract implementation for the IO-Adapter for only reading input data
Author:
Andreas Enders
  • Field Details

    • iShouldCacheToDB

      protected Boolean iShouldCacheToDB
      if the content of the result cache should also be put to the database
    • iJexlScript

      protected JexlRuleScript iJexlScript
  • Constructor Details

    • FWSimInputAdapter

      protected FWSimInputAdapter(org.jdom2.Element aResourceElement, FWSimSession aSession, int aOrderNumber)
      Create Adapter from Resource Element
      Parameters:
      aResourceElement -
      aSession -
      aOrderNumber -
    • FWSimInputAdapter

      protected FWSimInputAdapter(org.jdom2.Element aResourceElement, String aName, int aOrderNumber, FWSimInterface<?> aInterface, FWSimIOAdapter.FREQUENCE aFrequence, FWSimSession aFwSimSession)
      called from graph panel to instantiate the adapter
      Parameters:
      aResourceElement -
      aName -
      aOrderNumber -
      aInterface -
      aFrequence -
      aFwSimSession -
    • FWSimInputAdapter

      protected FWSimInputAdapter(FWSimInputAdapter aAdapter, FWSimInterface<?> aInterface)
      update adapter calls this clone construtor
      Parameters:
      aAdapter -
      aInterface -
  • Method Details