Uses of Class
org.anchoranalysis.mpp.proposer.error.ErrorNode
| Package | Description |
|---|---|
| org.anchoranalysis.mpp.bean.proposer |
Proposing
Marks or other data-structures with particular
attributes. |
| org.anchoranalysis.mpp.proposer |
Non-bean classes for proposing
Marks or other data-structures
with particular attributes. |
| org.anchoranalysis.mpp.proposer.error |
Recording errors related to proposing
Marks or other
data-structures with particular attributes. |
-
Uses of ErrorNode in org.anchoranalysis.mpp.bean.proposer
Methods in org.anchoranalysis.mpp.bean.proposer with parameters of type ErrorNode Modifier and Type Method Description abstract Optional<List<org.anchoranalysis.spatial.point.Point3i>>PointsProposer. propose(org.anchoranalysis.spatial.point.Point3d point, Mark mark, Dimensions dimensions, RandomNumberGenerator randomNumberGenerator, ErrorNode errorNode)Proposes a list of points based on the given parameters. -
Uses of ErrorNode in org.anchoranalysis.mpp.proposer
Methods in org.anchoranalysis.mpp.proposer that return ErrorNode Modifier and Type Method Description ErrorNodeProposerContext. getErrorNode()Error node for tracking and managing errors.Methods in org.anchoranalysis.mpp.proposer with parameters of type ErrorNode Modifier and Type Method Description ProposerContextProposerContext. replaceError(ErrorNode errorNode)Creates a new ProposerContext with a replaced error node.Constructors in org.anchoranalysis.mpp.proposer with parameters of type ErrorNode Constructor Description ProposerContext(RandomNumberGenerator randomNumberGenerator, EnergyStack energyStack, RegionMap regionMap, OperationContext operationContext, ErrorNode errorNode) -
Uses of ErrorNode in org.anchoranalysis.mpp.proposer.error
Subclasses of ErrorNode in org.anchoranalysis.mpp.proposer.error Modifier and Type Class Description classErrorNodeNullA singleton implementation of ErrorNode that does nothing with errors.Methods in org.anchoranalysis.mpp.proposer.error that return ErrorNode Modifier and Type Method Description abstract ErrorNodeErrorNode. add(String errorMessage)Adds an error message to this node.ErrorNodeErrorNodeNull. add(String errorMessage)Methods in org.anchoranalysis.mpp.proposer.error with parameters of type ErrorNode Modifier and Type Method Description voidErrorNodeException. addToErrorNode(ErrorNode errorNode)Adds the error message associated with this exception to an ErrorNode.