-
Classes Class Description org.hobbit.core.data.ConfiguredExperiment UseQueuedExperimentinstead.org.hobbit.core.data.ControllerStatus UseControllerStatusinstead.org.hobbit.vocab.DOAP Use org.apache.jena.sparql.vocabulary.DOAP instead.
-
Fields Field Description org.hobbit.core.Constants.CHALLENGE_URI_NS Use org.hobbit.vocab.HobbitChallenges instead.org.hobbit.core.Constants.DOCKER_SERVICE_QUEUE_NAME org.hobbit.core.Constants.EXPERIMENT_URI_NS Use org.hobbit.vocab.HobbitExperiments instead.org.hobbit.core.Constants.HARDWARE_URI_NS Use org.hobbit.vocab.HobbitHardware instead.org.hobbit.core.Constants.NEW_EXPERIMENT_URI Use org.hobbit.vocab.HobbitExperiments instead.org.hobbit.core.Constants.SYSTEM_CONTAINER_ID_KEY org.hobbit.core.data.ContainerTermination.isTerminated org.hobbit.storage.queries.SparqlQueries.CLEAN_UP_CHALLENGE_GRAPH_QUERY
-
Methods Method Description org.hobbit.core.components.AbstractSequencingTaskGenerator.setTaskIdToWaitFor(String) It is not necessary anymore since its usage has been integrated into theAbstractSequencingTaskGenerator.sendTaskToSystemAdapterInSequence(String, byte[])method.org.hobbit.core.data.ContainerTermination.waitForTermination() org.hobbit.storage.queries.SparqlQueries.cleanUpChallengeGraphQuery(String) A single large query does not seem to be supported by all triple stores. UseSparqlQueries.cleanUpChallengeGraphQueries(String)instead.