com.ebmwebsourcing.easybpel.model.bpel.impl.compiler.validation
Class StaticAnalysisImpl

java.lang.Object
  extended by com.ebmwebsourcing.easybpel.model.bpel.impl.compiler.validation.StaticAnalysisImpl
All Implemented Interfaces:
com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.StaticAnalysis

public class StaticAnalysisImpl
extends java.lang.Object
implements com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.StaticAnalysis

Author:
Nicolas Salatge - eBM WebSourcing

Field Summary
 java.util.List<com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.Error> errors
           
 java.util.List<com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.Info> infos
           
 java.util.List<com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.Warning> warnings
           
 
Fields inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.StaticAnalysis
SA0013
 
Method Summary
 void addError(com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.Error e)
           
 void addInfo(com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.Info info)
           
 void addWarning(com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.Warning warn)
           
 java.util.List<com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.Error> getErrors()
           
 java.util.List<com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.Info> getInfos()
           
static com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.StaticAnalysis getInstance()
           
 java.util.List<com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.Warning> getWarnings()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

errors

public java.util.List<com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.Error> errors

warnings

public java.util.List<com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.Warning> warnings

infos

public java.util.List<com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.Info> infos
Method Detail

getInstance

public static com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.StaticAnalysis getInstance()

addError

public void addError(com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.Error e)
Specified by:
addError in interface com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.StaticAnalysis

getErrors

public java.util.List<com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.Error> getErrors()
Specified by:
getErrors in interface com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.StaticAnalysis

addWarning

public void addWarning(com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.Warning warn)
Specified by:
addWarning in interface com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.StaticAnalysis

getWarnings

public java.util.List<com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.Warning> getWarnings()
Specified by:
getWarnings in interface com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.StaticAnalysis

addInfo

public void addInfo(com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.Info info)
Specified by:
addInfo in interface com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.StaticAnalysis

getInfos

public java.util.List<com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.Info> getInfos()
Specified by:
getInfos in interface com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.StaticAnalysis


Copyright © 2008-2009 eBM WebSourcing. All Rights Reserved.