Uses of Enum Class
cz.cvut.kbss.ontodriver.model.InferenceMode
Packages that use InferenceMode
-
Uses of InferenceMode in cz.cvut.kbss.jopa.model.metamodel
Methods in cz.cvut.kbss.jopa.model.metamodel with parameters of type InferenceModeModifier and TypeMethodDescriptionPropertiesSpecificationImpl.PropertiesSpecificationBuilder.inferenceMode
(InferenceMode inferenceMode) SingularAttributeImpl.SingularAttributeBuilder.inferenceMode
(InferenceMode inferenceMode) Constructors in cz.cvut.kbss.jopa.model.metamodel with parameters of type InferenceModeModifierConstructorDescriptionTypesSpecificationImpl
(ManagedType<X> declaringType, FetchType fetchType, Field javaField, Class<Y> elementType, InferenceMode inferenceMode) -
Uses of InferenceMode in cz.cvut.kbss.ontodriver.model
Methods in cz.cvut.kbss.ontodriver.model that return InferenceModeModifier and TypeMethodDescriptionstatic InferenceMode
Returns the enum constant of this class with the specified name.static InferenceMode[]
InferenceMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.