Package com._1c.g5.v8.dt.bp.scheme
Class GraphicalSchemeItemInformationService
- java.lang.Object
- 
- com._1c.g5.v8.dt.bp.scheme.GraphicalSchemeItemInformationService
 
- 
 public class GraphicalSchemeItemInformationService extends Object Service returns events associated with given graphical scheme item.
- 
- 
Constructor SummaryConstructors Constructor Description GraphicalSchemeItemInformationService()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<org.eclipse.xtext.resource.IEObjectDescription>getAssociatedEvents(GraphicalSchemeItem item, org.eclipse.emf.ecore.EObject context)Returns events associated with given item.
 
- 
- 
- 
Method Detail- 
getAssociatedEventspublic 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.
 
 
- 
 
-