Documentation of 'hep.aida.IFunctionCatalog' Java class
IFunctionCatalog
hep.aida

Interface IFunctionCatalog

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      boolean add(java.lang.String nameId, IFunction f)
      Remember persistently definition (code!) of a function under a name.
      boolean add(java.lang.String nameId, java.lang.String codelet) 
      java.lang.String[] list() 
      void loadAll(java.lang.String nameOnDisk) 
      void remove(java.lang.String nameId) 
      void storeAll(java.lang.String nameOnDisk) 
    • Method Detail

      • add

        boolean add(java.lang.String nameId,
                    IFunction f)
        Remember persistently definition (code!) of a function under a name. Scripted function created by the user may be automatically available in the subsequent analysis sessions. This is also a way to create new names for combinations of exisiting model functions ("G+G+E+P5"). Last but not least, system may be easily extended with model functions developed in the programming language directly. Predefined functions: "G","E","Pn".
      • add

        boolean add(java.lang.String nameId,
                    java.lang.String codelet)
      • list

        java.lang.String[] list()
      • remove

        void remove(java.lang.String nameId)
      • storeAll

        void storeAll(java.lang.String nameOnDisk)
               throws java.io.IOException
        Throws:
        java.io.IOException
      • loadAll

        void loadAll(java.lang.String nameOnDisk)
              throws java.io.IOException
        Throws:
        java.io.IOException

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.