|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Episode | |
|---|---|
| cz.cuni.amis.pogamut.episodic.episodes | |
| Uses of Episode in cz.cuni.amis.pogamut.episodic.episodes |
|---|
| Fields in cz.cuni.amis.pogamut.episodic.episodes with type parameters of type Episode | |
|---|---|
ArrayList<Episode> |
Episode.next
The next field links Episode |
ArrayList<Episode> |
Episode.previous
The previous field contains Episode |
| Methods in cz.cuni.amis.pogamut.episodic.episodes that return Episode | |
|---|---|
Episode |
Episode.createCopy(Chronobag c)
Creates a copy of the episode structure. |
Episode |
Episode.deriveEpisode()
|
Episode |
Chronobag.getEpisode(Integer id)
|
Episode |
EpisodeNode.getEpisodeRoot()
Getter method for the root variable. |
Episode |
Chronobag.getFirstEpisode()
A getter method for the firstEpisode variable. |
| Methods in cz.cuni.amis.pogamut.episodic.episodes that return types with arguments of type Episode | |
|---|---|
Collection<Episode> |
Chronobag.getEpisodes()
Creates and returns a collection of all episodes in a chronobag. |
| Methods in cz.cuni.amis.pogamut.episodic.episodes with parameters of type Episode | |
|---|---|
boolean |
Chronobag.copyEpisodeToAbstractChronobag(Episode e)
Creates a copy of specified episode from this chronobag and copies it to the more abstract chronobag. |
EpisodeNode |
EpisodeNode.createCopy(EpisodeNode parent,
Episode e)
|
void |
Chronobag.deleteEpisode(Episode e)
|
double |
Episode.episodeSimilarity(Episode other)
Calculates the similarity of two episodes. |
boolean |
Episode.mergeWith(Episode other)
|
boolean |
Chronobag.uniteEpisode(Episode e)
|
| Constructors in cz.cuni.amis.pogamut.episodic.episodes with parameters of type Episode | |
|---|---|
Episode(Episode other)
Instantiate the class by providing reference to an already instantiated Episode. |
|
EpisodeNode(EpisodeNode other,
EpisodeNode parent,
Episode e)
|
|
EpisodeNode(String _name,
EpisodeNode _parent,
Episode _root,
Node associated)
Instantiate the class by providing its name, reference to a parent EpisodeNode, parent Episode and associated
decision node. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||