Uses of Interface
com.dna.jopt.member.unit.filter.auto.reason.INodeFilterReason
Packages that use INodeFilterReason
Package
Description
-
Uses of INodeFilterReason in com.dna.jopt.framework.body
Method parameters in com.dna.jopt.framework.body with type arguments of type INodeFilterReasonModifier and TypeMethodDescriptionvoidOptimization.onNodeFiltering(int code, String message, List<INodeFilterReason> filterReasons) -
Uses of INodeFilterReason in com.dna.jopt.framework.body.event
Method parameters in com.dna.jopt.framework.body.event with type arguments of type INodeFilterReasonModifier and TypeMethodDescriptionvoidIOptimizationEventListener.onNodeFiltering(int code, String message, List<INodeFilterReason> filterReasons) On node filtering.voidOptimizationEventListener.onNodeFiltering(int code, String message, List<INodeFilterReason> filterReasons) -
Uses of INodeFilterReason in com.dna.jopt.framework.stream.info.autofilter
Methods in com.dna.jopt.framework.stream.info.autofilter that return types with arguments of type INodeFilterReasonMethod parameters in com.dna.jopt.framework.stream.info.autofilter with type arguments of type INodeFilterReasonModifier and TypeMethodDescriptionvoidAutoFilterStreamer.stream(StatusCode statusCode, List<INodeFilterReason> filterReasons) voidIAutoFilterStreamer.stream(StatusCode statusCode, List<INodeFilterReason> filterReasons) Constructor parameters in com.dna.jopt.framework.stream.info.autofilter with type arguments of type INodeFilterReasonModifierConstructorDescriptionNodeFilteringEvent(StatusCode statusCode, List<INodeFilterReason> filterReasons) -
Uses of INodeFilterReason in com.dna.jopt.member.unit.filter.auto
Methods in com.dna.jopt.member.unit.filter.auto that return INodeFilterReasonModifier and TypeMethodDescriptionstatic INodeFilterReasonClusterFilterHelper.createSubstituteFilterReason(INode node) Methods in com.dna.jopt.member.unit.filter.auto that return types with arguments of type INodeFilterReasonModifier and TypeMethodDescriptionstatic Optional<org.apache.commons.math3.util.Pair<List<IOptimizationElement>,List<INodeFilterReason>>> ForceFilterHelper.getViolationCausingNodes(IEntity en, ILogicEntityRoute route, com.dna.jopt.framework.inputplausibility.properties.IPropertyProvider pp, com.dna.jopt.assessment.costassessor.IEntityCostAssessor assessor, INodeEdgeConnector connector, Class<? extends IAutoFilterNodeConstraint> c) -
Uses of INodeFilterReason in com.dna.jopt.member.unit.filter.auto.filternodeconstraint
Methods in com.dna.jopt.member.unit.filter.auto.filternodeconstraint that return INodeFilterReasonModifier and TypeMethodDescriptionAbstractAutoFilterConstraint.getFilterReason(INode node) IAutoFilterNodeConstraint.getFilterReason(INode element) Gets thefilter reasonwhy theNodewas filtered. -
Uses of INodeFilterReason in com.dna.jopt.member.unit.filter.auto.reason
Classes in com.dna.jopt.member.unit.filter.auto.reason that implement INodeFilterReason -
Uses of INodeFilterReason in com.dna.jopt.member.unit.unassign
Methods in com.dna.jopt.member.unit.unassign that return types with arguments of type INodeFilterReasonModifier and TypeMethodDescriptionINodeUnassigner.unassignNodes(List<IEntity> entities, List<IOptimizationElement> unassignedNodes) Unassigns the givenNodes.NodeUnassigner.unassignNodes(List<IEntity> entities, List<IOptimizationElement> unassignedNodesOrg)