Interface | R Documentation |
Package: R.oo
Class Interface
+--
Interface
Directly known subclasses:
public class Interface
This class represents a special set of classes whose purpose is to provide methods (but not fields) shared by multiple different classes.
Interface(core=NA, ...)
core |
The core value. |
... |
Not used. |
Methods:
extend | Extends another Interface class. | |
print | Prints an Interface. | |
uses | Specifies that an object uses this Interface. | |
Henrik Bengtsson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.