Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOMConv Deprecation_FinalCleanup - DOMProtAttr #36

Closed
jshughes416 opened this issue Sep 7, 2019 · 0 comments
Closed

DOMConv Deprecation_FinalCleanup - DOMProtAttr #36

jshughes416 opened this issue Sep 7, 2019 · 0 comments

Comments

@jshughes416
Copy link
Contributor

IMTool/LDDTool Conversion from MOF to DOM model; Final cleanup; Focus on DOMProtAttr and similar methods.

jshughes416 pushed a commit that referenced this issue Sep 7, 2019
IMTool/LDDTool Conversion from MOF to DOM model; Final cleanup; Focus on DOMProtAttr and similar methods.

		1) 	DOMProtAttr.java 51   AttrDefn - Done.
				deprecate - AttrDefn lddUserAttribute

		2) DOMPermValDefn.java 62 AttrDefn, PermValueDefn - Done.
				deprecate createDOMPermValSingletons
				deprecate createDOMPermValSingletonsDOM

		3) GenSchematronRules.java  -> GenDOMRules - Validated change.
			  deprecate GenSchematronRules.java
			  update GetDOMModel - remove GenSchematronRules
			  deprecate GetModels - references GenSchematronRules

		4) DOMUseCase - Done.
		    InfoModel -> DOMInfoModel

		5) DOMDataType - Done.
	     Deprecate	- createDOMDataTypeSingletons
jshughes416 added a commit that referenced this issue Sep 7, 2019
…ecation_FinalCleanup---DOMProtAttr

Issue #36 DOMConv Deprecation_FinalCleanup - DOMProtAttr
jshughes416 pushed a commit that referenced this issue Sep 7, 2019
IMTool/LDDTool Conversion from MOF to DOM model; Final cleanup; Focus on DeprecatedDefn and similar methods.

1) XMLDocParserDomMDPTNConfig.java 57  AttrDefn
   Deprecate - 	AttrDefn lAttrMaster;

2) DeprecatedDefn
   InfoModel -> DOMInfoModel

3) WriteSchematronRulesPins - Validated deprecate
   deprecate - Wrote MODEL_RULES file. Initated Upper_Model standard rules in .pins file

4) GetDOMModel
   deprecate GenSchematronRules genSchematronRules = new GenSchematronRules ();
   deprecate genSchematronRules.genSchematronRules();

5) MasterDOMInfoModel.java 1457, 1475 AttrDefn, PDSObjDefn
   deprecate getPossibleRestrictedAttribute
   deprecate getPossibleRestrictedAssociation
   deprecate clonePDSObjDefnArrayList

6) DOMInfoModel.java 149, 154, 160, 161, PermValueDefn, PDSObjDefn - Partially Done. - Wait on PermValueDefn
   deprecate static PDSObjDefn LDDToolSingletonClass;
   convert static TreeMap <String, PermValueDefn> masterValueMeaningMap; - Not Done.
   deprecate ArrayList <PDSObjDefn> objArr;
   deprecate getSortedAlphaClassAssocAttrArr
   deprecate getAllAttrRecurse
   deprecate getPossibleRestrictedAttribute
   deprecate getPossibleRestrictedAssociation
   deprecate clonePDSObjDefnArrayList

7) DMDocument - Partially Done; Too many dependencies in MOF modules.
   Deprecate LDDModelArr = new ArrayList <LDDParser> ();
   Deprecate static public PDSObjDefn getClassDisposition
   Deprecate static PDSObjDefn LDDToolSingletonClass = null - Leave until after deprecation; Used in many MOF classes
   Deprecate static MasterInfoModel masterInfoModel; - Leave until after deprecation; Used in many MOF classes
jshughes416 added a commit that referenced this issue Sep 7, 2019
…ecation_FinalCleanup---DeprecatedDefn

Issue #36 DOMConv Deprecation_FinalCleanup - DeprecatedDefn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants