void |
checkModel(RoomModel model)
Methods inherited from class org.eclipse.etrice.core.validation.RoomJavaValidator |
checkActorRefIsNotCircular, checkAttributeNotCircular, checkBaseClassesNotCircular, checkBaseClassesNotCircular, checkBaseClassesNotCircular, checkExecModelConsistent, checkImportedNamespace, checkInstancePath, checkInterfaceItemUniqueName, checkLogicalSystem, checkMessage, checkPort, checkPortCompatibility, checkProtocol, checkServiceCompatibility, checkState, checkSubSystem, checkTransition, checkTrPoint, checkTypeNameStartsWithCapital |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RoomModelValidator
public RoomModelValidator()
checkModel
issueError
public void issueError(java.lang.String msg,
EObject source,
EStructuralFeature feature,
int index)
issueWarning
public void issueWarning(java.lang.String msg,
EObject source,
EStructuralFeature feature,
int index)
logInfo
public void logInfo(java.lang.String text)
- Specified by:
logInfo in interface ILogger
- Parameters:
text - informational text
logError
public void logError(java.lang.String text,
EObject obj)
- Specified by:
logError in interface ILogger
- Parameters:
text - error textobj - EObject (if available) where the error occurred
|