Interface MIPlugin
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,MIAnalysisComponent
,org.eclipse.emf.common.notify.Notifier
public interface MIPlugin extends MIAnalysisComponent
A representation of the model object 'Plugin'.
The following features are supported:
- See Also:
MIAnalysisMetaModelPackage.getPlugin()
- Generated:
- Model:
- abstract="true"
-
Method Summary
Modifier and Type Method Description org.eclipse.emf.common.util.EList<MIDisplay>
getDisplays()
Returns the value of the 'Displays' containment reference list.org.eclipse.emf.common.util.EList<MIOutputPort>
getOutputPorts()
Returns the value of the 'Output Ports' containment reference list.org.eclipse.emf.common.util.EList<MIRepositoryConnector>
getRepositories()
Returns the value of the 'Repositories' containment reference list.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 kieker.analysis.model.analysisMetaModel.MIAnalysisComponent
getClassname, getId, getName, getProperties, setClassname, setId, setName
-
Method Details
-
getRepositories
org.eclipse.emf.common.util.EList<MIRepositoryConnector> getRepositories()Returns the value of the 'Repositories' containment reference list. The list contents are of typeMIRepositoryConnector
.If the meaning of the 'Repositories' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Repositories' containment reference list.
- See Also:
MIAnalysisMetaModelPackage.getPlugin_Repositories()
- Generated:
- Model:
- containment="true"
-
getOutputPorts
org.eclipse.emf.common.util.EList<MIOutputPort> getOutputPorts()Returns the value of the 'Output Ports' containment reference list. The list contents are of typeMIOutputPort
. It is bidirectional and its opposite is 'Parent
'.If the meaning of the 'Output Ports' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Output Ports' containment reference list.
- See Also:
MIAnalysisMetaModelPackage.getPlugin_OutputPorts()
,MIOutputPort.getParent()
- Generated:
- Model:
- opposite="parent" containment="true"
-
getDisplays
org.eclipse.emf.common.util.EList<MIDisplay> getDisplays()Returns the value of the 'Displays' containment reference list. The list contents are of typeMIDisplay
. It is bidirectional and its opposite is 'Parent
'.If the meaning of the 'Displays' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Displays' containment reference list.
- See Also:
MIAnalysisMetaModelPackage.getPlugin_Displays()
,MIDisplay.getParent()
- Generated:
- Model:
- opposite="parent" containment="true"
-