Package org.hlacerti.lib
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getHlaAttributeName()
Return the value of the attributeName parameter.java.lang.String
getHlaClassName()
Return the value of the className parameter.java.lang.String
getHlaInstanceName()
Return the value of the instanceName parameter.TypedIOPort
getInputPort()
FIXME: This should probably not be here.boolean
useCertiMessageBuffer()
Indicate if the HLA publisher actor uses the CERTI message buffer API.-
Methods inherited from interface ptolemy.kernel.util.Nameable
description, getContainer, getDisplayName, getFullName, getName, getName, setName
-
-
-
-
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.
-
-