Uses of Class
fr.tpt.aadl.annex.behavior.aadlba.DataRepresentation

Packages that use DataRepresentation
fr.tpt.aadl.annex.behavior.aadlba   
fr.tpt.aadl.annex.behavior.utils   
 

Uses of DataRepresentation in fr.tpt.aadl.annex.behavior.aadlba
 

Fields in fr.tpt.aadl.annex.behavior.aadlba with type parameters of type DataRepresentation
static java.util.List<DataRepresentation> DataRepresentation.VALUES
          A public read-only list of all the 'Data Representation' enumerators
 

Methods in fr.tpt.aadl.annex.behavior.aadlba that return DataRepresentation
static DataRepresentation DataRepresentation.get(int value)
          Returns the 'Data Representation' literal with the specified integer value
static DataRepresentation DataRepresentation.get(java.lang.String literal)
          Returns the 'Data Representation' literal with the specified literal value
static DataRepresentation DataRepresentation.getByName(java.lang.String name)
          Returns the 'Data Representation' literal with the specified name
static DataRepresentation DataRepresentation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DataRepresentation[] DataRepresentation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of DataRepresentation in fr.tpt.aadl.annex.behavior.utils
 

Methods in fr.tpt.aadl.annex.behavior.utils that return DataRepresentation
static DataRepresentation AadlBaUtils.getDataRepresentation(BehaviorPropertyConstant pc)
          Returns the data representation associated to the given BehaviorPropertyConstant object

Note : AadlBaUtils.getDataRepresentation(PropertyType) to see restrictions.
static DataRepresentation AadlBaUtils.getDataRepresentation(BehaviorPropertyValue pv)
          Returns the data representation associated to the given BehaviorPropertyValue object

Note : AadlBaUtils.getDataRepresentation(PropertyType) to see restrictions.
static DataRepresentation AadlBaUtils.getDataRepresentation(BehaviorVariable bv)
          Returns the data representation of the given BehaviorVariable object or DataRepresentation.UNKNOWN if Data_Model::Data_Representation property is not set or if the BehaviorVariable object represents a data structure.
static DataRepresentation AadlBaUtils.getDataRepresentation(org.osate.aadl2.DataClassifier c)
          Returns the last data representation from the property stack of the given data classifier or DataRepresentation.UNKNOWN if Data_Model::Data_Representation property is not set or if the data classifier represents a data structure.
static DataRepresentation AadlBaUtils.getDataRepresentation(org.osate.aadl2.PropertyType type)
          Returns the data representation associated to the given PropertyType object.
static DataRepresentation AadlBaUtils.getDataRepresentation(Value v)
          Returns the data representation associated to the given Value object.
static DataRepresentation AadlBaUtils.getDataRepresentation(ValueConstant v)
          Returns the data representation associated to the given ValueConstant object

Note : AadlBaUtils.getDataRepresentation(PropertyType) to see restrictions on property constant and value.
static DataRepresentation AadlBaUtils.getDataRepresentation(ValueVariable v)
          Returns the data representation of the given ValueVariable object or DataRepresentation.UNKNOWN if Data_Model::Data_Representation property is not set or if the ValueVariable object represents a data structure.