Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
72:phase_freezes_prepare [2019/02/19 17:26] ext-bkkr72:phase_freezes_prepare [2019/02/25 16:46] – [Freeze Script Programming] ext-bkkr
Line 32: Line 32:
  
 <code> <code>
-<font inherit/Courier New,Courier,monospace;;inherit;;inherit><processtype ident="...">+<processtype ident="...">
 [...] [...]
 <element ident="phase" subtypes="phase <element ident="phase" subtypes="phase
Line 47: Line 47:
 </processtype></font> </processtype></font>
 </code> </code>
 +
 +
 ==== Freeze Script Programming ==== ==== Freeze Script Programming ====
  
Line 63: Line 65:
  
 <code> <code>
-<font inherit/Courier New,Courier,monospace;;inherit;;inherit>importPackage(Packages.java.util);+importPackage(Packages.java.util);
 importPackage(Packages.de.methodpark.pkit.facade.impl); importPackage(Packages.de.methodpark.pkit.facade.impl);
 +
 function getSelfAndTransitiveChildren(self) { function getSelfAndTransitiveChildren(self) {
 var result = new Array(); var result = new Array();