Package lipstone.joshua.parser.plugin.helpdata

Examples of lipstone.joshua.parser.plugin.helpdata.Keyword


    return null;
  }
 
  @Override
  public void loadKeywords() throws PluginConflictException {
    addKeyword(new Keyword("g", "the gravitational force on Earth's surface, 9.80", this));
    addKeyword(new Keyword("G", "Newton's gravitational constant", this));
    addKeyword(new Keyword("MSun", "The mass of the Sun", this));
    addKeyword(new Keyword("MEarth", "The mass of the Earth", this));
    addKeyword(new Keyword("h", "Planck's Constant", this));
    addKeyword(new Keyword("ke", "Coulomb's Constant", this));
    addKeyword(new Keyword("Melectron", "Mass of an electron", this));
    addKeyword(new Keyword("c", "The speed of light in meters per second", this));
  }
View Full Code Here


    return null;
  }
 
  @Override
  public void loadKeywords() throws PluginConflictException {
    addKeyword(new Keyword("e", "the constant e", this));
    addKeyword(new Keyword("pi", "the constant pi", this));
    addKeyword(new Keyword("ans", "the last answer", this));
    addKeyword(new Keyword("mem", "the value stored in memory", this));
  }
View Full Code Here

TOP

Related Classes of lipstone.joshua.parser.plugin.helpdata.Keyword

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.