public class TraceLink extends Object
Modifier and Type | Field and Description |
---|---|
TextLocation |
destination |
ModelLocation |
source |
Constructor and Description |
---|
TraceLink(ModelLocation source,
TextLocation destination) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
Collection<? extends Object> |
getAllContents() |
TextLocation |
getDestination() |
ModelLocation |
getSource() |
int |
hashCode() |
String |
toString() |
public final ModelLocation source
public final TextLocation destination
public TraceLink(ModelLocation source, TextLocation destination)
public ModelLocation getSource()
public TextLocation getDestination()
public Collection<? extends Object> getAllContents()
Copyright © 2016. All rights reserved.