Package | Description |
---|---|
org.jomc.model |
Object management and configuration model classes.
|
Modifier and Type | Method and Description |
---|---|
InheritanceModel.Node<Implementation> |
InheritanceModel.Node.getDescendant()
Gets the direct descendant node of the node.
|
Modifier and Type | Method and Description |
---|---|
Set<InheritanceModel.Node<ImplementationReference>> |
InheritanceModel.getCycleNodes(String implementation)
Gets a set holding implementation reference nodes of an implementation causing a cycle.
|
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.
|
Constructor and Description |
---|
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–2016 The JOMC Project. All rights reserved.