_auto.rpy

来自「RhapsodyModels Rhapsody的开发模块」· RPY 代码 · 共 76 行

RPY
76
字号
I-Logix-RPY-Archive version 2.0.1
{ IProject 
	- _name = "";
	- _UserColors = { IRPYRawContainer 
		- size = 16;
		- value = 16777215; 16777215; 16777215; 16777215; 16777215; 16777215; 16777215; 16777215; 16777215; 16777215; 16777215; 16777215; 16777215; 16777215; 16777215; 16777215; 
	}
	- _defaultPackageNumber = 0;
	- _defStateNumber = 0;
	- _defaultSubsystem = { ISubsystemHandle 
		- _metaClass = package;
		- _subsystem = "Default";
		- _class = "";
		- _name = "";
		- _ID = 1;
		- _stamp = 57328733;
	}
	- _configuration = { ICodeGenConfigInfoHandle 
		- _metaClass = configuration;
		- _subsystem = "";
		- _class = "";
		- _name = "DefaultConfig";
		- _ID = 1;
		- _stamp = 57328734;
	}
	- _properties = NULL;
	- Multiplicities = { IRPYRawContainer 
		- size = 4;
		- value = 
		{ IMultiplicityItem 
			- _name = "1";
			- _count = -1;
		}
		{ IMultiplicityItem 
			- _name = "*";
			- _count = -1;
		}
		{ IMultiplicityItem 
			- _name = "0,1";
			- _count = -1;
		}
		{ IMultiplicityItem 
			- _name = "1..*";
			- _count = -1;
		}
	}
	- Subsystems = { IRPYRawContainer 
		- size = 1;
		- value = 
		{ ISubsystem 
			- fileName = "Default";
		}
	}
	- Diagrams = { IRPYRawContainer 
		- size = 0;
	}
	- MSCS = { IRPYRawContainer 
		- size = 1;
		- value = 
		{ IMSC 
			- fileName = "Separation_Distance_Scenario";
		}
	}
	- Configs = { IRPYRawContainer 
		- size = 1;
		- value = 
		{ ICodeGenConfigInfo 
			- fileName = "DefaultConfig";
		}
	}
	- UCDiagrams = { IRPYRawContainer 
		- size = 0;
	}
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?