public class IssueRegion extends AbstractSpatialIssue
| Constructor and Description |
|---|
IssueRegion(int type,
long start,
long length,
int begintrack,
int endtrack) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBegintrack() |
int |
getEndtrack() |
Region |
getExtent()
Récupère l'étendue du problème
|
long |
getLength() |
long |
getStart() |
java.lang.String |
toLabel()
Issue Label
|
compareTogetType, setTypepublic IssueRegion(int type,
long start,
long length,
int begintrack,
int endtrack)
public long getStart()
public long getLength()
public int getBegintrack()
public int getEndtrack()
public Region getExtent()
AbstractSpatialIssuegetExtent in class AbstractSpatialIssuepublic java.lang.String toLabel()
AbstractIssuetoLabel in class AbstractIssue