All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cass.rollup.coprocessor.AssertionCoprocessor.js Maven / Gradle / Ivy

There is a newer version: 3.1.8
Show newest version
/**
 *  Created by fray on 5/30/17.
 */
var AssertionCoprocessor = function() {};
AssertionCoprocessor = stjs.extend(AssertionCoprocessor, null, [], function(constructor, prototype) {
    prototype.assertionProcessor = null;
    prototype.collectAssertions = function(ip, listOfCompetencies, success) {
        success(new Array());
    };
    prototype.mutateAssertions = function(ip, listOfCompetencies, success) {
        success();
    };
}, {assertionProcessor: "AssertionProcessor"}, {});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy