Package | Description |
---|---|
com.bayesia.api |
Modifier and Type | Method and Description |
---|---|
static APIUtils.NODE_SORTING_METHOD |
APIUtils.NODE_SORTING_METHOD.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static APIUtils.NODE_SORTING_METHOD[] |
APIUtils.NODE_SORTING_METHOD.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
APIModeling.getSortedChanceNodeNames(APIUtils.NODE_SORTING_METHOD sortingMethod,
boolean increase)
Deprecated.
As of release 3.1, replaced by
APIModeling.sortNodeNames(String[], APIUtils.NODE_SORTING_METHOD, boolean)
Return an array containing the name of the chance nodes in the network sorted according to the APIUtils.NODE_SORTING_METHOD |
java.lang.String[] |
APIModeling.getSortedFunctionNodeNames(APIUtils.NODE_SORTING_METHOD sortingMethod,
boolean increase)
Deprecated.
As of release 3.1, replaced by
APIModeling.sortNodeNames(String[], APIUtils.NODE_SORTING_METHOD, boolean)
Return an array containing the name of the function nodes in the network sorted according to the APIUtils.NODE_SORTING_METHOD |
java.lang.String[] |
APIModeling.getSortedNodeNames(APIUtils.NODE_SORTING_METHOD sortingMethod,
boolean increase)
Deprecated.
As of release 3.1, replaced by
APIModeling.sortNodeNames(String[], APIUtils.NODE_SORTING_METHOD, boolean)
Return an array containing the name of the nodes in the network sorted according to the APIUtils.NODE_SORTING_METHOD |
java.lang.String[] |
APIInference.getSortedNodeNames(APIUtils.NODE_SORTING_METHOD sortingMethod,
boolean increase)
Return an array containing the name of the nodes in the network sorted according to the
APIUtils.NODE_SORTING_METHOD |
void |
APIModeling.sortNodeNames(java.lang.String[] nodeNames,
APIUtils.NODE_SORTING_METHOD sortingMethod,
boolean increase)
Sort the given array containing the name of the nodes in the network sorted according to the
APIUtils.NODE_SORTING_METHOD |