org.eclipse.gmf.codegen.gmfgen
Interface LinkModelFacet

All Superinterfaces:
org.eclipse.emf.ecore.EObject, ModelFacet, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
FeatureLinkModelFacet, TypeLinkModelFacet
All Known Implementing Classes:
FeatureLinkModelFacetImpl, TypeLinkModelFacetImpl

public interface LinkModelFacet
extends ModelFacet

A representation of the model object 'Link Model Facet'. Model facet of links

See Also:
GMFGenPackage.getLinkModelFacet()

Method Summary
 org.eclipse.emf.common.util.EList<org.eclipse.emf.codegen.ecore.genmodel.GenClass> getAssistantSourceTypes()
           
 org.eclipse.emf.common.util.EList<org.eclipse.emf.codegen.ecore.genmodel.GenClass> getAssistantTargetTypes()
           
 org.eclipse.emf.codegen.ecore.genmodel.GenClass getSourceType()
           
 org.eclipse.emf.codegen.ecore.genmodel.GenClass getTargetType()
           
 
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

getSourceType

org.eclipse.emf.codegen.ecore.genmodel.GenClass getSourceType()


getTargetType

org.eclipse.emf.codegen.ecore.genmodel.GenClass getTargetType()


getAssistantSourceTypes

org.eclipse.emf.common.util.EList<org.eclipse.emf.codegen.ecore.genmodel.GenClass> getAssistantSourceTypes()


getAssistantTargetTypes

org.eclipse.emf.common.util.EList<org.eclipse.emf.codegen.ecore.genmodel.GenClass> getAssistantTargetTypes()



Copyright © 2011. All Rights Reserved.