Interface HtmlDocumentCompareFactory
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EFactory,- org.eclipse.emf.ecore.EModelElement,- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- HtmlDocumentCompareFactoryImpl
 
 public interface HtmlDocumentCompareFactory extends org.eclipse.emf.ecore.EFactoryThe Factory for the model. It provides a create method for each non-abstract class of the model.- See Also:
- HtmlDocumentComparePackage
 
- 
- 
Field SummaryFields Modifier and Type Field Description static HtmlDocumentCompareFactoryeINSTANCEThe singleton instance of the factory.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description HtmlDocumentComparisonNodecreateHtmlDocumentComparisonNode()Returns a new object of class 'Html Document Comparison Node'.HtmlDocumentComparePackagegetHtmlDocumentComparePackage()Returns the package supported by this factory.- 
Methods inherited from interface org.eclipse.emf.ecore.EFactoryconvertToString, create, createFromString, getEPackage, setEPackage
 - 
Methods inherited from interface org.eclipse.emf.ecore.EModelElementgetEAnnotation, getEAnnotations
 
- 
 
- 
- 
- 
Field Detail- 
eINSTANCEstatic final HtmlDocumentCompareFactory eINSTANCE The singleton instance of the factory.
 
- 
 - 
Method Detail- 
createHtmlDocumentComparisonNodeHtmlDocumentComparisonNode createHtmlDocumentComparisonNode() Returns a new object of class 'Html Document Comparison Node'.- Returns:
- a new object of class 'Html Document Comparison Node'.
 
 - 
getHtmlDocumentComparePackageHtmlDocumentComparePackage getHtmlDocumentComparePackage() Returns the package supported by this factory.- Returns:
- the package supported by this factory.
 
 
- 
 
-