Module dev.civl.mc

Interface SystemFunction

All Superinterfaces:
CIVLFunction, Sourceable

public interface SystemFunction extends CIVLFunction
A system function is a function that is implemented in a library executor, not in source code.
  • Method Details

    • getLibrary

      String getLibrary()
      Returns:
      The name of the library containing this system function.
    • setLibrary

      void setLibrary(String libraryName)
      Parameters:
      libraryName - The name of the library containing this system function.
    • needsEnabler

      boolean needsEnabler()
      returns true iff this system function needs special handling from the library enabler.
      Returns:
      true iff this system function needs special handling from the library enabler.