Class TraceLink
- java.lang.Object
-
- org.eclipse.epsilon.egl.engine.traceability.fine.trace.TraceLink
-
public class TraceLink extends Object
-
-
Field Summary
Fields Modifier and Type Field Description TextLocation
destination
ModelLocation
source
-
Constructor Summary
Constructors Constructor Description TraceLink(ModelLocation source, TextLocation destination)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Collection<? extends Object>
getAllContents()
TextLocation
getDestination()
ModelLocation
getSource()
int
hashCode()
String
toString()
-
-
-
Field Detail
-
source
public final ModelLocation source
-
destination
public final TextLocation destination
-
-
Constructor Detail
-
TraceLink
public TraceLink(ModelLocation source, TextLocation destination)
-
-
Method Detail
-
getSource
public ModelLocation getSource()
-
getDestination
public TextLocation getDestination()
-
getAllContents
public Collection<? extends Object> getAllContents()
-
-