Uses of Class
org.apache.wayang.commons.util.profiledb.model.Subject
-
Packages that use Subject Package Description org.apache.wayang.commons.util.profiledb.model -
-
Uses of Subject in org.apache.wayang.commons.util.profiledb.model
Methods in org.apache.wayang.commons.util.profiledb.model that return Subject Modifier and Type Method Description Subject
Subject. addConfiguration(java.lang.String key, java.lang.Object value)
Adds a configuration.Subject
Experiment. getSubject()
Methods in org.apache.wayang.commons.util.profiledb.model with parameters of type Subject Modifier and Type Method Description void
Experiment. setSubject(Subject subject)
Constructors in org.apache.wayang.commons.util.profiledb.model with parameters of type Subject Constructor Description Experiment(java.lang.String id, Subject subject, long startTime, java.lang.String... tags)
Create a new instance.Experiment(java.lang.String id, Subject subject, java.lang.String... tags)
Create a new instance that is starting right now.
-