Uses of Class
project35.mda.model.ModelObjectCommentRegistry

Packages that use ModelObjectCommentRegistry
project35.io This package contains classes that manage most of the features for reading and writing data to file. 
project35.soa.validation The classes in this package support Project35's facilities for validating the data set. 
project35.tabletDeployment   
 

Uses of ModelObjectCommentRegistry in project35.io
 

Methods in project35.io with parameters of type ModelObjectCommentRegistry
 void XMLSubmissionFileWriter.initialiseCommentFacility(ModelObjectCommentRegistry modelObjectCommentRegistry, java.lang.Object userObject)
           
 void Project35DataFileWriter.initialiseCommentFacility(ModelObjectCommentRegistry modelObjectCommentRegistry, java.lang.Object userObject)
           
 void NativeFileFormatWriter.initialiseCommentFacility(ModelObjectCommentRegistry modelObjectCommentRegistry, java.lang.Object userObject)
           
 

Uses of ModelObjectCommentRegistry in project35.soa.validation
 

Methods in project35.soa.validation that return ModelObjectCommentRegistry
 ModelObjectCommentRegistry ValidationFacility.createModelObjectCommentRegistry()
           
 

Uses of ModelObjectCommentRegistry in project35.tabletDeployment
 

Methods in project35.tabletDeployment that return ModelObjectCommentRegistry
 ModelObjectCommentRegistry FileSpace.getModelObjectCommentRegistry()
           
 

Methods in project35.tabletDeployment with parameters of type ModelObjectCommentRegistry
 void FileSpace.setModelObjectCommentRegistry(ModelObjectCommentRegistry modelObjectCommentRegistry)