Interface PortMetadata

All Known Implementing Classes:
AbstractModelPortMetadata, PMMLPort.Metadata, RecordMetadata

public interface PortMetadata
Marker interface for metadata associated with a given port. Clients should not implement this interfaces.
  • Method Summary

    Modifier and Type
    Method
    Description
    Public only as a matter of implementation; not intended for external use.
  • Method Details

    • getPortFactory

      LogicalPortFactory<?> getPortFactory()
      Public only as a matter of implementation; not intended for external use. Returns a port factory that can create ports of the type associated with this metadata.
      Returns:
      a port factory