R/RcppExports.R

Defines functions createPathLog valueOfConnectionPaths unstructuredElements maxV

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

createPathLog <- function(path_log, relations) {
    .Call(`_understandBPMN_createPathLog`, path_log, relations)
}

valueOfConnectionPaths <- function(path_log, valueNodes) {
    .Call(`_understandBPMN_valueOfConnectionPaths`, path_log, valueNodes)
}

unstructuredElements <- function(pathLog, join_elements_and_loop_split) {
    .Call(`_understandBPMN_unstructuredElements`, pathLog, join_elements_and_loop_split)
}

maxV <- function(vector) {
    .Call(`_understandBPMN_maxV`, vector)
}

Try the understandBPMN package in your browser

Any scripts or data that you put into this service are public.

understandBPMN documentation built on Sept. 27, 2019, 5:03 p.m.