Interface JavaClassDataChannel
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,DataChannel
,org.palladiosimulator.pcm.core.entity.Entity
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,org.palladiosimulator.pcm.core.entity.InterfaceProvidingEntity
,org.palladiosimulator.pcm.core.entity.InterfaceProvidingRequiringEntity
,org.palladiosimulator.pcm.core.entity.InterfaceRequiringEntity
,JavaClassRealization
,org.palladiosimulator.pcm.core.entity.NamedElement
,Notifier
,org.palladiosimulator.pcm.PCMBaseClass
,org.palladiosimulator.pcm.PCMClass
,org.palladiosimulator.pcm.repository.RepositoryComponent
,org.palladiosimulator.pcm.core.entity.ResourceInterfaceRequiringEntity
- All Known Implementing Classes:
JavaClassDataChannelImpl
public interface JavaClassDataChannel extends DataChannel, JavaClassRealization
A representation of the model object 'Java Class Data Channel'.- See Also:
RepositoryPackage.getJavaClassDataChannel()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
-
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
-
Methods inherited from interface org.palladiosimulator.indirections.repository.DataChannel
getDataSinkRoles, getDataSourceRoles
-
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.palladiosimulator.pcm.core.entity.InterfaceProvidingEntity
getProvidedRoles_InterfaceProvidingEntity
-
Methods inherited from interface org.palladiosimulator.pcm.core.entity.InterfaceRequiringEntity
getRequiredRoles_InterfaceRequiringEntity
-
Methods inherited from interface org.palladiosimulator.indirections.JavaClassRealization
getConfigEntries, getRealizingClassFqn, setRealizingClassFqn
-
Methods inherited from interface org.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-