JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.tngtech.archunit.library.cycle_detection
Interface Edge<NODE>
@PublicAPI
(
usage
=
INHERITANCE
)
public interface
Edge<NODE>
Method Summary
All Methods
Static Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
static <N>
Edge
<N>
create
(N origin, N target)
NODE
getOrigin
()
NODE
getTarget
()
Method Details
getOrigin
NODE
getOrigin
()
getTarget
NODE
getTarget
()
create
@PublicAPI
(
usage
=
ACCESS
,
state
=
EXPERIMENTAL
)
static
<N>
Edge
<N>
create
(N origin, N target)