Interface ModelingIdentifier<M>

  • All Superinterfaces:
    java.util.function.Predicate<M>
    All Known Implementing Classes:
    ModelIdentifier, ModelingNamingIdentifier

    public interface ModelingIdentifier<M>
    extends java.util.function.Predicate<M>
    Model identifier
    • Method Summary

      • Methods inherited from interface java.util.function.Predicate

        and, negate, or, test