-
public interface InitialResourceIdentifierInterface for identifying initial network resources.
-
-
Method Summary
Modifier and Type Method Description abstract Booleanvalidate(NetworkSettledResourceContext context)Validates whether the given network resource context meets the criteria for an initial resource. -
-
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.
-
-
-
-