|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SchemaEpisodeNode | |
|---|---|
| cz.cuni.amis.pogamut.episodic.decisions | |
| cz.cuni.amis.pogamut.episodic.episodes | |
| cz.cuni.amis.pogamut.episodic.schemas | |
| Uses of SchemaEpisodeNode in cz.cuni.amis.pogamut.episodic.decisions |
|---|
| Methods in cz.cuni.amis.pogamut.episodic.decisions that return SchemaEpisodeNode | |
|---|---|
SchemaEpisodeNode |
INode.getAssociatedNode()
Returns a reference to equivalent node in schemabag once the equivalent node is created there. |
SchemaEpisodeNode |
Node.getAssociatedNode()
Getter method for the associatedSchemaNode variable. |
| Methods in cz.cuni.amis.pogamut.episodic.decisions with parameters of type SchemaEpisodeNode | |
|---|---|
boolean |
Node.setAssociatedSchemaNode(SchemaEpisodeNode node)
This method sets the associatedSchemaNode variable. |
| Uses of SchemaEpisodeNode in cz.cuni.amis.pogamut.episodic.episodes |
|---|
| Method parameters in cz.cuni.amis.pogamut.episodic.episodes with type arguments of type SchemaEpisodeNode | |
|---|---|
EpisodeNode |
EpisodeNode.deriveChildrenAndSlots(Collection<SchemaEpisodeNode> traceSchemaNodes,
Collection<SlotContent> schemaContents)
|
| Uses of SchemaEpisodeNode in cz.cuni.amis.pogamut.episodic.schemas |
|---|
| Methods in cz.cuni.amis.pogamut.episodic.schemas that return SchemaEpisodeNode | |
|---|---|
SchemaEpisodeNode |
SchemaEpisodeNode.getParentSchemaNode()
|
SchemaEpisodeNode |
SchemaBag.getSchemaENode(String name)
Method used to return a single SchemaEpisodicNode. |
| Methods in cz.cuni.amis.pogamut.episodic.schemas that return types with arguments of type SchemaEpisodeNode | |
|---|---|
Collection<SchemaEpisodeNode> |
SchemaEpisodeNode.getChildrenSchemaNodes()
|
Collection<SchemaEpisodeNode> |
SchemaCounter.getENodes()
|
Collection<SchemaEpisodeNode> |
SchemaBag.getSchemaENodes()
Basically a getter method for the schemaENodes variable. |
| Method parameters in cz.cuni.amis.pogamut.episodic.schemas with type arguments of type SchemaEpisodeNode | |
|---|---|
boolean |
SchemaCounter.checkNodes(Collection<SchemaEpisodeNode> sn,
Collection<SlotContent> cn)
Because occasionally two counters can have identical key. |
Collection<SchemaCounter> |
SchemaBag.getAllExistingSubSets(Collection<SchemaEpisodeNode> schemaNodes,
Collection<SlotContent> objectNodes,
int maxSize)
|
Integer |
SchemaBag.getCount(Collection<SchemaEpisodeNode> schemaNodes,
Collection<SlotContent> objectNodes)
Retrieve the current total count of collective appearences of a set of specified schema nodes. |
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. |
| Constructor parameters in cz.cuni.amis.pogamut.episodic.schemas with type arguments of type SchemaEpisodeNode | |
|---|---|
SchemaCounter(int _key,
Collection<SchemaEpisodeNode> _schemaNodes,
Collection<SlotContent> _contentNodes)
Instantiate the counter by providing its key and sets of SchemaEpisodeNodes and SlotContents
defining this counter. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||