Class AgentProcessExecution
-
- All Implemented Interfaces:
-
com.embabel.common.core.types.HasInfoString
public final class AgentProcessExecution implements HasInfoStringSuccessful result of directly trying to execute a goal. Failure results in an exception being thrown.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAgentProcessExecution.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Objectbasisprivate final Objectoutputprivate final AgentProcessagentProcesspublic final static AgentProcessExecution.CompanionCompanion
-
Method Summary
Modifier and Type Method Description final ObjectgetBasis()What triggered this result. final ObjectgetOutput()Output object final AgentProcessgetAgentProcess()Process that executed and is now complete StringinfoString(Boolean verbose, Integer indent)StringtoString()-
-
Method Detail
-
getAgentProcess
final AgentProcess getAgentProcess()
Process that executed and is now complete
-
infoString
String infoString(Boolean verbose, Integer indent)
-
-
-
-