Class AttributeTranslator<A extends AbstractValue<A,C>,C>
java.lang.Object
tools.refinery.store.reasoning.translator.attribute.AttributeTranslator<A,C>
- All Implemented Interfaces:
ModelStoreConfiguration
public class AttributeTranslator<A extends AbstractValue<A,C>,C>
extends Object
implements ModelStoreConfiguration
-
Constructor Summary
ConstructorsConstructorDescriptionAttributeTranslator
(PartialFunction<A, C> partialFunction, AttributeInfo attributeInfo) -
Method Summary
-
Constructor Details
-
AttributeTranslator
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceModelStoreConfiguration
-