org.eclipse.gmt.umlx.km3.resource
Class KM3ResourceFactoryImpl.Km3ModelContentAnalysis

java.lang.Object
  extended by org.eclipse.gmt.umlx.km3.resource.KM3ResourceFactoryImpl.Km3ModelContentAnalysis
All Implemented Interfaces:
org.eclipse.gmt.umlx.registry.resource.ModelContentAnalysis
Enclosing class:
KM3ResourceFactoryImpl

public static class KM3ResourceFactoryImpl.Km3ModelContentAnalysis
extends java.lang.Object
implements org.eclipse.gmt.umlx.registry.resource.ModelContentAnalysis


Constructor Summary
KM3ResourceFactoryImpl.Km3ModelContentAnalysis(org.eclipse.emf.ecore.xmi.XMIResource resource, int errorCount, int warningCount)
           
 
Method Summary
 int getErrorCount()
           
 org.eclipse.emf.ecore.resource.Resource getResource()
           
 int getWarningCount()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KM3ResourceFactoryImpl.Km3ModelContentAnalysis

public KM3ResourceFactoryImpl.Km3ModelContentAnalysis(org.eclipse.emf.ecore.xmi.XMIResource resource,
                                                      int errorCount,
                                                      int warningCount)
Method Detail

getErrorCount

public int getErrorCount()
Specified by:
getErrorCount in interface org.eclipse.gmt.umlx.registry.resource.ModelContentAnalysis

getResource

public org.eclipse.emf.ecore.resource.Resource getResource()
Specified by:
getResource in interface org.eclipse.gmt.umlx.registry.resource.ModelContentAnalysis

getWarningCount

public int getWarningCount()
Specified by:
getWarningCount in interface org.eclipse.gmt.umlx.registry.resource.ModelContentAnalysis