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 GT_EDGES Instance attribute Private Type reference (TYPE) FOX3_EDGE_SOURCE_T Set of Nodes of a Relationship Set (Sorted by Tail) 20100514
2 GT_NODES 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 CONSTRUCTOR Instance method Public Constructor Creation of Relationship Set with Check Whether Well-Defined 20100514
2 DETERMINE_PREDECESSORS_OF_NODE Instance method Public Method Get All (Also Missing) Predecessor Nodes of a Node 20100514
3 DETERMINE_SUCCESSORS_OF_NODE Instance method Public Method Get All (Also Missing) Successor Nodes of a Node 20100514
4 GET_MAXIMAL_SUBDIGRAPH 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 Importing IT_EDGES Call by reference Type reference (TYPE) FOX3_EDGE_SOURCE_T Set of Edges of Relationship Set (Unsorted) 20100514
2 Importing 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 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 Exporting ET_MISSED_NODES Call by reference Type reference (TYPE) FOX3_NODES_T Missing Node Set 20100514
2 Exporting ET_NODES Call by reference Type reference (TYPE) FOX3_NODES_T Set of Predecessor Nodes 20100514
3 Importing IV_NODE Call by reference Type reference (TYPE) FOX3_VERTEX Node of a Digraph 20100514
# Exception Resumable Description Created on
1 INTERNAL_ERROR Internal Error 20100514
2 NODE_NOT_IN_RELATIONSET 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 Exporting ET_MISSED_NODES Call by reference Type reference (TYPE) FOX3_NODES_T Missing Node Set 20100514
2 Exporting ET_NODES Call by reference Type reference (TYPE) FOX3_NODES_T Set of Predecessor Nodes 20100514
3 Importing IV_NODE Call by reference Type reference (TYPE) FOX3_VERTEX Node of a Digraph 20100514
# Exception Resumable Description Created on
1 INTERNAL_ERROR Internal Error 20100514
2 NODE_NOT_IN_RELATIONSET 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 Exporting ET_BLOCKED_BY_MISSED_NODES Call by reference Type reference (TYPE) FOX3_NODES_T Missing Node Set for Construction of Directed Subgraph 20100514
2 Exporting ET_EDGES Call by reference Type reference (TYPE) FOX3_EDGE_SOURCE_T Set of Edges of Maximum Subdigraph (Sorted by Tail) 20100514
3 Exporting ET_MISSED_NODES Call by reference Type reference (TYPE) FOX3_NODES_T Missing Node Set 20100514
4 Exporting ET_MISSING_NODES Call by reference Type reference (TYPE) FOX3_NODES_T Set of Nodes That Depend Directly on Missing Nodes 20100514
5 Exporting 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