class Obj
Description
These set of functions are used to setup the base class 'Obj' within the ferite system.
class contents
[
NB. Highlighted attributes are static members
]
Functions
conformsToProtocol
(void)
- Test to see if the object conforms to a protocol
copy
()
- Return a copy of the object
getClass
()
- Obtain a reference to the class that the object is instantiated from
hash
()
- Create a hash key for the object
isSubclassofClass
(void)
- Tests to see if the class is a subclass of the parameter
respondsToMethod
(string)
- Returns true if the object responds to the method name given
Functions
function
conformsToProtocol
Test to see if the object conforms to a protocol
Description:
Tests to see if the object conforms to a specific protocol
Parameters:
Parameter #1: void
protocol
- The protocol to test against
Returns:
true on success false otherwise.
function
copy
Return a copy of the object
Declaration:
function copy()
Returns:
A copy of the object and all it's values
function
getClass
Obtain a reference to the class that the object is instantiated from
Declaration:
function getClass()
Returns:
A class
function
hash
Create a hash key for the object
Declaration:
function hash()
Returns:
A string containing a unique hash key for the object
function
isSubclassofClass
Tests to see if the class is a subclass of the parameter
Parameters:
Parameter #1: void
klass
- The class to check
Returns:
true on success false otherwise.
function
respondsToMethod
Returns true if the object responds to the method name given
Parameters:
Parameter #1: string
method
- The name of the method to look for
Returns:
true if it responds
Automatically generated at
12:07PM, Wednesday 25 May 2005
by
feritedoc
.