Interface HlaUpdatable

  • All Superinterfaces:
    Nameable
    All Known Implementing Classes:
    HlaAttributeUpdater, HlaPublisher

    public interface HlaUpdatable
    extends Nameable
    FIXME
    Since:
    Ptolemy II 11.0
    Version:
    $Id: HlaPublisher.java 214 2018-04-01 13:32:02Z j.cardoso $
    Author:
    Janette Cardoso and Edward A. Lee
    Pt.AcceptedRating:
    Red (glasnier)
    Pt.ProposedRating:
    Yellow (glasnier)
    • Method Detail

      • getHlaAttributeName

        java.lang.String getHlaAttributeName()
                                      throws IllegalActionException
        Return the value of the attributeName parameter.
        Returns:
        The value of the attributeName parameter.
        Throws:
        IllegalActionException - If the class name is empty.
      • getHlaClassName

        java.lang.String getHlaClassName()
                                  throws IllegalActionException
        Return the value of the className parameter.
        Returns:
        The value of the className parameter.
        Throws:
        IllegalActionException - If the class name is empty.
      • getHlaInstanceName

        java.lang.String getHlaInstanceName()
                                     throws IllegalActionException
        Return the value of the instanceName parameter.
        Returns:
        The value of the instanceName parameter.
        Throws:
        IllegalActionException - If the class name is empty.
      • getInputPort

        TypedIOPort getInputPort()
        FIXME: This should probably not be here. See HlaManager.
      • useCertiMessageBuffer

        boolean useCertiMessageBuffer()
        Indicate if the HLA publisher actor uses the CERTI message buffer API.
        Returns:
        true if the HLA publisher actor uses the CERTI message and false if it doesn't.