Uses of Interface
com.dna.jopt.member.unit.color.INodeColor
-
Uses of INodeColor in com.dna.jopt.member.unit.color
Modifier and TypeFieldDescriptionstatic final INodeColor
NodeColors.BREAKFIX
The BREAKFIX INodeColor.static final INodeColor
NodeColors.CONTRACTOR
The CONTRACTOR INodeColor.static final INodeColor
NodeColors.DEFAULT
The DEFAULT INodeColor.static final INodeColor
NodeColors.PREVENTIVE
The PREVENTIVE INodeColor.Modifier and TypeMethodDescriptionAbsoluteNodeColorCapacityItem.getColor()
NodeColorCapacityItem.getColor()
ModifierConstructorDescriptionAbsoluteNodeColorCapacityItem
(INodeColor color, int minNumAbsoluteUsage, int maxNumAbsoluteUsage) NodeColorCapacityItem
(INodeColor color, double maxJoinableUsagePercent) -
Uses of INodeColor in com.dna.jopt.member.unit.node
Modifier and TypeMethodDescriptionAbstractNode.getNodeColor()
INode.getNodeColor()
Gets theINodeColor
of theNode
.Modifier and TypeMethodDescriptionvoid
AbstractNode.setNodeColor
(INodeColor color) void
INode.setNodeColor
(INodeColor color)