|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SchemaCounter | |
|---|---|
| cz.cuni.amis.pogamut.episodic.schemas | |
| Uses of SchemaCounter in cz.cuni.amis.pogamut.episodic.schemas |
|---|
| Methods in cz.cuni.amis.pogamut.episodic.schemas that return SchemaCounter | |
|---|---|
SchemaCounter |
SchemaBag.getCounter(Collection<SchemaEpisodeNode> schemaNodes,
Collection<SlotContent> objectNodes,
int maxCombination)
Retrieve the counter representing total count of collective appearences of a set of specified schema nodes. |
| Methods in cz.cuni.amis.pogamut.episodic.schemas that return types with arguments of type SchemaCounter | |
|---|---|
Collection<SchemaCounter> |
SchemaBag.getAllExistingSubSets(Collection<SchemaEpisodeNode> schemaNodes,
Collection<SlotContent> objectNodes,
int maxSize)
|
org.apache.commons.collections15.multimap.MultiHashMap<Integer,SchemaCounter> |
SchemaEpisodeNode.getCounts()
|
org.apache.commons.collections15.multimap.MultiHashMap<Integer,SchemaCounter> |
SlotContent.getCounts()
Getter variable for counts variable. |
| Methods in cz.cuni.amis.pogamut.episodic.schemas with parameters of type SchemaCounter | |
|---|---|
void |
SchemaEpisodeNode.addCount(int key,
SchemaCounter count)
Each SchemaEpisodeNode keeps the list of references
to counters it is contributing to (it is contained in set of nodes
defining the counter). |
void |
SlotContent.addCount(int key,
SchemaCounter count)
Each SlotContent keeps the list of references
to counters it is contributing to (it is contained in set of nodes
defining the counter). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||