Package 

Interface InitialResourceIdentifier

    • Method Summary

      Modifier and Type Method Description
      abstract Boolean validate(NetworkSettledResourceContext context) Validates whether the given network resource context meets the criteria for an initial resource.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • validate

         abstract Boolean validate(NetworkSettledResourceContext context)

        Validates whether the given network resource context meets the criteria for an initial resource.

        Parameters:
        context - The context of the network resource to validate.