Interface FeatureData

  • All Known Implementing Classes:
    FeatureDataImpl

    public interface FeatureData
    FeatureData contains information about all feature data associated with the network elements in a network, sub-network or a partition. Feature data are grouped in feature layers. Each feature layer is represented by a FeatureLayer object.
    Since:
    12.1
    • Method Detail

      • getFeatureLayer

        FeatureLayer getFeatureLayer​(int featureLayerId)
        Returns the feature data for the input feature layer.
        Parameters:
        featureLayerId -
        Returns:
      • setFeatureLayer

        void setFeatureLayer​(int featureLayerId,
                             FeatureLayer featureLayer)
        Sets the feature data for the input feature layer.
        Parameters:
        featureLayerId - feature layer ID
        featureLayer - feature layer object
      • getFeatureLayerIds

        int[] getFeatureLayerIds()
        Returns the feature layer IDs.
        Returns: