コード例 #1
0
 public static InternalAction Create()
 {
     if (singleton == null)
     {
         singleton = new Terms2StringStdLib();
     }
     return(singleton);
 }
コード例 #2
0
ファイル: LowerCaseStdLib.cs プロジェクト: nasa03/Jasonity
 public static InternalAction Create()
 {
     if (singleton == null)
     {
         singleton = new LowerCaseStdLib();
     }
     return(singleton);
 }
コード例 #3
0
ファイル: DfRegisterStdLib.cs プロジェクト: nasa03/Jasonity
 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
ファイル: DifferenceStdLib.cs プロジェクト: nasa03/Jasonity
 public static InternalAction Create()
 {
     if (singleton == null)
     {
         singleton = new DifferenceStdLib();
     }
     return(singleton);
 }
コード例 #7
0
ファイル: AddAnnotStdLib.cs プロジェクト: nasa03/Jasonity
 public static InternalAction Create()
 {
     if (singleton == null)
     {
         singleton = new AddAnnotStdLib();
     }
     return(singleton);
 }
コード例 #8
0
ファイル: PlanLabelStdLib.cs プロジェクト: nasa03/Jasonity
 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);
 }