Uses of Interface
org.enterprisedomain.classmaker.Strategy
Package
Description
-
Uses of Strategy in org.enterprisedomain.classmaker
Modifier and TypeMethodDescriptionClassMakerFactory.createStrategy()
Returns a new object of class 'Strategy'.State.getStrategy()
Returns the value of the 'Strategy' reference.Modifier and TypeMethodDescriptionvoid
State.setStrategy
(Strategy value) Sets the value of the 'Strategy
' reference. -
Uses of Strategy in org.enterprisedomain.classmaker.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Strategy'.Modifier and TypeMethodDescriptionStateImpl.basicGetStrategy()
ClassMakerFactoryImpl.createStrategy()
StateImpl.getStrategy()
Modifier 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
Modifier 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