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

Packages that use AChannel
org.jlab.coda.afecs.agent   
org.jlab.coda.afecs.cool.ontology   
org.jlab.coda.afecs.plugin   
org.jlab.coda.afecs.plugin.dp   
 

Uses of AChannel in org.jlab.coda.afecs.agent
 

Methods in org.jlab.coda.afecs.agent with parameters of type AChannel
 boolean AAgent.isSet(AChannel c1, AChannel c2)
          Compares two AChannel objects
 

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

Methods in org.jlab.coda.afecs.cool.ontology that return types with arguments of type AChannel
 java.util.ArrayList<AChannel> APackage.getChannels()
           
 

Methods in org.jlab.coda.afecs.cool.ontology with parameters of type AChannel
 void APackage.addChannel(AChannel c)
           
 

Method parameters in org.jlab.coda.afecs.cool.ontology with type arguments of type AChannel
 void APackage.setChannels(java.util.ArrayList<AChannel> channels)
           
 

Uses of AChannel in org.jlab.coda.afecs.plugin
 

Methods in org.jlab.coda.afecs.plugin that return AChannel
 AChannel IAClientCommunication.readChannel(java.lang.String channelName)
           
 AChannel ASnmp.readChannel(java.lang.String channelName)
           
 AChannel ARc.readChannel(java.lang.String channelName)
           
 AChannel AEpics.readChannel(java.lang.String channelName)
           
 

Methods in org.jlab.coda.afecs.plugin that return types with arguments of type AChannel
 java.util.ArrayList<AChannel> IAClientCommunication.getAllChannels()
           
 java.util.ArrayList<AChannel> ASnmp.getAllChannels()
           
 java.util.ArrayList<AChannel> ARc.getAllChannels()
           
 java.util.ArrayList<AChannel> AEpics.getAllChannels()
           
 

Methods in org.jlab.coda.afecs.plugin with parameters of type AChannel
 void IAClientCommunication.addChannel(AChannel c)
           
 void ASnmp.addChannel(AChannel c)
           
 void ARc.addChannel(AChannel c)
           
 void AEpics.addChannel(AChannel c)
           
 boolean IAClientCommunication.setChannel(AChannel channel)
           
 boolean ASnmp.setChannel(AChannel channel)
           
 boolean ARc.setChannel(AChannel channel)
           
 boolean AEpics.setChannel(AChannel channel)
           
 

Uses of AChannel in org.jlab.coda.afecs.plugin.dp
 

Methods in org.jlab.coda.afecs.plugin.dp that return AChannel
 AChannel ADp.readChannel(java.lang.String channelName)
           
 

Methods in org.jlab.coda.afecs.plugin.dp that return types with arguments of type AChannel
 java.util.ArrayList<AChannel> ADp.getAllChannels()
           
 

Methods in org.jlab.coda.afecs.plugin.dp with parameters of type AChannel
 void ADp.addChannel(AChannel c)
           
 boolean ADp.setChannel(AChannel channel)