Uses of Class
edu.cornell.mannlib.vitro.webapp.servlet.setup.SimpleReasonerSetup.RecomputeMode
-
Packages that use SimpleReasonerSetup.RecomputeMode Package Description edu.cornell.mannlib.vitro.webapp.servlet.setup -
-
Uses of SimpleReasonerSetup.RecomputeMode in edu.cornell.mannlib.vitro.webapp.servlet.setup
Methods in edu.cornell.mannlib.vitro.webapp.servlet.setup that return SimpleReasonerSetup.RecomputeMode Modifier and Type Method Description static SimpleReasonerSetup.RecomputeModeSimpleReasonerSetup. getRecomputeRequired(javax.servlet.ServletContext ctx)static SimpleReasonerSetup.RecomputeModeSimpleReasonerSetup.RecomputeMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SimpleReasonerSetup.RecomputeMode[]SimpleReasonerSetup.RecomputeMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.cornell.mannlib.vitro.webapp.servlet.setup with parameters of type SimpleReasonerSetup.RecomputeMode Modifier and Type Method Description static voidSimpleReasonerSetup. setRecomputeRequired(javax.servlet.ServletContext ctx, SimpleReasonerSetup.RecomputeMode mode)
-