Uses of Interface
org.ceno.model.UnicastMessage

Packages that use UnicastMessage
org.ceno.model   
org.ceno.model.impl   
org.ceno.model.util   
org.ceno.tracker.cli   
org.ceno.tracker.cli.internal   
 

Uses of UnicastMessage in org.ceno.model
 

Methods in org.ceno.model that return UnicastMessage
 UnicastMessage ModelFactory.createUnicastMessage()
          Returns a new object of class 'Unicast Message'
 

Uses of UnicastMessage in org.ceno.model.impl
 

Classes in org.ceno.model.impl that implement UnicastMessage
 class UnicastMessageImpl
          An implementation of the model object 'Unicast Message'
 

Methods in org.ceno.model.impl that return UnicastMessage
 UnicastMessage ModelFactoryImpl.createUnicastMessage()
           
 

Uses of UnicastMessage in org.ceno.model.util
 

Methods in org.ceno.model.util with parameters of type UnicastMessage
 T ModelSwitch.caseUnicastMessage(UnicastMessage object)
          Returns the result of interpreting the object as an instance of 'Unicast Message'
 

Uses of UnicastMessage in org.ceno.tracker.cli
 

Methods in org.ceno.tracker.cli that return types with arguments of type UnicastMessage
 java.util.Collection<UnicastMessage> ICenoMessagesService.findUnicastMessages(Developer d)
           
 

Uses of UnicastMessage in org.ceno.tracker.cli.internal
 

Methods in org.ceno.tracker.cli.internal that return types with arguments of type UnicastMessage
 java.util.Collection<UnicastMessage> CachedCenoMessagesService.findUnicastMessages(Developer d)