Class ReferencingFeatures

java.lang.Object
com.dassault_systemes.modeler.kerml.model.ReferencingFeatures

@OpenApiAll public class ReferencingFeatures extends Object
  • Constructor Details

    • ReferencingFeatures

      public ReferencingFeatures()
  • Method Details

    • isReferencingFeature

      public static boolean isReferencingFeature(Feature feature)
      Checks whether the given feature is a referencing feature. A feature is considered referencing if it has a keyword defined by ReferencingFeaturesNotations.getKeyword(Feature).
      Parameters:
      feature - the feature to check
      Returns:
      true if the feature is a referencing feature