SAP ABAP Class CL_FOX3_RELATIONSET (Relationship Sets)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-MDG-DRF (Application Component) Data Replication Framework
⤷
FOX3_DIGRAPH (Package) Graph Theory Algorithms for Directed Graphs

⤷

⤷

Properties
Class | CL_FOX3_RELATIONSET | |
Short Description | Relationship Sets | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | FOX3_DIGRAPH | Graph Theory Algorithms for Directed Graphs |
Created | 20100514 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_FOX3_RELATIONSET has no forward declaration.
Interfaces
Class CL_FOX3_RELATIONSET has no interface implemented.
Friends
Class CL_FOX3_RELATIONSET has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | FOX3_EDGE_SOURCE_T | Set of Nodes of a Relationship Set (Sorted by Tail) | 20100514 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | FOX3_NODES_T | Set of Nodes of a Relationship Set (Sorted) | 20100514 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | Creation of Relationship Set with Check Whether Well-Defined | 20100514 |
2 | ![]() |
Instance method | Public | Method | Get All (Also Missing) Predecessor Nodes of a Node | 20100514 |
3 | ![]() |
Instance method | Public | Method | Get All (Also Missing) Successor Nodes of a Node | 20100514 |
4 | ![]() |
Instance method | Public | Method | Get Maximum Subdigraph of Relationship Set | 20100514 |
Events
Class CL_FOX3_RELATIONSET has no event.
Types
Class CL_FOX3_RELATIONSET has no local type.
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_EDGES | Call by reference | Type reference (TYPE) | FOX3_EDGE_SOURCE_T | Set of Edges of Relationship Set (Unsorted) | 20100514 | ||
2 | ![]() |
IT_NODES | Call by reference | Type reference (TYPE) | FOX3_NODES_T | Set of Nodes of Relationship Set (Sorted) | 20100514 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Empty Node Set | 20100514 |
Method DETERMINE_PREDECESSORS_OF_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MISSED_NODES | Call by reference | Type reference (TYPE) | FOX3_NODES_T | Missing Node Set | 20100514 | ||
2 | ![]() |
ET_NODES | Call by reference | Type reference (TYPE) | FOX3_NODES_T | Set of Predecessor Nodes | 20100514 | ||
3 | ![]() |
IV_NODE | Call by reference | Type reference (TYPE) | FOX3_VERTEX | Node of a Digraph | 20100514 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Internal Error | 20100514 | |
2 | ![]() |
Transferred Node is Not in Relationship Set | 20100514 |
Method DETERMINE_SUCCESSORS_OF_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MISSED_NODES | Call by reference | Type reference (TYPE) | FOX3_NODES_T | Missing Node Set | 20100514 | ||
2 | ![]() |
ET_NODES | Call by reference | Type reference (TYPE) | FOX3_NODES_T | Set of Predecessor Nodes | 20100514 | ||
3 | ![]() |
IV_NODE | Call by reference | Type reference (TYPE) | FOX3_VERTEX | Node of a Digraph | 20100514 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Internal Error | 20100514 | |
2 | ![]() |
Transferred Node is Not in Relationship Set | 20100514 |
Method GET_MAXIMAL_SUBDIGRAPH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_BLOCKED_BY_MISSED_NODES | Call by reference | Type reference (TYPE) | FOX3_NODES_T | Missing Node Set for Construction of Directed Subgraph | 20100514 | ||
2 | ![]() |
ET_EDGES | Call by reference | Type reference (TYPE) | FOX3_EDGE_SOURCE_T | Set of Edges of Maximum Subdigraph (Sorted by Tail) | 20100514 | ||
3 | ![]() |
ET_MISSED_NODES | Call by reference | Type reference (TYPE) | FOX3_NODES_T | Missing Node Set | 20100514 | ||
4 | ![]() |
ET_MISSING_NODES | Call by reference | Type reference (TYPE) | FOX3_NODES_T | Set of Nodes That Depend Directly on Missing Nodes | 20100514 | ||
5 | ![]() |
ET_NODES | Call by reference | Type reference (TYPE) | FOX3_NODES_T | Set of Nodes of Maximum Subdigraph (Sorted) | 20100514 |
Method GET_MAXIMAL_SUBDIGRAPH on class CL_FOX3_RELATIONSET has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in |