public void pc2(GRGEN_LIBGR.IActionExecutionEnvironment actionEnv_, GRGEN_LIBGR.IGraph graph_, GRGEN_LIBGR.IGraphElement elem_, string var_ss, Own var_oo, out string _out_param_0, out Own _out_param_1)
 {
     _out_param_0 = var_ss;
     _out_param_1 = var_oo;
     return;
 }
 public static bool IsEqual(Own this_, Own that)
 {
     return(this_ == that); // equal if identical, default implementation
 }
 public static bool IsLower(Own this_, Own that)
 {
     throw new Exception("not implemented");
 }
 public static Own Copy(Own that)
 {
     return(that); // copy reference, default implementation
 }
 public void pc2(GRGEN_LIBGR.IActionExecutionEnvironment actionEnv_, GRGEN_LIBGR.IGraph graph_, GRGEN_LIBGR.IGraphElement elem_, string var_ss, Own var_oo, out string _out_param_0, out Own _out_param_1)
 {
     _out_param_0 = var_ss;
     _out_param_1 = var_oo;
     return;
 }
		public static bool IsLower(Own this_, Own that)
        {
            throw new Exception("not implemented");
        }
 public static bool IsEqual(Own this_, Own that)
 {
     return this_ == that; // equal if identical, default implementation
 }
		public static Own Copy(Own that)
        {
            return that; // copy reference, default implementation
        }