Package org.eclipse.epsilon.emc.graphml
Class OrphanLink
- java.lang.Object
-
- org.eclipse.epsilon.emc.graphml.OrphanLink
-
public class OrphanLink extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected MuddleElement
source
protected MuddleElement
target
-
Constructor Summary
Constructors Constructor Description OrphanLink(MuddleElement source, MuddleElement target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MuddleElement
getSource()
MuddleElement
getTarget()
void
setSource(MuddleElement source)
void
setTarget(MuddleElement target)
-
-
-
Field Detail
-
source
protected MuddleElement source
-
target
protected MuddleElement target
-
-
Constructor Detail
-
OrphanLink
public OrphanLink(MuddleElement source, MuddleElement target)
-
-
Method Detail
-
getSource
public MuddleElement getSource()
-
setSource
public void setSource(MuddleElement source)
-
getTarget
public MuddleElement getTarget()
-
setTarget
public void setTarget(MuddleElement target)
-
-