Package com._1c.g5.v8.dt.bp.scheme
Class GraphicalSchemeItemInformationService
java.lang.Object
com._1c.g5.v8.dt.bp.scheme.GraphicalSchemeItemInformationService
Service returns events associated with given graphical scheme item.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<org.eclipse.xtext.resource.IEObjectDescription>
getAssociatedEvents
(GraphicalSchemeItem item, org.eclipse.emf.ecore.EObject context) Returns events associated with given item.
-
Constructor Details
-
GraphicalSchemeItemInformationService
public GraphicalSchemeItemInformationService()
-
-
Method Details
-
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 benull
.context
- -context item to get runtime version. Can benull
.- Returns:
- events associated with given item. Can't return
null
.
-