|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISourceNodeConversionRule | |
---|---|
pl.edu.agh.cast.importer.base.general | Provides CAST Importer base classes for the general domain model. |
pl.edu.agh.cast.importer.wizard.general | Provides CAST Importer wizard's user classes for those import wizard pages and their main composites, which are associated with general domain model. |
Uses of ISourceNodeConversionRule in pl.edu.agh.cast.importer.base.general |
---|
Classes in pl.edu.agh.cast.importer.base.general that implement ISourceNodeConversionRule | |
---|---|
class |
DirectedGraphConversionRule
Source and target nodes' conversion for two String columns and one Direction column. |
class |
SourceNodeSingleColumnConversionRule
Source node conversion rule for a single column. |
Methods in pl.edu.agh.cast.importer.base.general that return ISourceNodeConversionRule | |
---|---|
ISourceNodeConversionRule |
GeneralImportConverter.getSourceNodeRule()
|
Methods in pl.edu.agh.cast.importer.base.general with parameters of type ISourceNodeConversionRule | |
---|---|
void |
GeneralImportConverter.setConversionRules(ISourceNodeConversionRule srcNodeRule,
ITargetNodeConversionRule trgNodeRule,
IDateConversionRule rule)
Sets conversion rules for the converter. |
void |
GeneralImportConverter.setSourceNodeRule(ISourceNodeConversionRule sourceNodeRule)
|
Uses of ISourceNodeConversionRule in pl.edu.agh.cast.importer.wizard.general |
---|
Methods in pl.edu.agh.cast.importer.wizard.general that return ISourceNodeConversionRule | |
---|---|
ISourceNodeConversionRule |
GeneralConversionRulesSelectionPage.getSourceNodeRule()
|
Methods in pl.edu.agh.cast.importer.wizard.general with parameters of type ISourceNodeConversionRule | |
---|---|
void |
GeneralConversionRulesSelectionPage.setSourceNodeRule(ISourceNodeConversionRule rule)
Sets the source node rule. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |