Class ReferencingFeatures
java.lang.Object
com.dassault_systemes.modeler.kerml.model.ReferencingFeatures
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisReferencingFeature(Feature feature) Checks whether the given feature is a referencing feature.
-
Constructor Details
-
ReferencingFeatures
public ReferencingFeatures()
-
-
Method Details
-
isReferencingFeature
Checks whether the given feature is a referencing feature. A feature is considered referencing if it has a keyword defined byReferencingFeaturesNotations.getKeyword(Feature).- Parameters:
feature- the feature to check- Returns:
- true if the feature is a referencing feature
-