Uses of Class
org.jomc.model.InheritanceModel.Node

Packages that use InheritanceModel.Node
org.jomc.model Object management and configuration model classes. 
 

Uses of InheritanceModel.Node in org.jomc.model
 

Methods in org.jomc.model that return InheritanceModel.Node
 InheritanceModel.Node<Implementation> InheritanceModel.Node.getDescendant()
          Gets the direct descendant node of the node.
 

Methods in org.jomc.model that return types with arguments of type InheritanceModel.Node
 Set<InheritanceModel.Node<Dependency>> InheritanceModel.getDependencyNodes(String implementation, String name)
          Gets a set holding effective dependency nodes of an implementation.
 Set<InheritanceModel.Node<ImplementationReference>> InheritanceModel.getImplementationReferenceNodes(String implementation, String identifier)
          Gets a set holding effective implementation reference nodes of an implementation.
 Set<InheritanceModel.Node<javax.xml.bind.JAXBElement<?>>> InheritanceModel.getJaxbElementNodes(String implementation, QName name)
          Gets a set holding effective JAXB element nodes of an implementation.
 Set<InheritanceModel.Node<Message>> InheritanceModel.getMessageNodes(String implementation, String name)
          Gets a set holding effective message nodes of an implementation.
 Set<InheritanceModel.Node<T>> InheritanceModel.Node.getOverriddenNodes()
          Gets a set of nodes overridden by the node.
 List<InheritanceModel.Node<Implementation>> InheritanceModel.Node.getPath()
          Gets the path to the node.
 Set<InheritanceModel.Node<Property>> InheritanceModel.getPropertyNodes(String implementation, String name)
          Gets a set holding effective property nodes of an implementation.
 Set<InheritanceModel.Node<Implementation>> InheritanceModel.getSourceNodes(String implementation)
          Gets a set holding source nodes of an implementation.
 Set<InheritanceModel.Node<SpecificationReference>> InheritanceModel.getSpecificationReferenceNodes(String implementation, String identifier)
          Gets a set holding effective specification reference nodes of an implementation.
 Set<InheritanceModel.Node<Element>> InheritanceModel.getXmlElementNodes(String implementation, QName name)
          Gets a set holding effective XML element nodes of an implementation.
 

Constructors in org.jomc.model with parameters of type InheritanceModel.Node
InheritanceModel.Node(Implementation implementation, Specification specification, Implementation classDeclaration, InheritanceModel.Node<Implementation> descendant, T modelObject, boolean finalNode, boolean overrideNode)
          Creates a new Node instance.
 



Copyright © 2005-2012 The JOMC Project. All Rights Reserved.Get JOMC at SourceForge.net. Fast, secure and Free Open Source software downloads
Please note that this documentation is maintained by non-native english speaking authors. As such, you may encounter phrases or wordings which seem imprecise or may even have a totally different meaning to native english speaking readers than what the individual author was trying to express. If you are a native english speaking reader and find any such phrases or wordings we kindly ask you to send an email to the corresponding author and help us improve this documentation in order to avoid misunderstandings. You will find the authors' email addresses at the top of each class. Please accept our apologies for any inconvenience caused.