Interface ISmlFeature<T extends DescribedObject>

All Superinterfaces:
IFeature, IResource
All Known Subinterfaces:
IDeploymentWithDesc, IProcedureWithDesc, ISystemWithDesc

public interface ISmlFeature<T extends DescribedObject> extends IFeature
  • Method Details

    • getType

      default String getType()
      Specified by:
      getType in interface IFeature
      Returns:
      The SML object definition / feature type as a URI
    • getFullDescription

      T getFullDescription()