Package org.palladiosimulator.solver.lqn
Interface DocumentRoot
- All Known Implementing Classes:
DocumentRootImpl
A representation of the model object 'Document Root'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
- extendedMetaData="name='' kind='mixed'"
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Lqn Core' containment reference.Returns the value of the 'Lqn Model' containment reference.getMixed()
Returns the value of the 'Mixed' attribute list.Returns the value of the 'XMLNS Prefix Map' map.Returns the value of the 'XSI Schema Location' map.void
setLqnCore
(LqnCoreType value) Sets the value of the 'Lqn Core
' containment reference.void
setLqnModel
(LqnModelType value) Sets the value of the 'Lqn Model
' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getMixed
FeatureMap getMixed()Returns the value of the 'Mixed' attribute list. The list contents are of typeFeatureMap.Entry
.If the meaning of the 'Mixed' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Mixed' attribute list.
- See Also:
- Generated class or method.
- EMF model class or method.
- unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" extendedMetaData="kind='elementWildcard' name=':mixed'"
-
getXMLNSPrefixMap
Returns the value of the 'XMLNS Prefix Map' map. The key is of typeString
, and the value is of typeString
,If the meaning of the 'XMLNS Prefix Map' map isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'XMLNS Prefix Map' map.
- See Also:
- Generated class or method.
- EMF model class or method.
- mapType= "org.eclipse.emf.ecore.EStringToStringMapEntry<org.eclipse.emf.ecore.EString, org.eclipse.emf.ecore.EString>" transient="true" extendedMetaData="kind='attribute' name='xmlns:prefix'"
-
getXSISchemaLocation
Returns the value of the 'XSI Schema Location' map. The key is of typeString
, and the value is of typeString
,If the meaning of the 'XSI Schema Location' map isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'XSI Schema Location' map.
- See Also:
- Generated class or method.
- EMF model class or method.
- mapType= "org.eclipse.emf.ecore.EStringToStringMapEntry<org.eclipse.emf.ecore.EString, org.eclipse.emf.ecore.EString>" transient="true" extendedMetaData="kind='attribute' name='xsi:schemaLocation'"
-
getLqnCore
LqnCoreType getLqnCore()Returns the value of the 'Lqn Core' containment reference.If the meaning of the 'Lqn Core' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Lqn Core' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" upper="-2" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='lqn-core' namespace='##targetNamespace'"
-
setLqnCore
Sets the value of the 'Lqn Core
' containment reference.- Parameters:
value
- the new value of the 'Lqn Core' containment reference.- See Also:
- Generated class or method.
-
getLqnModel
LqnModelType getLqnModel()Returns the value of the 'Lqn Model' containment reference.If the meaning of the 'Lqn Model' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Lqn Model' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" upper="-2" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='lqn-model' namespace='##targetNamespace'"
-
setLqnModel
Sets the value of the 'Lqn Model
' containment reference.- Parameters:
value
- the new value of the 'Lqn Model' containment reference.- See Also:
- Generated class or method.
-