Class CustomAlgorithm

All Implemented Interfaces:
Serializable

public class CustomAlgorithm extends Algorithm
Algorithm implemented in a specific language. This is XTCE InputOutputTriggerAlgorithmType
See Also:
  • Constructor Details

    • CustomAlgorithm

      public CustomAlgorithm(String name)
    • CustomAlgorithm

      public CustomAlgorithm(CustomAlgorithm a)
  • Method Details

    • getLanguage

      public String getLanguage()
    • setLanguage

      public void setLanguage(String language)
    • getAlgorithmText

      public String getAlgorithmText()
    • setAlgorithmText

      public void setAlgorithmText(String algorithmText)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • copy

      public CustomAlgorithm copy()
      return a shallow copy of the algorithm
      Returns: