Package dk.gtz.graphedit.model
Class ModelEdge
java.lang.Object
dk.gtz.graphedit.model.ModelEdge
An edge from some source to some target. May connect any syntactic element
Can be overridden with custom model data if needed.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
source
Id of the vertex that the edge originates from -
target
Id of the vertex that the edge points to
-
-
Constructor Details
-
ModelEdge
public ModelEdge()Create a new instance with uninitialized source and target -
ModelEdge
Create a new instance with a provided source and target- Parameters:
source
- Id of the source vertextarget
- Id of the target vertex
-