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 TypeMethodDescriptionbooleanbooleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tools.refinery.generator.ModelFacadeResult
isRejected 
- 
Method Details
- 
isPropagationRejected
public boolean isPropagationRejected()- Specified by:
 isPropagationRejectedin interfaceModelFacadeResult
 - 
isConcretizationRejected
public boolean isConcretizationRejected()- Specified by:
 isConcretizationRejectedin interfaceModelFacadeResult
 
 -