Exemple #1
0
 public SixModelObject allocate(ThreadContext tc, STable st) {
   P6numInstance obj = new P6numInstance();
   obj.st = st;
   obj.value = Double.NaN;
   return obj;
 }
Exemple #2
0
 public SixModelObject deserialize_stub(ThreadContext tc, STable st) {
   P6numInstance obj = new P6numInstance();
   obj.st = st;
   return obj;
 }