Class Macro


  • public class Macro
    extends java.lang.Object
    Definition of a macro. Each input will replace the word of its name
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      class  Macro.Assign  
    • Constructor Summary

      Constructors 
      Constructor Description
      Macro()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Operation createOperation​(java.util.HashMap<java.lang.String,​Macro> macros)  
      org.ejml.equation.TokenList execute​(java.util.List<org.ejml.equation.TokenList.Token> replacements)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Macro

        public Macro()
    • Method Detail

      • execute

        public org.ejml.equation.TokenList execute​(java.util.List<org.ejml.equation.TokenList.Token> replacements)
      • createOperation

        public Operation createOperation​(java.util.HashMap<java.lang.String,​Macro> macros)