Class BmModelCrossReference


  • public final class BmModelCrossReference
    extends Object
    The BM model related cross reference information.
    See Also:
    IBmCrossReference
    • Constructor Detail

      • BmModelCrossReference

        public BmModelCrossReference​(IBmModel bmModel,
                                     long objectId,
                                     int featureId)
        Create a new instance.
        Parameters:
        bmModel - the BM model instance, cannot be null.
        objectId - the BM object id.
        featureId - the feature id.
    • Method Detail

      • getBmModel

        public IBmModel getBmModel()
        Returns the BM model instance.
        Returns:
        the BM model, never null.
      • getObjectId

        public long getObjectId()
        Returns the BM object id.
        Returns:
        the BM object id.
      • getFeatureId

        public int getFeatureId()
        Returns the EStructuralFeature id.
        Returns:
        the feature id.