java.lang.Objectorg.eclipse.gmt.umlx.registry.km3.resource.KM3ResourceFactoryImpl.Km3ModelContentAnalysis
public static class KM3ResourceFactoryImpl.Km3ModelContentAnalysis
Constructor Summary | |
---|---|
KM3ResourceFactoryImpl.Km3ModelContentAnalysis(org.eclipse.emf.ecore.xmi.XMIResource resource,
int errorCount,
int warningCount)
|
Method Summary | |
---|---|
int |
getErrorCount()
Return the number of errors detected by the analysis. |
org.eclipse.emf.ecore.resource.Resource |
getResource()
Return the resource resulting from the analysis. |
int |
getWarningCount()
Return the number of warnings detected by the analysis. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KM3ResourceFactoryImpl.Km3ModelContentAnalysis(org.eclipse.emf.ecore.xmi.XMIResource resource, int errorCount, int warningCount)
Method Detail |
---|
public int getErrorCount()
ModelContentAnalysis
getErrorCount
in interface ModelContentAnalysis
public org.eclipse.emf.ecore.resource.Resource getResource()
ModelContentAnalysis
getResource
in interface ModelContentAnalysis
public int getWarningCount()
ModelContentAnalysis
getWarningCount
in interface ModelContentAnalysis