org.eclipse.gmf.tooling.runtime.update
Interface DiagramUpdater


public interface DiagramUpdater

Since:
3.0

Method Summary
 List<? extends UpdaterLinkDescriptor> getContainedLinks(org.eclipse.gmf.runtime.notation.View view)
           
 List<? extends UpdaterLinkDescriptor> getIncomingLinks(org.eclipse.gmf.runtime.notation.View view)
           
 List<? extends UpdaterLinkDescriptor> getOutgoingLinks(org.eclipse.gmf.runtime.notation.View view)
           
 List<? extends UpdaterNodeDescriptor> getSemanticChildren(org.eclipse.gmf.runtime.notation.View view)
           
 

Method Detail

getSemanticChildren

List<? extends UpdaterNodeDescriptor> getSemanticChildren(org.eclipse.gmf.runtime.notation.View view)

getContainedLinks

List<? extends UpdaterLinkDescriptor> getContainedLinks(org.eclipse.gmf.runtime.notation.View view)

getIncomingLinks

List<? extends UpdaterLinkDescriptor> getIncomingLinks(org.eclipse.gmf.runtime.notation.View view)

getOutgoingLinks

List<? extends UpdaterLinkDescriptor> getOutgoingLinks(org.eclipse.gmf.runtime.notation.View view)


Copyright © 2012. All Rights Reserved.