public class TurnrestrictionTest extends Test
Test.TagTest
Modifier and Type | Field and Description |
---|---|
protected static int |
FROM_VIA_NODE |
protected static int |
FROM_VIA_WAY |
protected static int |
MIX_VIA |
protected static int |
MORE_FROM |
protected static int |
MORE_TO |
protected static int |
MORE_VIA |
protected static int |
NO_FROM |
protected static int |
NO_TO |
protected static int |
NO_VIA |
protected static int |
SUPERFLUOUS |
protected static int |
TO_VIA_NODE |
protected static int |
TO_VIA_WAY |
protected static int |
UNCONNECTED_VIA |
protected static int |
UNKNOWN_ROLE |
protected static int |
UNKNOWN_TYPE |
checkBeforeUpload, checkEnabled, description, enabled, errors, isBeforeUpload, name, partialSelection, progressMonitor, startTime, testBeforeUpload
Constructor and Description |
---|
TurnrestrictionTest()
Constructs a new
TurnrestrictionTest . |
Modifier and Type | Method and Description |
---|---|
private void |
checkIfConnected(Way previous,
Way current,
java.lang.String msg,
int code) |
private static boolean |
isFullOneway(Way w) |
void |
visit(Relation r)
Visiting call for relations.
|
addGui, deletePrimitivesIfNeeded, endTest, equals, fixError, getErrors, getName, hashCode, initialize, isBuilding, isCanceled, isFixable, isPrimitiveUsable, ok, setBeforeUpload, setPartialSelection, startTest, testBeforeUpload, visit, visit, visit
visit
protected static final int NO_VIA
protected static final int NO_FROM
protected static final int NO_TO
protected static final int MORE_VIA
protected static final int MORE_FROM
protected static final int MORE_TO
protected static final int UNKNOWN_ROLE
protected static final int UNKNOWN_TYPE
protected static final int FROM_VIA_NODE
protected static final int TO_VIA_NODE
protected static final int FROM_VIA_WAY
protected static final int TO_VIA_WAY
protected static final int MIX_VIA
protected static final int UNCONNECTED_VIA
protected static final int SUPERFLUOUS
public TurnrestrictionTest()
TurnrestrictionTest
.public void visit(Relation r)
Visitor
private static boolean isFullOneway(Way w)
private void checkIfConnected(Way previous, Way current, java.lang.String msg, int code)