This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| Double [] [] p = (Double [] []) (new Double [numPoints] [dim]); | |
| int i = 0; | |
| while (i < numPoints) { | |
| labeled : { | |
| ((Double [] []) p) [i] = (Double []) (new Double [dim]); | |
| int j = 0; | |
| while (j < dim) { | |
| labeled : { | |
| ((Double []) ((Double [] []) p) [i]) [j] = Double.valueOf (Math.random ()); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| int nbConcreteActivitiesSisters = _nbExistingConcreteActivitiesChildren; | |
| int i = _nbExistingConcreteActivitiesChildren + 1; | |
| while (i <= _nbExistingConcreteActivitiesChildren + _occ) { | |
| labeled : { | |
| wilos.model.misc.concreteactivity.ConcreteActivity cact = new wilos.model.misc.concreteactivity.ConcreteActivity (); | |
| java.util.List < wilos.model.spem2.breakdownelement.BreakdownElement > bdes = new java.util.ArrayList < wilos.model.spem2.breakdownelement.BreakdownElement > (); | |
| bdes.addAll (this.getAllBreakdownElements (_activity)); | |
| if (_occ != 1 || _nbExistingConcreteActivitiesChildren != 0) { | |
| if (_activity.getPresentationName ().equals ("")) cact.setConcreteName (_activity.getName () + "#" + i); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /Users/rem/metalift/txl/qbs/allbench//WorkProductSExpTableBean.java | |
| { | |
| int numberOfFinishedActivity = 0; | |
| wilos.model.misc.project.Project project = this.projectService.getProject(((java.lang.String) wilos.presentation.web.utils.WebSessionService.getAttribute(wilos.presentation.web.utils.WebSessionService.PROJECT_ID))); | |
| if (this.concreteActivityService.getConcreteActivitiesFromProject(project).size() != 0) | |
| { | |
| labeled_1: { | |
| java.util.Iterator extfor$iter = this.concreteActivityService.getConcreteActivitiesFromProject(project).iterator(); | |
| while (extfor$iter.hasNext()) | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /Users/rem/metalift/txl/qbs/allbench//GuidanceService.java | |
| { | |
| java.util.Set<wilos.model.spem2.activity.Activity> tmp = new java.util.HashSet<wilos.model.spem2.activity.Activity>(); | |
| this.guidanceDao.getSessionFactory().getCurrentSession().saveOrUpdate(_guidance); | |
| java.util.Iterator extfor$iter = _guidance.getActivities().iterator(); | |
| while (extfor$iter.hasNext()) | |
| { | |
| wilos.model.spem2.activity.Activity act = (wilos.model.spem2.activity.Activity) extfor$iter.next(); | |
| tmp.add(act); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Examples of D3 transitions</title> | |
| <style> | |
| svg { | |
| border: 1px solid black; | |
| } | |
| fieldset { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Examples of D3 transitions</title> | |
| <style> | |
| svg { | |
| border: 1px solid black; | |
| } | |
| fieldset { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| âPNG | |