Klasse FWSimInputAdapter

java.lang.Object
net.simplace.sim.io.FWSimIOAdapter
net.simplace.sim.io.resources.FWSimInputAdapter
Alle implementierten Schnittstellen:
FWSimFieldContainer
Bekannte direkte Unterklassen:
FWSimResourceAdapter, FWSimResourceAlias, FWSimResourceTransformer

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

    • iShouldCacheToDB

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

      protected JexlRuleScript iJexlScript
  • Konstruktordetails

    • FWSimInputAdapter

      protected FWSimInputAdapter(org.jdom2.Element aResourceElement, FWSimSession aSession, int aOrderNumber)
      Create Adapter from Resource Element
      Parameter:
      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
      Parameter:
      aResourceElement -
      aName -
      aOrderNumber -
      aInterface -
      aFrequence -
      aFwSimSession -
    • FWSimInputAdapter

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