Kieker 1.5

kieker.analysis.model.analysisMetaModel
Interface MIPlugin

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
MIFilter, MIReader
All Known Implementing Classes:
MFilter, MPlugin, MReader

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

A representation of the model object 'Plugin'.

The following features are supported:

See Also:
MIAnalysisMetaModelPackage.getPlugin()
Generated:
Model:
abstract="true"

Method Summary
 String getClassname()
          Returns the value of the 'Classname' attribute.
 String getName()
          Returns the value of the 'Name' attribute.
 org.eclipse.emf.common.util.EList<MIOutputPort> getOutputPorts()
          Returns the value of the 'Output Ports' containment reference list.
 org.eclipse.emf.common.util.EList<MIProperty> getProperties()
          Returns the value of the 'Properties' containment reference list.
 org.eclipse.emf.common.util.EList<MIRepositoryConnector> getRepositories()
          Returns the value of the 'Repositories' containment reference list.
 void setClassname(String value)
          Sets the value of the 'Classname' attribute.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 
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

getName

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), MIAnalysisMetaModelPackage.getPlugin_Name()
Generated:
Model:
required="true"

setName

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

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

getClassname

String getClassname()
Returns the value of the 'Classname' attribute.

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

Returns:
the value of the 'Classname' attribute.
See Also:
setClassname(String), MIAnalysisMetaModelPackage.getPlugin_Classname()
Generated:
Model:
required="true"

setClassname

void setClassname(String value)
Sets the value of the 'Classname' attribute.

Parameters:
value - the new value of the 'Classname' attribute.
See Also:
getClassname()
Generated:

getProperties

org.eclipse.emf.common.util.EList<MIProperty> getProperties()
Returns the value of the 'Properties' containment reference list. The list contents are of type MIProperty.

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

Returns:
the value of the 'Properties' containment reference list.
See Also:
MIAnalysisMetaModelPackage.getPlugin_Properties()
Generated:
Model:
containment="true"

getRepositories

org.eclipse.emf.common.util.EList<MIRepositoryConnector> getRepositories()
Returns the value of the 'Repositories' containment reference list. The list contents are of type MIRepositoryConnector.

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 type MIOutputPort. 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"

Kieker 1.5

Copyright 2012 the Kieker Project, http://kieker-monitoring.net