Class Module

java.lang.Object
velo.ladealpha.main.Module

public class Module extends Object
The Class Module.
  • Constructor Details

    • Module

      public Module(String name, String[] methods, IMod cls)
      Instantiates a new module.
      Parameters:
      name - the name
      methods - the methods
      cls - the cls
    • Module

      public Module(String name)
      Instantiates a new module.
      Parameters:
      name - the name
    • Module

      public Module(String name, Module[] sub)
      Instantiates a new module.
      Parameters:
      name - the name
      sub - the sub
  • Method Details

    • getMethods

      public String[] getMethods()
      Gets the methods.
      Returns:
      the methods
    • setMethods

      public void setMethods(String[] methods)
      Sets the methods.
      Parameters:
      methods - the new methods
    • getCls

      public IMod getCls()
      Gets the cls.
      Returns:
      the cls
    • setCls

      public void setCls(IMod cls)
      Sets the cls.
      Parameters:
      cls - the new cls
    • getIsfinal

      public Boolean getIsfinal()
      Gets the isfinal.
      Returns:
      the isfinal
    • setIsfinal

      public void setIsfinal(Boolean isfinal)
      Sets the isfinal.
      Parameters:
      isfinal - the new isfinal
    • fin

      public Module fin()
      Fin.
      Returns:
      the module
    • getName

      public String getName()
      Gets the name.
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets the name.
      Parameters:
      name - the new name
    • getSub

      public Module[] getSub()
      Gets the sub.
      Returns:
      the sub
    • setSub

      public void setSub(Module[] sub)
      Sets the sub.
      Parameters:
      sub - the new sub