Class ProblemDerivedStateComputer.Adapter
java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterImpl
tools.refinery.language.resource.state.ProblemDerivedStateComputer.Adapter
- All Implemented Interfaces:
org.eclipse.emf.common.notify.Adapter,org.eclipse.emf.common.notify.Adapter.Internal
- Enclosing class:
ProblemDerivedStateComputer
protected static class ProblemDerivedStateComputer.Adapter
extends org.eclipse.emf.common.notify.impl.AdapterImpl
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
org.eclipse.emf.common.notify.Adapter.Internal -
Field Summary
Fields inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
target -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateComputedValueFunctionIfAbsent(FunctionDefinition functionDefinition, UnaryOperator<FunctionDefinition> createFunction) createComputedValuePredicateIfAbsent(PredicateDefinition predicateDefinition, UnaryOperator<PredicateDefinition> createPredicate) createDomainPredicateIfAbsent(FunctionDefinition functionDefinition, Function<FunctionDefinition, PredicateDefinition> createPredicate) createInvalidMultiplicityPredicateIfAbsent(ReferenceDeclaration referenceDeclaration, Function<ReferenceDeclaration, PredicateDefinition> createPredicate) createNewNodeIfAbsent(ClassDeclaration classDeclaration, Function<ClassDeclaration, Node> createNode) booleanisAdapterForType(Object type) voidremoveComputedValueFunction(FunctionDefinition functionDefinition) voidremoveComputedValuePredicate(PredicateDefinition predicateDefinition) voidremoveDomainPredicate(FunctionDefinition functionDefinition) voidremoveInvalidMultiplicityPredicate(ReferenceDeclaration referenceDeclaration) voidremoveNewNode(ClassDeclaration classDeclaration) voidretainAll(Collection<ClassDeclaration> abstractClassDeclarations, Collection<ReferenceDeclaration> referenceDeclarationsWithMultiplicity, Collection<PredicateDefinition> predicateDefinitionsWithComputedValue, Collection<FunctionDefinition> functionDefinitionsWithComputedValue, Collection<FunctionDefinition> functionDefinitionsWithDomainPredicate) Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
getTarget, notifyChanged, setTarget, unsetTarget
-
Constructor Details
-
Adapter
protected Adapter()
-
-
Method Details
-
createNewNodeIfAbsent
public Node createNewNodeIfAbsent(ClassDeclaration classDeclaration, Function<ClassDeclaration, Node> createNode) -
removeNewNode
-
createInvalidMultiplicityPredicateIfAbsent
public PredicateDefinition createInvalidMultiplicityPredicateIfAbsent(ReferenceDeclaration referenceDeclaration, Function<ReferenceDeclaration, PredicateDefinition> createPredicate) -
removeInvalidMultiplicityPredicate
-
createComputedValuePredicateIfAbsent
public PredicateDefinition createComputedValuePredicateIfAbsent(PredicateDefinition predicateDefinition, UnaryOperator<PredicateDefinition> createPredicate) -
removeComputedValuePredicate
-
createComputedValueFunctionIfAbsent
public FunctionDefinition createComputedValueFunctionIfAbsent(FunctionDefinition functionDefinition, UnaryOperator<FunctionDefinition> createFunction) -
removeComputedValueFunction
-
createDomainPredicateIfAbsent
public PredicateDefinition createDomainPredicateIfAbsent(FunctionDefinition functionDefinition, Function<FunctionDefinition, PredicateDefinition> createPredicate) -
removeDomainPredicate
-
retainAll
public void retainAll(Collection<ClassDeclaration> abstractClassDeclarations, Collection<ReferenceDeclaration> referenceDeclarationsWithMultiplicity, Collection<PredicateDefinition> predicateDefinitionsWithComputedValue, Collection<FunctionDefinition> functionDefinitionsWithComputedValue, Collection<FunctionDefinition> functionDefinitionsWithDomainPredicate) -
isAdapterForType
- Specified by:
isAdapterForTypein interfaceorg.eclipse.emf.common.notify.Adapter- Overrides:
isAdapterForTypein classorg.eclipse.emf.common.notify.impl.AdapterImpl
-