Uses of Interface
com._1c.g5.modeling.xtext.resource.IDerivedStateComputer
-
Packages that use IDerivedStateComputer Package Description com._1c.g5.modeling.xtext.resource -
-
Uses of IDerivedStateComputer in com._1c.g5.modeling.xtext.resource
Fields in com._1c.g5.modeling.xtext.resource declared as IDerivedStateComputer Modifier and Type Field Description protected IDerivedStateComputer
DerivedStateAwareModelChangeListener. derivedStateComputer
Methods in com._1c.g5.modeling.xtext.resource with parameters of type IDerivedStateComputer Modifier and Type Method Description void
DerivedStateAwareXtextXmlResource. setDerivedStateComputer(IDerivedStateComputer lateInitialization)
Constructors in com._1c.g5.modeling.xtext.resource with parameters of type IDerivedStateComputer Constructor Description DerivedStateAwareModelChangeListener(org.eclipse.emf.ecore.resource.Resource resource, IDerivedStateComputer derivedStateComputer)
Constructor.
-