File: AllGenerics.R

package info (click to toggle)
r-bioc-hypergraph 1.54.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 152 kB
  • sloc: sh: 4; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 722 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
## 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"))