Uses of Class
guarana.framework.message.Parent

Packages that use Parent
guarana.framework.message Provides an implementation of message. 
 

Uses of Parent in guarana.framework.message
 

Methods in guarana.framework.message that return types with arguments of type Parent
 Set<Parent> Parent.getAncestors()
          Returns a all ancestors of this parent.
 Set<Parent> Header.getParents()
          Returns all parents of this message.
 

Method parameters in guarana.framework.message with type arguments of type Parent
 void Header.setParents(Set<Parent> parents)
          Sets all ancestors for this message.
 

Constructor parameters in guarana.framework.message with type arguments of type Parent
Parent(String ID, Set<Parent> ancestors)
          Constructs a new Parent.
 



Guaranį DSL Home