availableForGraph: |
checks wether the service is available for the given graph
- (BOOL) availableForGraph: (id <FTGraph>) aGraph
availableForNode |
checks wether the service is available for the specified node
See Also:
- availableForNode:ofGraph:
- (BOOL) availableForNode: (id <FTNode>) aNode ofGraph: (id <FTGraph>) aGraph;
availableForNode:ofGraph: |
checks wether the service is available for the specified node
See Also:
- availableForNode
- (BOOL) availableForNode: (id <FTNode>) aNode ofGraph: (id <FTGraph>) aGraph;
availableForNodesOfGraph: |
checks wether the service is available for the specified graph
- (BOOL) availableForNodesOfGraph: (id <FTGraph>) aGraph;
(Last Updated August 27, 2006)