Uses of Interface
org.enterprisedomain.classmaker.Strategy
Packages that use Strategy
Package
Description
-
Uses of Strategy in org.enterprisedomain.classmaker
Methods in org.enterprisedomain.classmaker that return StrategyModifier and TypeMethodDescriptionClassMakerFactory.createStrategy()
Returns a new object of class 'Strategy'.State.getStrategy()
Returns the value of the 'Strategy' reference.Methods in org.enterprisedomain.classmaker with parameters of type StrategyModifier and TypeMethodDescriptionvoid
State.setStrategy
(Strategy value) Sets the value of the 'Strategy
' reference. -
Uses of Strategy in org.enterprisedomain.classmaker.impl
Classes in org.enterprisedomain.classmaker.impl that implement StrategyModifier and TypeClassDescriptionclass
An implementation of the model object 'Strategy'.Methods in org.enterprisedomain.classmaker.impl that return StrategyModifier and TypeMethodDescriptionStateImpl.basicGetStrategy()
ClassMakerFactoryImpl.createStrategy()
StateImpl.getStrategy()
Methods in org.enterprisedomain.classmaker.impl with parameters of type StrategyModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
StateImpl.basicSetStrategy
(Strategy newStrategy, org.eclipse.emf.common.notify.NotificationChain msgs) void
StateImpl.setStrategy
(Strategy newStrategy) -
Uses of Strategy in org.enterprisedomain.classmaker.util
Methods in org.enterprisedomain.classmaker.util with parameters of type StrategyModifier and TypeMethodDescriptionClassMakerSwitch.caseStrategy
(Strategy object) Returns the result of interpreting the object as an instance of 'Strategy'.boolean
ClassMakerValidator.validateStrategy
(Strategy strategy, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of Strategy in org.enterprisedomain.classmaker.validation
Methods in org.enterprisedomain.classmaker.validation with parameters of type Strategy