ComputeValidationService

constructor();
loggerService: any
stateValidationService: any
stateSchemaService: any
_computeMap: any
addCompute: (computeName: string, computeSchema: IComputeSchema<any>) => void
getComputeList: () => string[]
validate: (computeName: string, source: string) => void