|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectibspan.tss.um.learning.LearningTask
public class LearningTask
This class carry data necessary for learning process, realized by
LearningAlgorithm.
LearningAlgorithm| Constructor Summary | |
|---|---|
LearningTask()
|
|
| Method Summary | |
|---|---|
OntModel |
getClickedIndividuals()
Returns individuals which were object of clicking or rating in the events. |
List<ExtendedEvent> |
getEvents()
Returns a list of events to be a base for learning process. |
Set<String> |
getObjectedConcepts()
Returns set of concepts which were objected by user in events. |
Set<Integer> |
getPlayingUsers()
Returns a set of users acting in events. |
void |
setClickedIndividuals(OntModel mObjectedIndividuals)
Sets individuals which were object of clicking or rating in the events. |
void |
setEvents(List<ExtendedEvent> events)
Sets a list of events to be a base for learning process. |
void |
setObjectedConcepts(Set<String> objectedConcepts)
Sets set of concepts which were objected by user in events. |
void |
setPlayingUsers(Set<Integer> playingUsers)
Sets a set of users acting in events. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LearningTask()
| Method Detail |
|---|
public List<ExtendedEvent> getEvents()
public OntModel getClickedIndividuals()
public Set<Integer> getPlayingUsers()
public Set<String> getObjectedConcepts()
public void setObjectedConcepts(Set<String> objectedConcepts)
objectedConcepts - is a set of URI references of conceptspublic void setPlayingUsers(Set<Integer> playingUsers)
playingUsers - is a set of IDs of users.public void setEvents(List<ExtendedEvent> events)
events - is a list of events.public void setClickedIndividuals(OntModel mObjectedIndividuals)
mObjectedIndividuals - is a model with individuals (with detailed description).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||