org.eodisp.hla.crc.omt
Interface Attribute

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
AttributeImpl

public interface Attribute
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Attribute'.

The following features are supported:

See Also:
OmtPackage.getAttribute()
generated
model
extendedMetaData="name='Attribute' kind='empty'"

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getDataType()
          Returns the value of the 'Data Type' attribute.
 java.util.List getDataTypeNotes()
          Returns the value of the 'Data Type Notes' attribute.
 java.util.List getDimensions()
          Returns the value of the 'Dimensions' attribute.
 java.util.List getDimensionsNotes()
          Returns the value of the 'Dimensions Notes' attribute.
 AttributeHandle getHandle()
          Returns the attribute handle of this attribute.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 java.util.List getNameNotes()
          Returns the value of the 'Name Notes' attribute.
 ObjectClass getObjectClass()
          Returns the object class this attribute is defined in.
 OrderEnum getOrder()
          Returns the value of the 'Order' attribute.
 java.util.List getOrderNotes()
          Returns the value of the 'Order Notes' attribute.
 OwnershipEnum getOwnership()
          Returns the value of the 'Ownership' attribute.
 java.util.List getOwnershipNotes()
          Returns the value of the 'Ownership Notes' attribute.
 org.eclipse.emf.common.util.EList getPublishingFederates()
          Returns the value of the 'Publishing Federates' reference list.
 java.lang.String getQualifiedName(boolean omitObjectRoot)
          Returns the fully qualified name of this attribute's object class with the attribute added after a dot (.).
 java.lang.Object getSemantics()
          Returns the value of the 'Semantics' attribute.
 java.util.List getSemanticsNotes()
          Returns the value of the 'Semantics Notes' attribute.
 SharingEnum getSharing()
          Returns the value of the 'Sharing' attribute.
 java.util.List getSharingNotes()
          Returns the value of the 'Sharing Notes' attribute.
 org.eclipse.emf.common.util.EList getSubscribingFederates()
          Returns the value of the 'Subscribing Federates' reference list.
 java.lang.String getTransportation()
          Returns the value of the 'Transportation' attribute.
 java.util.List getTransportationNotes()
          Returns the value of the 'Transportation Notes' attribute.
 java.lang.Object getUpdateCondition()
          Returns the value of the 'Update Condition' attribute.
 java.util.List getUpdateConditionNotes()
          Returns the value of the 'Update Condition Notes' attribute.
 UpdateTypeEnum getUpdateType()
          Returns the value of the 'Update Type' attribute.
 java.util.List getUpdateTypeNotes()
          Returns the value of the 'Update Type Notes' attribute.
 boolean isAvailableFrom(ObjectClass objectClass)
          Tests if this attribute is available from the given object class.
 boolean isSetOrder()
          Returns whether the value of the 'Order' attribute is set.
 boolean isSetOwnership()
          Returns whether the value of the 'Ownership' attribute is set.
 boolean isSetSharing()
          Returns whether the value of the 'Sharing' attribute is set.
 boolean isSetUpdateType()
          Returns whether the value of the 'Update Type' attribute is set.
 void setDataType(java.lang.String value)
          Sets the value of the 'Data Type' attribute.
 void setDataTypeNotes(java.util.List value)
          Sets the value of the 'Data Type Notes' attribute.
 void setDimensions(java.util.List value)
          Sets the value of the 'Dimensions' attribute.
 void setDimensionsNotes(java.util.List value)
          Sets the value of the 'Dimensions Notes' attribute.
 void setHandle(AttributeHandle attributeHandle)
          Sets the attribute handle of this attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setNameNotes(java.util.List value)
          Sets the value of the 'Name Notes' attribute.
 void setOrder(OrderEnum value)
          Sets the value of the 'Order' attribute.
 void setOrderNotes(java.util.List value)
          Sets the value of the 'Order Notes' attribute.
 void setOwnership(OwnershipEnum value)
          Sets the value of the 'Ownership' attribute.
 void setOwnershipNotes(java.util.List value)
          Sets the value of the 'Ownership Notes' attribute.
 void setSemantics(java.lang.Object value)
          Sets the value of the 'Semantics' attribute.
 void setSemanticsNotes(java.util.List value)
          Sets the value of the 'Semantics Notes' attribute.
 void setSharing(SharingEnum value)
          Sets the value of the 'Sharing' attribute.
 void setSharingNotes(java.util.List value)
          Sets the value of the 'Sharing Notes' attribute.
 void setTransportation(java.lang.String value)
          Sets the value of the 'Transportation' attribute.
 void setTransportationNotes(java.util.List value)
          Sets the value of the 'Transportation Notes' attribute.
 void setUpdateCondition(java.lang.Object value)
          Sets the value of the 'Update Condition' attribute.
 void setUpdateConditionNotes(java.util.List value)
          Sets the value of the 'Update Condition Notes' attribute.
 void setUpdateType(UpdateTypeEnum value)
          Sets the value of the 'Update Type' attribute.
 void setUpdateTypeNotes(java.util.List value)
          Sets the value of the 'Update Type Notes' attribute.
 void unsetOrder()
          Unsets the value of the 'Order' attribute.
 void unsetOwnership()
          Unsets the value of the 'Ownership' attribute.
 void unsetSharing()
          Unsets the value of the 'Sharing' attribute.
 void unsetUpdateType()
          Unsets the value of the 'Update Type' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
generated
Method Detail

getHandle

AttributeHandle getHandle()
Returns the attribute handle of this attribute.

Returns:
the attribute handle of this attribute.

setHandle

void setHandle(AttributeHandle attributeHandle)
Sets the attribute handle of this attribute. TODO: Should be set when constructing

Parameters:
attributeHandle -

getObjectClass

ObjectClass getObjectClass()
Returns the object class this attribute is defined in.

Returns:
the object class of this attribute.

isAvailableFrom

boolean isAvailableFrom(ObjectClass objectClass)
Tests if this attribute is available from the given object class. An available attribute is defined as follows: The set of declared attributes of an object class in union with the set of inherited attributes of that object class. (See section 3.1.5 in IEEE 1516.1-2000)

Parameters:
objectClass - the object class that shall be tested
Returns:
true if this attribute is available from the specified object class

getDataType

java.lang.String getDataType()
Returns the value of the 'Data Type' attribute.

If the meaning of the 'Data Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Data Type' attribute.
See Also:
setDataType(String), OmtPackage.getAttribute_DataType()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.NMTOKEN" extendedMetaData="kind='attribute' name='dataType' namespace='##targetNamespace'"

setDataType

void setDataType(java.lang.String value)
Sets the value of the 'Data Type' attribute.

Parameters:
value - the new value of the 'Data Type' attribute.
See Also:
getDataType()
generated

getDataTypeNotes

java.util.List getDataTypeNotes()
Returns the value of the 'Data Type Notes' attribute.

If the meaning of the 'Data Type Notes' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Data Type Notes' attribute.
See Also:
setDataTypeNotes(List), OmtPackage.getAttribute_DataTypeNotes()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.NMTOKENS" many="false" extendedMetaData="kind='attribute' name='dataTypeNotes' namespace='##targetNamespace'"

setDataTypeNotes

void setDataTypeNotes(java.util.List value)
Sets the value of the 'Data Type Notes' attribute.

Parameters:
value - the new value of the 'Data Type Notes' attribute.
See Also:
getDataTypeNotes()
generated

getDimensions

java.util.List getDimensions()
Returns the value of the 'Dimensions' attribute.

If the meaning of the 'Dimensions' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Dimensions' attribute.
See Also:
setDimensions(List), OmtPackage.getAttribute_Dimensions()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.NMTOKENS" many="false" extendedMetaData="kind='attribute' name='dimensions' namespace='##targetNamespace'"

setDimensions

void setDimensions(java.util.List value)
Sets the value of the 'Dimensions' attribute.

Parameters:
value - the new value of the 'Dimensions' attribute.
See Also:
getDimensions()
generated

getDimensionsNotes

java.util.List getDimensionsNotes()
Returns the value of the 'Dimensions Notes' attribute.

If the meaning of the 'Dimensions Notes' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Dimensions Notes' attribute.
See Also:
setDimensionsNotes(List), OmtPackage.getAttribute_DimensionsNotes()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.NMTOKENS" many="false" extendedMetaData="kind='attribute' name='dimensionsNotes' namespace='##targetNamespace'"

setDimensionsNotes

void setDimensionsNotes(java.util.List value)
Sets the value of the 'Dimensions Notes' attribute.

Parameters:
value - the new value of the 'Dimensions Notes' attribute.
See Also:
getDimensionsNotes()
generated

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), OmtPackage.getAttribute_Name()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.NMTOKEN" required="true" extendedMetaData="kind='attribute' name='name' namespace='##targetNamespace'"

getQualifiedName

java.lang.String getQualifiedName(boolean omitObjectRoot)
Returns the fully qualified name of this attribute's object class with the attribute added after a dot (.). See section 10.1.1 in IEEE 1516.1-2000.

Parameters:
omitObjectRoot - if true omits the topmost super class HLAobjectRoot.
Returns:
the fully qualified name of this attribute. Delimiter is a dot(.).

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
generated

getNameNotes

java.util.List getNameNotes()
Returns the value of the 'Name Notes' attribute.

If the meaning of the 'Name Notes' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name Notes' attribute.
See Also:
setNameNotes(List), OmtPackage.getAttribute_NameNotes()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.NMTOKENS" many="false" extendedMetaData="kind='attribute' name='nameNotes' namespace='##targetNamespace'"

setNameNotes

void setNameNotes(java.util.List value)
Sets the value of the 'Name Notes' attribute.

Parameters:
value - the new value of the 'Name Notes' attribute.
See Also:
getNameNotes()
generated

getOrder

OrderEnum getOrder()
Returns the value of the 'Order' attribute. The default value is "Receive". The literals are from the enumeration OrderEnum.

If the meaning of the 'Order' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Order' attribute.
See Also:
OrderEnum, isSetOrder(), unsetOrder(), setOrder(OrderEnum), OmtPackage.getAttribute_Order()
generated
model
default="Receive" unique="false" unsettable="true" extendedMetaData="kind='attribute' name='order' namespace='##targetNamespace'"

setOrder

void setOrder(OrderEnum value)
Sets the value of the 'Order' attribute.

Parameters:
value - the new value of the 'Order' attribute.
See Also:
OrderEnum, isSetOrder(), unsetOrder(), getOrder()
generated

unsetOrder

void unsetOrder()
Unsets the value of the 'Order' attribute.

See Also:
isSetOrder(), getOrder(), setOrder(OrderEnum)
generated

isSetOrder

boolean isSetOrder()
Returns whether the value of the 'Order' attribute is set.

Returns:
whether the value of the 'Order' attribute is set.
See Also:
unsetOrder(), getOrder(), setOrder(OrderEnum)
generated

getOrderNotes

java.util.List getOrderNotes()
Returns the value of the 'Order Notes' attribute.

If the meaning of the 'Order Notes' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Order Notes' attribute.
See Also:
setOrderNotes(List), OmtPackage.getAttribute_OrderNotes()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.NMTOKENS" many="false" extendedMetaData="kind='attribute' name='orderNotes' namespace='##targetNamespace'"

setOrderNotes

void setOrderNotes(java.util.List value)
Sets the value of the 'Order Notes' attribute.

Parameters:
value - the new value of the 'Order Notes' attribute.
See Also:
getOrderNotes()
generated

getOwnership

OwnershipEnum getOwnership()
Returns the value of the 'Ownership' attribute. The default value is "Divest". The literals are from the enumeration OwnershipEnum.

If the meaning of the 'Ownership' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ownership' attribute.
See Also:
OwnershipEnum, isSetOwnership(), unsetOwnership(), setOwnership(OwnershipEnum), OmtPackage.getAttribute_Ownership()
generated
model
default="Divest" unique="false" unsettable="true" extendedMetaData="kind='attribute' name='ownership' namespace='##targetNamespace'"

setOwnership

void setOwnership(OwnershipEnum value)
Sets the value of the 'Ownership' attribute.

Parameters:
value - the new value of the 'Ownership' attribute.
See Also:
OwnershipEnum, isSetOwnership(), unsetOwnership(), getOwnership()
generated

unsetOwnership

void unsetOwnership()
Unsets the value of the 'Ownership' attribute.

See Also:
isSetOwnership(), getOwnership(), setOwnership(OwnershipEnum)
generated

isSetOwnership

boolean isSetOwnership()
Returns whether the value of the 'Ownership' attribute is set.

Returns:
whether the value of the 'Ownership' attribute is set.
See Also:
unsetOwnership(), getOwnership(), setOwnership(OwnershipEnum)
generated

getOwnershipNotes

java.util.List getOwnershipNotes()
Returns the value of the 'Ownership Notes' attribute.

If the meaning of the 'Ownership Notes' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ownership Notes' attribute.
See Also:
setOwnershipNotes(List), OmtPackage.getAttribute_OwnershipNotes()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.NMTOKENS" many="false" extendedMetaData="kind='attribute' name='ownershipNotes' namespace='##targetNamespace'"

setOwnershipNotes

void setOwnershipNotes(java.util.List value)
Sets the value of the 'Ownership Notes' attribute.

Parameters:
value - the new value of the 'Ownership Notes' attribute.
See Also:
getOwnershipNotes()
generated

getSemantics

java.lang.Object getSemantics()
Returns the value of the 'Semantics' attribute.

If the meaning of the 'Semantics' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Semantics' attribute.
See Also:
setSemantics(Object), OmtPackage.getAttribute_Semantics()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.AnySimpleType" extendedMetaData="kind='attribute' name='semantics' namespace='##targetNamespace'"

setSemantics

void setSemantics(java.lang.Object value)
Sets the value of the 'Semantics' attribute.

Parameters:
value - the new value of the 'Semantics' attribute.
See Also:
getSemantics()
generated

getSemanticsNotes

java.util.List getSemanticsNotes()
Returns the value of the 'Semantics Notes' attribute.

If the meaning of the 'Semantics Notes' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Semantics Notes' attribute.
See Also:
setSemanticsNotes(List), OmtPackage.getAttribute_SemanticsNotes()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.NMTOKENS" many="false" extendedMetaData="kind='attribute' name='semanticsNotes' namespace='##targetNamespace'"

setSemanticsNotes

void setSemanticsNotes(java.util.List value)
Sets the value of the 'Semantics Notes' attribute.

Parameters:
value - the new value of the 'Semantics Notes' attribute.
See Also:
getSemanticsNotes()
generated

getSharing

SharingEnum getSharing()
Returns the value of the 'Sharing' attribute. The default value is "Publish". The literals are from the enumeration SharingEnum.

If the meaning of the 'Sharing' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Sharing' attribute.
See Also:
SharingEnum, isSetSharing(), unsetSharing(), setSharing(SharingEnum), OmtPackage.getAttribute_Sharing()
generated
model
default="Publish" unique="false" unsettable="true" extendedMetaData="kind='attribute' name='sharing' namespace='##targetNamespace'"

setSharing

void setSharing(SharingEnum value)
Sets the value of the 'Sharing' attribute.

Parameters:
value - the new value of the 'Sharing' attribute.
See Also:
SharingEnum, isSetSharing(), unsetSharing(), getSharing()
generated

unsetSharing

void unsetSharing()
Unsets the value of the 'Sharing' attribute.

See Also:
isSetSharing(), getSharing(), setSharing(SharingEnum)
generated

isSetSharing

boolean isSetSharing()
Returns whether the value of the 'Sharing' attribute is set.

Returns:
whether the value of the 'Sharing' attribute is set.
See Also:
unsetSharing(), getSharing(), setSharing(SharingEnum)
generated

getSharingNotes

java.util.List getSharingNotes()
Returns the value of the 'Sharing Notes' attribute.

If the meaning of the 'Sharing Notes' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Sharing Notes' attribute.
See Also:
setSharingNotes(List), OmtPackage.getAttribute_SharingNotes()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.NMTOKENS" many="false" extendedMetaData="kind='attribute' name='sharingNotes' namespace='##targetNamespace'"

setSharingNotes

void setSharingNotes(java.util.List value)
Sets the value of the 'Sharing Notes' attribute.

Parameters:
value - the new value of the 'Sharing Notes' attribute.
See Also:
getSharingNotes()
generated

getTransportation

java.lang.String getTransportation()
Returns the value of the 'Transportation' attribute.

If the meaning of the 'Transportation' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Transportation' attribute.
See Also:
setTransportation(String), OmtPackage.getAttribute_Transportation()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.NMTOKEN" extendedMetaData="kind='attribute' name='transportation' namespace='##targetNamespace'"

setTransportation

void setTransportation(java.lang.String value)
Sets the value of the 'Transportation' attribute.

Parameters:
value - the new value of the 'Transportation' attribute.
See Also:
getTransportation()
generated

getTransportationNotes

java.util.List getTransportationNotes()
Returns the value of the 'Transportation Notes' attribute.

If the meaning of the 'Transportation Notes' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Transportation Notes' attribute.
See Also:
setTransportationNotes(List), OmtPackage.getAttribute_TransportationNotes()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.NMTOKENS" many="false" extendedMetaData="kind='attribute' name='transportationNotes' namespace='##targetNamespace'"

setTransportationNotes

void setTransportationNotes(java.util.List value)
Sets the value of the 'Transportation Notes' attribute.

Parameters:
value - the new value of the 'Transportation Notes' attribute.
See Also:
getTransportationNotes()
generated

getUpdateCondition

java.lang.Object getUpdateCondition()
Returns the value of the 'Update Condition' attribute.

If the meaning of the 'Update Condition' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Update Condition' attribute.
See Also:
setUpdateCondition(Object), OmtPackage.getAttribute_UpdateCondition()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.AnySimpleType" extendedMetaData="kind='attribute' name='updateCondition' namespace='##targetNamespace'"

setUpdateCondition

void setUpdateCondition(java.lang.Object value)
Sets the value of the 'Update Condition' attribute.

Parameters:
value - the new value of the 'Update Condition' attribute.
See Also:
getUpdateCondition()
generated

getUpdateConditionNotes

java.util.List getUpdateConditionNotes()
Returns the value of the 'Update Condition Notes' attribute.

If the meaning of the 'Update Condition Notes' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Update Condition Notes' attribute.
See Also:
setUpdateConditionNotes(List), OmtPackage.getAttribute_UpdateConditionNotes()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.NMTOKENS" many="false" extendedMetaData="kind='attribute' name='updateConditionNotes' namespace='##targetNamespace'"

setUpdateConditionNotes

void setUpdateConditionNotes(java.util.List value)
Sets the value of the 'Update Condition Notes' attribute.

Parameters:
value - the new value of the 'Update Condition Notes' attribute.
See Also:
getUpdateConditionNotes()
generated

getUpdateType

UpdateTypeEnum getUpdateType()
Returns the value of the 'Update Type' attribute. The default value is "Static". The literals are from the enumeration UpdateTypeEnum.

If the meaning of the 'Update Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Update Type' attribute.
See Also:
UpdateTypeEnum, isSetUpdateType(), unsetUpdateType(), setUpdateType(UpdateTypeEnum), OmtPackage.getAttribute_UpdateType()
generated
model
default="Static" unique="false" unsettable="true" extendedMetaData="kind='attribute' name='updateType' namespace='##targetNamespace'"

setUpdateType

void setUpdateType(UpdateTypeEnum value)
Sets the value of the 'Update Type' attribute.

Parameters:
value - the new value of the 'Update Type' attribute.
See Also:
UpdateTypeEnum, isSetUpdateType(), unsetUpdateType(), getUpdateType()
generated

unsetUpdateType

void unsetUpdateType()
Unsets the value of the 'Update Type' attribute.

See Also:
isSetUpdateType(), getUpdateType(), setUpdateType(UpdateTypeEnum)
generated

isSetUpdateType

boolean isSetUpdateType()
Returns whether the value of the 'Update Type' attribute is set.

Returns:
whether the value of the 'Update Type' attribute is set.
See Also:
unsetUpdateType(), getUpdateType(), setUpdateType(UpdateTypeEnum)
generated

getUpdateTypeNotes

java.util.List getUpdateTypeNotes()
Returns the value of the 'Update Type Notes' attribute.

If the meaning of the 'Update Type Notes' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Update Type Notes' attribute.
See Also:
setUpdateTypeNotes(List), OmtPackage.getAttribute_UpdateTypeNotes()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.NMTOKENS" many="false" extendedMetaData="kind='attribute' name='updateTypeNotes' namespace='##targetNamespace'"

setUpdateTypeNotes

void setUpdateTypeNotes(java.util.List value)
Sets the value of the 'Update Type Notes' attribute.

Parameters:
value - the new value of the 'Update Type Notes' attribute.
See Also:
getUpdateTypeNotes()
generated

getSubscribingFederates

org.eclipse.emf.common.util.EList getSubscribingFederates()
Returns the value of the 'Subscribing Federates' reference list. The list contents are of type Federate. It is bidirectional and its opposite is 'Subscribed Attributes'.

If the meaning of the 'Subscribing Federates' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Subscribing Federates' reference list.
See Also:
OmtPackage.getAttribute_SubscribingFederates(), Federate.getSubscribedAttributes()
generated
model
type="org.eodisp.hla.crc.data.Federate" opposite="subscribedAttributes" transient="true"

getPublishingFederates

org.eclipse.emf.common.util.EList getPublishingFederates()
Returns the value of the 'Publishing Federates' reference list. The list contents are of type Federate. It is bidirectional and its opposite is 'Published Attributes'.

If the meaning of the 'Publishing Federates' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Publishing Federates' reference list.
See Also:
OmtPackage.getAttribute_PublishingFederates(), Federate.getPublishedAttributes()
generated
model
type="org.eodisp.hla.crc.data.Federate" opposite="publishedAttributes" transient="true"