abstractMethod {biodb}R Documentation

Declares a method as abstract

Description

This method must be called from within the abstract method.

Usage

abstractMethod(obj)

Arguments

obj

The object on which the abstract method is called.

Value

Nothing.


[Package biodb version 1.2.0 Index]