| Package | Description |
|---|---|
| org.rhq.helpers.perftest.support.jpa | |
| org.rhq.helpers.perftest.support.jpa.mapping |
| Modifier and Type | Method and Description |
|---|---|
Set<Edge> |
Node.getEdges() |
Set<Edge> |
Node.getIncomingEdges() |
Set<Edge> |
Node.getOutgoingEdges() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Node.addEdge(Edge edge)
This method is called from
Node.addParent(Node, Field, Field, DependencyType) and
Node.addChild(Node, Field, Field, DependencyType) methods to actually store an instance
of an edge in this instance's edge set. |
boolean |
DependencyInclusionResolver.isValid(Edge edge) |
boolean |
ConfigurableDependencyInclusionResolver.isValid(Edge edge)
An edge (relationship) is considered valid based on the dependency graph provided in this instance's
constructor.
|
boolean |
EagerMappingInclusionResolver.isValid(Edge edge) |
| Modifier and Type | Method and Description |
|---|---|
RelationshipTranslation |
MappingTranslator.translate(Edge edge) |
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.