# Generated by roxygen2: do not edit by hand

export(Agent)
export(Contact)
export(Event)
export(Population)
export(Simulation)
export(addAgent)
export(clearEvents)
export(getAgent)
export(getID)
export(getSize)
export(getState)
export(getTime)
export(getWaitingTime)
export(leave)
export(matchState)
export(newAgent)
export(newConfigurationModel)
export(newCounter)
export(newEvent)
export(newExpWaitingTime)
export(newGammaWaitingTime)
export(newPopulation)
export(newRandomMixing)
export(newStateLogger)
export(schedule)
export(setDeathTime)
export(setState)
export(setStates)
export(stateMatch)
export(unschedule)
importFrom(R6,R6Class)
importFrom(Rcpp,evalCpp)
useDynLib(ABM, .registration=TRUE)
