Java Reference
Java Reference
Detailed Description
Definition at line 6 of file CircuitCoveringConstraintProtoOrBuilder.java.
Public Member Functions | |
| java.util.List< java.lang.Integer > | getNextsList () |
repeated int32 nexts = 1; More... | |
| int | getNextsCount () |
repeated int32 nexts = 1; More... | |
| int | getNexts (int index) |
repeated int32 nexts = 1; More... | |
| java.util.List< java.lang.Long > | getDistinguishedNodesList () |
repeated int64 distinguished_nodes = 2; More... | |
| int | getDistinguishedNodesCount () |
repeated int64 distinguished_nodes = 2; More... | |
| long | getDistinguishedNodes (int index) |
repeated int64 distinguished_nodes = 2; More... | |
Member Function Documentation
◆ getDistinguishedNodes()
| long getDistinguishedNodes | ( | int | index | ) |
repeated int64 distinguished_nodes = 2;
- Parameters
-
index The index of the element to return.
- Returns
- The distinguishedNodes at the given index.
Implemented in CircuitCoveringConstraintProto.Builder, and CircuitCoveringConstraintProto.
◆ getDistinguishedNodesCount()
| int getDistinguishedNodesCount | ( | ) |
repeated int64 distinguished_nodes = 2;
- Returns
- The count of distinguishedNodes.
Implemented in CircuitCoveringConstraintProto.Builder, and CircuitCoveringConstraintProto.
◆ getDistinguishedNodesList()
| java.util.List<java.lang.Long> getDistinguishedNodesList | ( | ) |
repeated int64 distinguished_nodes = 2;
- Returns
- A list containing the distinguishedNodes.
Implemented in CircuitCoveringConstraintProto.Builder, and CircuitCoveringConstraintProto.
◆ getNexts()
| int getNexts | ( | int | index | ) |
repeated int32 nexts = 1;
- Parameters
-
index The index of the element to return.
- Returns
- The nexts at the given index.
Implemented in CircuitCoveringConstraintProto.Builder, and CircuitCoveringConstraintProto.
◆ getNextsCount()
| int getNextsCount | ( | ) |
repeated int32 nexts = 1;
- Returns
- The count of nexts.
Implemented in CircuitCoveringConstraintProto.Builder, and CircuitCoveringConstraintProto.
◆ getNextsList()
| java.util.List<java.lang.Integer> getNextsList | ( | ) |
repeated int32 nexts = 1;
- Returns
- A list containing the nexts.
Implemented in CircuitCoveringConstraintProto.Builder, and CircuitCoveringConstraintProto.
The documentation for this interface was generated from the following file: