org.openstreetmap.josm.data.validation.tests
Class RelationChecker.RoleInfo

java.lang.Object
  extended by org.openstreetmap.josm.data.validation.tests.RelationChecker.RoleInfo
Enclosing class:
RelationChecker

public static class RelationChecker.RoleInfo
extends java.lang.Object


Field Summary
(package private)  java.util.Collection<Way> closedways
           
(package private)  java.util.Collection<Node> nodes
           
(package private)  java.util.Collection<Way> openways
           
(package private)  java.util.Collection<Relation> relations
           
(package private)  int total
           
(package private)  java.util.Collection<Way> ways
           
 
Constructor Summary
RelationChecker.RoleInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

total

int total

nodes

java.util.Collection<Node> nodes

ways

java.util.Collection<Way> ways

closedways

java.util.Collection<Way> closedways

openways

java.util.Collection<Way> openways

relations

java.util.Collection<Relation> relations
Constructor Detail

RelationChecker.RoleInfo

public RelationChecker.RoleInfo()


JOSM