| Package | Description |
|---|---|
| org.rhq.helpers.perftest.support.jpa |
| Modifier and Type | Method and Description |
|---|---|
DependencyType |
Edge.getDependencyType() |
static DependencyType |
DependencyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DependencyType[] |
DependencyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Node.addChild(Node child,
Field childField,
Field thisField,
DependencyType dependencyType)
Similar to
Node.addParent(Node, Field, Field, DependencyType) but creates an edge
with this node being the "from" and the child node being the "to" of the newly created edge. |
void |
Node.addParent(Node parent,
Field parentField,
Field thisField,
DependencyType dependencyType)
Add a parent node.
|
| Constructor and Description |
|---|
Edge(Node from,
Node to,
Field fromField,
Field toField,
DependencyType dependencyType) |
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.