Class Trace
- java.lang.Object
-
- org.eclipse.epsilon.egl.engine.traceability.fine.trace.Trace
-
public class Trace extends Object
-
-
Field Summary
Fields Modifier and Type Field Description String
destination
List<TextLocation>
locations
Set<TraceLink>
traceLinks
-
Constructor Summary
Constructors Constructor Description Trace()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Collection<? extends Object>
getAllContents()
String
getDestination()
List<TextLocation>
getLocations()
Set<TraceLink>
getTraceLinks()
int
hashCode()
void
setDestination(String attribute)
String
toString()
-
-
-
Field Detail
-
locations
public final List<TextLocation> locations
-
destination
public String destination
-
-
Method Detail
-
getLocations
public List<TextLocation> getLocations()
-
getAllContents
public Collection<? extends Object> getAllContents()
-
getDestination
public String getDestination()
-
setDestination
public void setDestination(String attribute)
-
-