Ejemplo n.º 1
0
 public static InternalAction Create()
 {
     if (singleton == null)
     {
         singleton = new Terms2StringStdLib();
     }
     return(singleton);
 }
Ejemplo n.º 2
0
 public static InternalAction Create()
 {
     if (singleton == null)
     {
         singleton = new LowerCaseStdLib();
     }
     return(singleton);
 }
Ejemplo n.º 3
0
 public static InternalAction Create()
 {
     if (singleton == null)
     {
         singleton = new DfRegisterStdLib();
     }
     return(singleton);
 }
Ejemplo n.º 4
0
 public static InternalAction create()
 {
     if (singleton == null)
     {
         singleton = new MaxStdLib();
     }
     return(singleton);
 }
Ejemplo n.º 5
0
 private static InternalAction Create()
 {
     if (singleton == null)
     {
         singleton = new AddNestedSourceStdLib();
     }
     return(singleton);
 }
Ejemplo n.º 6
0
 public static InternalAction Create()
 {
     if (singleton == null)
     {
         singleton = new DifferenceStdLib();
     }
     return(singleton);
 }
Ejemplo n.º 7
0
 public static InternalAction Create()
 {
     if (singleton == null)
     {
         singleton = new AddAnnotStdLib();
     }
     return(singleton);
 }
Ejemplo n.º 8
0
 public static InternalAction Create()
 {
     if (singleton == null)
     {
         singleton = new PlanLabelStdLib();
     }
     return(singleton);
 }
Ejemplo n.º 9
0
 public new static InternalAction Create()
 {
     if (singleton == null)
     {
         singleton = new DfSubscribeStdLib();
     }
     return(singleton);
 }