Пример #1
0
 public static InternalAction Create()
 {
     if (singleton == null)
     {
         singleton = new Terms2StringStdLib();
     }
     return(singleton);
 }
Пример #2
0
 public static InternalAction Create()
 {
     if (singleton == null)
     {
         singleton = new LowerCaseStdLib();
     }
     return(singleton);
 }
Пример #3
0
 public static InternalAction Create()
 {
     if (singleton == null)
     {
         singleton = new DfRegisterStdLib();
     }
     return(singleton);
 }
Пример #4
0
 public static InternalAction create()
 {
     if (singleton == null)
     {
         singleton = new MaxStdLib();
     }
     return(singleton);
 }
Пример #5
0
 private static InternalAction Create()
 {
     if (singleton == null)
     {
         singleton = new AddNestedSourceStdLib();
     }
     return(singleton);
 }
Пример #6
0
 public static InternalAction Create()
 {
     if (singleton == null)
     {
         singleton = new DifferenceStdLib();
     }
     return(singleton);
 }
Пример #7
0
 public static InternalAction Create()
 {
     if (singleton == null)
     {
         singleton = new AddAnnotStdLib();
     }
     return(singleton);
 }
Пример #8
0
 public static InternalAction Create()
 {
     if (singleton == null)
     {
         singleton = new PlanLabelStdLib();
     }
     return(singleton);
 }
Пример #9
0
 public new static InternalAction Create()
 {
     if (singleton == null)
     {
         singleton = new DfSubscribeStdLib();
     }
     return(singleton);
 }