org.ejtools.graph.service
Interface GraphService

All Superinterfaces:
GraphConsumerMediator
All Known Implementing Classes:
GraphServiceProvider

public interface GraphService
extends GraphConsumerMediator

Version:
$Revision: 1.5 $
Author:
Laurent Etiemble

Method Summary
 void addGraphConsumer(GraphConsumer consumer)
          Adds a feature to the GraphConsumer attribute of the GraphService object
 void addGraphProducer(GraphConsumer consumer, GraphProducer producer)
          Adds a feature to the GraphProducer attribute of the GraphService object
 void removeGraphConsumer(GraphConsumer consumer)
          Description of the Method
 void removeGraphProducer(GraphProducer producer)
          Description of the Method
 
Methods inherited from interface org.ejtools.graph.service.GraphConsumerMediator
getGraphConsumers
 

Method Detail

addGraphProducer

public void addGraphProducer(GraphConsumer consumer,
                             GraphProducer producer)
Adds a feature to the GraphProducer attribute of the GraphService object

Parameters:
producer - The feature to be added to the GraphProducer attribute
consumer - The feature to be added to the GraphProducer attribute

removeGraphProducer

public void removeGraphProducer(GraphProducer producer)
Description of the Method

Parameters:
producer - Description of the Parameter

addGraphConsumer

public void addGraphConsumer(GraphConsumer consumer)
Adds a feature to the GraphConsumer attribute of the GraphService object

Parameters:
consumer - The feature to be added to the GraphConsumer attribute

removeGraphConsumer

public void removeGraphConsumer(GraphConsumer consumer)
Description of the Method

Parameters:
consumer - Description of the Parameter


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.