Annotation Interface ParticipationConstraint


@Documented @Retention(RUNTIME) @Target(FIELD) public @interface ParticipationConstraint
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    IRI of the property filler
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int
    Maximal cardinality.
    int
    Minimal cardinality.
  • Element Details

    • owlObjectIRI

      String owlObjectIRI
      IRI of the property filler
      Returns:
      IRI of the property filler
    • min

      int min
      Minimal cardinality.
      Returns:
      minimal cardinality
      Default:
      0
    • max

      int max
      Maximal cardinality.

      Negative integer means positive infinity

      Returns:
      maximal cardinality
      Default:
      -1