Uses of Class
fr.enedis.chutney.agent.domain.network.Agent
Packages that use Agent
-
Uses of Agent in fr.enedis.chutney.agent.domain.configure
Methods in fr.enedis.chutney.agent.domain.configure that return Agent -
Uses of Agent in fr.enedis.chutney.agent.domain.network
Methods in fr.enedis.chutney.agent.domain.network that return AgentModifier and TypeMethodDescriptionAgent.addReachable(Agent agent) Agent.addReachable(TargetId target) Methods in fr.enedis.chutney.agent.domain.network that return types with arguments of type AgentModifier and TypeMethodDescriptionAgentGraph.agents()Agent.findFellowAgentForReaching(String targetName, String environment) ImmutableNetworkDescription.localAgent()NetworkDescription.localAgent()Agent.reachableAgents()Methods in fr.enedis.chutney.agent.domain.network with parameters of type AgentModifier and TypeMethodDescriptionAgent.addReachable(Agent agent) ImmutableNetworkDescription.Builder.localAgent(Agent localAgent) Initializes the optional valuelocalAgentto localAgent.ImmutableNetworkDescription.withLocalAgent(Agent value) Copy the current immutable object by setting a present value for the optionallocalAgentattribute.Method parameters in fr.enedis.chutney.agent.domain.network with type arguments of type AgentModifier and TypeMethodDescriptionImmutableNetworkDescription.Builder.localAgent(Optional<? extends Agent> localAgent) Initializes the optional valuelocalAgentto localAgent.ImmutableNetworkDescription.withLocalAgent(Optional<? extends Agent> optional) Copy the current immutable object by setting an optional value for thelocalAgentattribute.Constructor parameters in fr.enedis.chutney.agent.domain.network with type arguments of type Agent