|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IConfiguration
Created by IntelliJ IDEA. User: Chris Date: 8/18/11 Time: 9:45 PM This interface defines our interaction with a DL-Learner specific configuration.
| Method Summary | |
|---|---|
Set<String> |
getNegativeExamples()
Get the set of negative examples associated with this configuration. |
Object |
getObjectValue(String key)
Get the object for the given key. |
Set<String> |
getPositiveExamples()
Get the set of positive examples associated with this configuration. |
Properties |
getProperties()
Get a Properties object describing all of the properties which this configuration object knows about. |
| Method Detail |
|---|
Object getObjectValue(String key)
key - The key of the object to retrieve.
Properties getProperties()
Set<String> getPositiveExamples()
Set<String> getNegativeExamples()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||