Uses of Interface
org.enterprisedomain.classmaker.SCMOperator
Packages that use SCMOperator
Package
Description
-
Uses of SCMOperator in org.enterprisedomain.classmaker
Methods in org.enterprisedomain.classmaker that return SCMOperatorMethods in org.enterprisedomain.classmaker with parameters of type SCMOperatorModifier and TypeMethodDescriptionvoid
SCMRegistry.put
(String projectName, SCMOperator<T> operator) -
Uses of SCMOperator in org.enterprisedomain.classmaker.impl
Classes in org.enterprisedomain.classmaker.impl that implement SCMOperatorModifier and TypeClassDescriptionclass
An implementation of the model object 'SCM Operator'.Methods in org.enterprisedomain.classmaker.impl that return SCMOperatorMethods in org.enterprisedomain.classmaker.impl with parameters of type SCMOperatorModifier and TypeMethodDescriptionvoid
SCMRegistryImpl.put
(String projectName, SCMOperator<T> operator) -
Uses of SCMOperator in org.enterprisedomain.classmaker.scm
Classes in org.enterprisedomain.classmaker.scm that implement SCMOperator -
Uses of SCMOperator in org.enterprisedomain.classmaker.util
Methods in org.enterprisedomain.classmaker.util with parameters of type SCMOperatorModifier and TypeMethodDescription<T> T1
ClassMakerSwitch.caseSCMOperator
(SCMOperator<T> object) Returns the result of interpreting the object as an instance of 'SCM Operator'.boolean
ClassMakerValidator.validateSCMOperator
(SCMOperator<?> scmOperator, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)