Interface IResourceInstanceConstraint

All Known Implementing Classes:
MultipleResourceInstancesConstraint, SingleResourceInstanceConstraint

public interface IResourceInstanceConstraint
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Checks whether the condition is fulfilled for the given instance.
  • Method Details

    • check

      boolean check(IResourceInstance instance)
      Checks whether the condition is fulfilled for the given instance.