Package org.palladiosimulator.solver.lqn
Interface DocumentRoot
-
- All Known Implementing Classes:
DocumentRootImpl
public interface DocumentRoot extends EObject
A representation of the model object 'Document Root'.The following features are supported:
- See Also:
LqnPackage.getDocumentRoot()
- Generated class or method.
- EMF model class or method.
- extendedMetaData="name='' kind='mixed'"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LqnCoreType
getLqnCore()
Returns the value of the 'Lqn Core' containment reference.LqnModelType
getLqnModel()
Returns the value of the 'Lqn Model' containment reference.FeatureMap
getMixed()
Returns the value of the 'Mixed' attribute list.EMap<String,String>
getXMLNSPrefixMap()
Returns the value of the 'XMLNS Prefix Map' map.EMap<String,String>
getXSISchemaLocation()
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 Detail
-
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:
LqnPackage.getDocumentRoot_Mixed()
- 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
EMap<String,String> 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:
LqnPackage.getDocumentRoot_XMLNSPrefixMap()
- Generated class or method.
- EMF model class or method.
- mapType=
"org.eclipse.emf.ecore.EStringToStringMapEntry
" transient="true" extendedMetaData="kind='attribute' name='xmlns:prefix'"
-
getXSISchemaLocation
EMap<String,String> 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:
LqnPackage.getDocumentRoot_XSISchemaLocation()
- Generated class or method.
- EMF model class or method.
- mapType=
"org.eclipse.emf.ecore.EStringToStringMapEntry
" 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:
setLqnCore(LqnCoreType)
,LqnPackage.getDocumentRoot_LqnCore()
- 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
void setLqnCore(LqnCoreType value)
Sets the value of the 'Lqn Core
' containment reference.- Parameters:
value
- the new value of the 'Lqn Core' containment reference.- See Also:
getLqnCore()
- 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:
setLqnModel(LqnModelType)
,LqnPackage.getDocumentRoot_LqnModel()
- 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
void setLqnModel(LqnModelType value)
Sets the value of the 'Lqn Model
' containment reference.- Parameters:
value
- the new value of the 'Lqn Model' containment reference.- See Also:
getLqnModel()
- Generated class or method.
-
-