Class ModelIdentifier<M>

  • All Implemented Interfaces:
    java.util.function.Predicate<M>, ModelingIdentifier<M>

    public class ModelIdentifier<M>
    extends java.lang.Object
    implements ModelingIdentifier<M>
    Modeling model identifier
    • Constructor Summary

      Constructors 
      Constructor Description
      ModelIdentifier​(java.lang.String modelName, java.lang.String modelType)  
      ModelIdentifier​(java.lang.String modelName, java.lang.String modelType, java.lang.String modelVersion)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static ModelIdentifier identified​(java.lang.String modelName, java.lang.String modelType)  
      static ModelIdentifier identified​(java.lang.String modelName, java.lang.String modelType, java.lang.String modelVersion)  
      boolean test​(M modelingContext)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or
    • Constructor Detail

      • ModelIdentifier

        public ModelIdentifier​(java.lang.String modelName,
                               java.lang.String modelType)
      • ModelIdentifier

        public ModelIdentifier​(java.lang.String modelName,
                               java.lang.String modelType,
                               java.lang.String modelVersion)
    • Method Detail

      • test

        public boolean test​(M modelingContext)
        Specified by:
        test in interface java.util.function.Predicate<M>
      • identified

        public static ModelIdentifier identified​(java.lang.String modelName,
                                                 java.lang.String modelType)
      • identified

        public static ModelIdentifier identified​(java.lang.String modelName,
                                                 java.lang.String modelType,
                                                 java.lang.String modelVersion)