Uses of Class
org.apache.wayang.commons.util.profiledb.model.Subject
Packages that use Subject
-
Uses of Subject in org.apache.wayang.commons.util.profiledb.model
Methods in org.apache.wayang.commons.util.profiledb.model that return SubjectModifier and TypeMethodDescriptionSubject.addConfiguration
(String key, Object value) Adds a configuration.Experiment.getSubject()
Methods in org.apache.wayang.commons.util.profiledb.model with parameters of type SubjectConstructors in org.apache.wayang.commons.util.profiledb.model with parameters of type SubjectModifierConstructorDescriptionExperiment
(String id, Subject subject, long startTime, String... tags) Create a new instance.Experiment
(String id, Subject subject, String... tags) Create a new instance that is starting right now.