Methods


-actOn:
-addObject
Internal method used to register an object which may be references.
-addObject:withRefId:usingDictionary:
Internal method used to register an object which may be references.
-mayActOn:
-respondsToContext
-setReferenceToObject
Hands-off a referenced object to the object currently being on top of the stack
-setReferenceToObject:objectIdReference:usingMethod:usingDictionary:
Hands-off a referenced object to the object currently being on top of the stack

actOn:


- (BOOL) actOn: (ECXMLControlContext *) aContext;
Parameter Descriptions
aContext
current context to evaluate
method result
YES if no more rules should be evaluated

addObject


Internal method used to register an object which may be references.

See Also:
addObject:withRefId:usingDictionary:
- addObject: (id) anObject withRefId: (NSString *) aRefId usingDictionary: (NSMutableDictionary *) aDicitonary;
Parameter Descriptions
anObject
related object
aRefId
underlying reference identifier
aDictionary
dictionary used to store the new identifier and the corresponding object
method result
self

addObject:withRefId:usingDictionary:


Internal method used to register an object which may be references.

See Also:
addObject
- addObject: (id) anObject withRefId: (NSString *) aRefId usingDictionary: (NSMutableDictionary *) aDicitonary;
Parameter Descriptions
anObject
related object
aRefId
underlying reference identifier
aDictionary
dictionary used to store the new identifier and the corresponding object

mayActOn:


See Also:
respondsToContext
- (BOOL) mayActOn: (ECXMLControlContext *) aContext;
Parameter Descriptions
aContext
current context to evaluate

respondsToContext


See Also:
mayActOn:
- (BOOL) mayActOn: (ECXMLControlContext *) aContext;
Parameter Descriptions
aContext
current context to evaluate
method result
YES if the receiver should be valuated according to the given context

setReferenceToObject


Hands-off a referenced object to the object currently being on top of the stack

See Also:
setReferenceToObject:objectIdReference:usingMethod:usingDictionary:
- setReferenceToObject: (id) anObject objectIdReference: (NSString *) idName usingMethod: (NSString *) methodName usingDictionary: (NSMutableDictionary *) aDictionary;
Parameter Descriptions
idName
identifier string which references the object to hand-off
anObject
object to which the referenced object has to be hand-off
methodName
method to call
aDicitonary
global rule dictionary where the references are managed.
method result
self

setReferenceToObject:objectIdReference:usingMethod:usingDictionary:


Hands-off a referenced object to the object currently being on top of the stack

See Also:
setReferenceToObject
- setReferenceToObject: (id) anObject objectIdReference: (NSString *) idName usingMethod: (NSString *) methodName usingDictionary: (NSMutableDictionary *) aDictionary;
Parameter Descriptions
idName
identifier string which references the object to hand-off
anObject
object to which the referenced object has to be hand-off
methodName
method to call
aDicitonary
global rule dictionary where the references are managed.

(Last Updated November 08, 2007)