Modifier and Type | Method and Description |
---|---|
static OperationsMapping |
OperationsDistanceCalculator.calculate(java.lang.String algorithm,
java.lang.String namesDistanceCalculator,
java.lang.String schemaRepresentationModel,
java.lang.String abstractionDepth,
java.lang.Double similarityLintel,
Operation op1,
Operation op2) |
Modifier and Type | Method and Description |
---|---|
static OperationsMapping |
OperationsDistanceCalculatorHungarianAlgorithm.calculate(java.lang.String namesDistanceCalculator,
java.lang.String schemaRepresentationModel,
java.lang.String abstractionDepth,
java.lang.Double similarityLintel,
Operation op1,
Operation op2) |
Modifier and Type | Method and Description |
---|---|
Operation |
OperationsMapping.getMappedOperation(java.lang.String operationName) |
Operation |
OperationsMapping.getOperation(java.lang.String operationName) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Operation> |
OperationsMapping.getOperations() |
java.util.List<Operation> |
OperationsMapping.getxOperations() |
Modifier and Type | Method and Description |
---|---|
void |
OperationsMapping.add(Operation op) |
Modifier and Type | Method and Description |
---|---|
void |
OperationsMapping.setOperations(java.util.ArrayList<Operation> representedOperations) |
void |
OperationsMapping.setxOperations(java.util.List<Operation> cOperations) |
Modifier and Type | Method and Description |
---|---|
static Operation |
MappingsManipulation.getMappedOperation(java.util.List<OperationsMapping> operationMapping,
int indexFromAbstraction,
int indexFromInterface) |
Operation |
BaseAbstractionImplService.search(ServiceInterface abstractionServiceInterface,
java.lang.String operationName) |
Modifier and Type | Method and Description |
---|---|
java.util.List<MessageType> |
HashTableCreator.getInOrOutMessageTypes(Operation operation,
java.lang.String inOrOut) |
java.lang.Object[] |
HashTableCreator.traverseForEachOutPutPart(InterfacesMapping interfaceMapping,
InputOutputDataTranslator inputOutputTables,
Operation operation,
java.lang.String abstractionName,
int operationIndexFromAbstraction,
int indexFromInterface,
java.lang.String inOrOut,
int calledInterfacePosition) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Operation> |
OperationsList.getOperationList()
Returns the list of Operation objects.
|
java.util.List<Operation> |
ConcreteService.getRetrievedOperations(java.lang.String queryOperation)
Returns a list of operations that match an input operation name (query operation).
|
Modifier and Type | Method and Description |
---|---|
void |
OperationsList.setOperationList(java.util.List<Operation> operationList)
Special use: information exchange over web.Should not be used for other purposes.
|
Constructor and Description |
---|
OperationsList(java.util.List<Operation> operationList)
Creates an OperationsList object
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Operation> |
AbstractionsHierarchyRetriever.retrieveMappedOperations(java.sql.Connection dbConnection,
java.lang.String whereClause) |
java.util.ArrayList<Operation> |
ServiceRepresentationRetriever.retrieveOperations(java.sql.Connection dbConnection,
java.lang.String whereClause) |
java.util.ArrayList<Operation> |
AbstractionsHierarchyRetriever.retrieveRepresentativeOperations(java.sql.Connection dbConnection,
java.lang.String whereClause) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractionsStorage.storeMappedOperation(java.sql.Connection dbConnection,
Operation tmpMappedOperation,
int operationsMappingsCounter,
int reprOperationsCounter) |
int |
ServiceRepresentationStorage.storeOperation(Operation sOperation,
java.sql.Connection dbConnection,
int siId) |
int |
AbstractionsStorage.storeRepresentativeOperation(java.sql.Connection dbConnection,
Operation representativeOperation,
int representativeInterfaceCounter) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Operation> |
ServiceInterface.getOperations() |
java.util.List<Operation> |
ServiceInterface.getxOperations() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceInterface.add(Operation operation) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceInterface.setxOperations(java.util.List<Operation> cOperations) |