Interface BindingSpec

All Known Implementing Classes:
BindingSpecImpl

public interface BindingSpec
  • Method Summary

    Modifier and Type
    Method
    Description
    default double
    Is this binding intended to be for a limited population?
    The fully qualified name of the entity for which the binding values pertain.
     
  • Method Details

    • getCardinality

      default double getCardinality()
      Is this binding intended to be for a limited population? If so, the value will be the maximum cardinality of values which the binding is allowed to produce.
      Returns:
      The effective cardinality, which could be Double.POSITIVE_INFINITY
    • getTarget

      NBLabeledElement getTarget()
      The fully qualified name of the entity for which the binding values pertain. This is
      Returns:
    • getTypedef

      String getTypedef()