Class TaskIdentifier


  • public class TaskIdentifier
    extends java.lang.Object
    Extracted the TaskIdentifier into a separate class so it can be reused outside of BaseCheck or in separate unit tests
    • Constructor Summary

      Constructors 
      Constructor Description
      TaskIdentifier​(java.util.Set<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> objects)
      Constructor for multiple AtlasObjects
      TaskIdentifier​(org.openstreetmap.atlas.geography.atlas.items.AtlasObject object)
      Constructor for a single AtlasObject
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TaskIdentifier

        public TaskIdentifier​(org.openstreetmap.atlas.geography.atlas.items.AtlasObject object)
        Constructor for a single AtlasObject
        Parameters:
        object - the AtlasObject used to form the identifier
      • TaskIdentifier

        public TaskIdentifier​(java.util.Set<org.openstreetmap.atlas.geography.atlas.items.AtlasObject> objects)
        Constructor for multiple AtlasObjects
        Parameters:
        objects - a Set of AtlasObjects used to form the identifier
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object