R/AllGenerics.R

## FIXME: Is there a way to ask for the generic from package graph?  That's
## the one we want, if defined.
setGeneric("label", function(object) standardGeneric("label"))


setGeneric("label<-", function(object, value) standardGeneric("label<-"))


setGeneric("toUndirected", function(.Object) standardGeneric("toUndirected"))


setGeneric("hyperedges", function(.Object) standardGeneric("hyperedges"))


setGeneric("hyperedgeLabels",
           function(.Object) standardGeneric("hyperedgeLabels"))


setGeneric("inciMat", function(.Object) standardGeneric("inciMat"))


setGeneric("inciMat2HG", function(.Object) standardGeneric("inciMat2HG"))


setGeneric("toGraphNEL", function(.Object) standardGeneric("toGraphNEL"))
Bioconductor/hypergraph documentation built on Oct. 29, 2023, 5:08 p.m.