Class ModelEdge
- java.lang.Object
-
- de.uni_marburg.mdo_over.model.modelgraph.ModelGraphElement
-
- de.uni_marburg.mdo_over.model.modelgraph.ModelEdge
-
public class ModelEdge extends ModelGraphElement
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelNodegetSource()ModelNodegetTarget()voidsetSource(ModelNode source)voidsetTarget(ModelNode target)-
Methods inherited from class de.uni_marburg.mdo_over.model.modelgraph.ModelGraphElement
addAttribute, clearAttributes, getAttributes, getName, getReferencedObject, removeAttribute, setName, setReferencedObject
-
-
-
-
Constructor Detail
-
ModelEdge
public ModelEdge(ModelEdge toCopy)
Creates a shallow copy of this edge carrying the same name and referencing the sameEObject. Source and target nodes are not copied and will be uninitialized!- Parameters:
toCopy- the edge to be copied
-
-