Package com.dna.jopt.member.unit.color
Interface INodeColor
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
NodeColor
The
NodeColor
can be added to a Node
. Through the use of
NodeColorCapacityItem
can be made sure that Nodes
with a
certain Color
are not over-represented and can be used for white
space generation.- Since:
- 23/09/2019
- Version:
- 23/09/2019
- Author:
- DNA
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionint
int
Gets the node color code.Gets the node color id.
-
Method Details
-
getNodeColorCode
int getNodeColorCode()Gets the node color code.- Returns:
- the node color code
-
getNodeColorId
String getNodeColorId()Gets the node color id.- Returns:
- the node color id
-
getCountValue
int getCountValue()
-