Class GraphicalSchemeItemInformationService


  • public class GraphicalSchemeItemInformationService
    extends Object
    Service returns events associated with given graphical scheme item.
    • Constructor Detail

      • GraphicalSchemeItemInformationService

        public GraphicalSchemeItemInformationService()
    • Method Detail

      • getAssociatedEvents

        public Collection<org.eclipse.xtext.resource.IEObjectDescription> getAssociatedEvents​(GraphicalSchemeItem item,
                                                                                              org.eclipse.emf.ecore.EObject context)
        Returns events associated with given item.
        Parameters:
        item - - item to get events for. Can't be null.
        context - -context item to get runtime version. Can be null.
        Returns:
        events associated with given item. Can't return null.