| MethodExtension-class {simulator} | R Documentation |
An S4 class used to create an extended version of a method
Description
An object of class MethodExtension when added to a Method
creates a ExtendedMethod.
Details
This class inherits from the Component class.
Slots
namea short name identifier. Must be alphanumeric.
labela longer, human readable label that can have other characters such as spaces, hyphens, etc.
method_extensiona function with arguments "model", "draw", "out", and "base_method". This will become the function
extended_methodin theExtendedMethodobject that is created.
[Package simulator version 0.2.5 Index]