Modifier and Type | Method and Description |
---|---|
static java.util.List<StructuresMapping> |
StructuresDistanceCalculator.calculate(java.lang.String algorithm,
java.lang.String namesDistanceCalculator,
Structure s1,
Structure s2) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<StructuresMapping> |
StructuresDistanceCalculatorHungarianAlgorithm.calculate(java.lang.String namesDistanceCalculator,
Structure s1,
Structure s2) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Structure> |
Component.getStructures() |
static java.util.List<Structure> |
XMLSchemaRepresentationController.getStructures(java.lang.Object object) |
java.util.List<Structure> |
Structure.getxStructures() |
java.util.List<Structure> |
Component.getxStructures() |
Modifier and Type | Method and Description |
---|---|
void |
Component.addStructure(Structure structure) |
Modifier and Type | Method and Description |
---|---|
void |
Structure.setxStructures(java.util.List<Structure> cStructures) |
void |
Component.setxStructures(java.util.List<Structure> cStructures) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Structure> |
ServiceRepresentationRetriever.retrieveLeafStructures(java.sql.Connection dbConnection,
java.lang.String whereClause) |
java.util.ArrayList<Structure> |
AbstractionsHierarchyRetriever.retrieveRepresentativeStructures(java.sql.Connection dbConnection,
java.lang.String whereClause,
java.util.List<java.util.Map<java.lang.String,java.lang.String>> tagAttributesList,
int msgTypeId) |
Modifier and Type | Method and Description |
---|---|
int |
ServiceRepresentationStorage.storeLeafStructure(Structure tmpStructure,
java.sql.Connection dbConnection,
int messageTypeCounter) |
void |
AbstractionsStorage.storeMappedStructure(java.sql.Connection dbConnection,
Structure tmpMappedStructure,
int componentMappingsCounter,
int reprComponentCounter) |
int |
AbstractionsStorage.storeRepresentativeLeafStructure(Structure tmpStructure,
java.sql.Connection dbConnection,
int reprMessageTypesCounter) |