Package tools.refinery.generator
Class ModelFacadeResult.Success
java.lang.Object
tools.refinery.generator.ModelFacadeResult.Success
- All Implemented Interfaces:
ModelFacadeResult
- Enclosing interface:
ModelFacadeResult
-
Nested Class Summary
Nested classes/interfaces inherited from interface tools.refinery.generator.ModelFacadeResult
ModelFacadeResult.ConcretizationRejected, ModelFacadeResult.PropagationRejected, ModelFacadeResult.Rejected, ModelFacadeResult.Success
-
Field Summary
Fields inherited from interface tools.refinery.generator.ModelFacadeResult
SUCCESS
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface tools.refinery.generator.ModelFacadeResult
isRejected
-
Method Details
-
isPropagationRejected
public boolean isPropagationRejected()- Specified by:
isPropagationRejected
in interfaceModelFacadeResult
-
isConcretizationRejected
public boolean isConcretizationRejected()- Specified by:
isConcretizationRejected
in interfaceModelFacadeResult
-
throwIfRejected
public void throwIfRejected()- Specified by:
throwIfRejected
in interfaceModelFacadeResult
-