Class RestCallEdge
java.lang.Object
org.jgrapht.graph.DefaultWeightedEdge
edu.university.ecs.lab.common.models.sdg.RestCallEdge
- All Implemented Interfaces:
Serializable
,Cloneable
public class RestCallEdge
extends org.jgrapht.graph.DefaultWeightedEdge
Represents an edge in a network graph schema to model a microservice system.
Each edge object contains details about the connection between nodes.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.jgrapht.graph.DefaultWeightedEdge
getSource, getTarget, getWeight, toString
-
Field Details
-
endpoint
The endpoint of the target node that is accessed.
-
-
Constructor Details
-
RestCallEdge
public RestCallEdge()
-
-
Method Details
-
equals
Determines whether another object is "equal to" this edge. Two edges are considered equal if their source, target, and endpoint are all equal. -
hashCode
public int hashCode()Returns a hash code value for the edge. This method is supported for the benefit of hash tables such as those provided by HashMap. -
clone
-