MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / runEjs

Method runEjs

src/org/opensourcephysics/tools/EjsTool.java:120–122  ·  view source on GitHub ↗

Runs the Ejs model corresponding to the given class. The model and resources required will be extracted using the ResourceLoader utility. @param _ejsClass Class @return boolean true if successful

(Class<?> _ejsClass)

Source from the content-addressed store, hash-verified

118 * @return boolean true if successful
119 */
120 static public boolean runEjs(Class<?> _ejsClass) {
121 return runEjs(_ejsClass, null);
122 }
123
124 /**
125 * Runs the Ejs model corresponding to the given class providing a given

Callers 1

actionPerformedMethod · 0.95

Calls 5

doRunEjsMethod · 0.95
invokeMethod · 0.80
showMessageDialogMethod · 0.80
getStringMethod · 0.65
getNameMethod · 0.65

Tested by

no test coverage detected