Uses of Class
org.jlab.coda.afecs.cool.ontology.AService

Packages that use AService
org.jlab.coda.afecs.cool.ontology   
 

Uses of AService in org.jlab.coda.afecs.cool.ontology
 

Methods in org.jlab.coda.afecs.cool.ontology that return AService
 AService AComponent.getService(java.lang.String s)
           
 

Methods in org.jlab.coda.afecs.cool.ontology that return types with arguments of type AService
 java.util.ArrayList<AService> AWidget.getActionServices()
           
 java.util.ArrayList<AService> AComponent.getServices()
           
 

Methods in org.jlab.coda.afecs.cool.ontology with parameters of type AService
 void AWidget.addActionService(AService actionService)
           
 void AComponent.addService(AService service)
           
 void AComponent.removeService(AService service)
           
 

Method parameters in org.jlab.coda.afecs.cool.ontology with type arguments of type AService
 void AWidget.setActionServices(java.util.ArrayList<AService> actionServices)
           
 void AComponent.setServices(java.util.ArrayList<AService> services)