Class PartialRelationTranslatorProxy
java.lang.Object
tools.refinery.store.reasoning.interpretation.TargetRewriter
tools.refinery.store.reasoning.translator.proxy.PartialRelationTranslatorProxy
- All Implemented Interfaces:
ModelStoreConfiguration
,PartialRelationRewriter
public class PartialRelationTranslatorProxy
extends TargetRewriter
implements ModelStoreConfiguration
-
Constructor Summary
ConstructorsConstructorDescriptionPartialRelationTranslatorProxy
(PartialRelation partialRelation, PartialRelation targetRelation, boolean mutable) -
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ModelStoreBuilder storeBuilder) protected Constraint
getTarget
(Modality modality, Concreteness concreteness) Methods inherited from class tools.refinery.store.reasoning.interpretation.TargetRewriter
rewriteLiteral, rewriteTerm
-
Constructor Details
-
PartialRelationTranslatorProxy
public PartialRelationTranslatorProxy(PartialRelation partialRelation, PartialRelation targetRelation, boolean mutable)
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceModelStoreConfiguration
-
getTarget
- Specified by:
getTarget
in classTargetRewriter
-