abstractClass {biodb} | R Documentation |
Forbids instantiation of an abstract class. This method must be called from within a constructor of an abstract class. It will throw an error if a direct call is made to this constructor.
abstractClass(cls, obj)
cls |
The name of the abstract class to check. |
obj |
The object being instantiated. |
Nothing.