Interface ExploreResult
-
- All Known Implementing Classes:
ImmutableExploreResult
@Immutable @Enclosing public interface ExploreResultSet ofExploreResult.Linkrepresenting known agentLinks duringConfigurationState.EXPLORINGphase.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceExploreResult.Link<SOURCE,DESTINATION>A directed link, meaningExploreResult.Link.source()can reachExploreResult.Link.destination().static interfaceExploreResult.Links<SOURCE,DESTINATION>
-
Field Summary
Fields Modifier and Type Field Description static ExploreResultEMPTY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExploreResult.Links<AgentId,AgentId>agentLinks()ExploreResult.Links<AgentId,TargetId>targetLinks()
-
-
-
Field Detail
-
EMPTY
static final ExploreResult EMPTY
-
-
Method Detail
-
agentLinks
@Parameter ExploreResult.Links<AgentId,AgentId> agentLinks()
-
targetLinks
@Parameter ExploreResult.Links<AgentId,TargetId> targetLinks()
-
-