Modifier and Type | Class and Description |
---|---|
class |
FunctionalAbstractionWithNestedNFAbstractions |
Modifier and Type | Method and Description |
---|---|
FunctionalAbstraction |
FunctionalAbstraction.getAncestor() |
FunctionalAbstraction |
FunctionalAbstraction.getxAncestor() |
Modifier and Type | Method and Description |
---|---|
java.util.Hashtable<java.lang.Integer,FunctionalAbstraction> |
FunctionalHierarchy.get() |
java.util.Map<java.lang.Integer,FunctionalAbstraction> |
AbstractionBaseController.get(java.lang.Integer collectionID) |
java.util.List<FunctionalAbstraction> |
FunctionalAbstraction.getDescendants() |
java.util.List<FunctionalAbstraction> |
FunctionalAbstraction.getxDescendants() |
Modifier and Type | Method and Description |
---|---|
void |
FunctionalAbstraction.setxAncestor(FunctionalAbstraction cAncestor) |
Modifier and Type | Method and Description |
---|---|
void |
FunctionalAbstraction.setxDescendants(java.util.List<FunctionalAbstraction> cDescendants) |
Constructor and Description |
---|
FunctionalAbstraction(ServiceInterface representativeInterface,
java.lang.String namesDistanceCalculatorAlgorithm,
java.lang.Integer functionalAbstractionID,
java.util.List<FunctionalAbstraction> descendants,
InterfacesMapping interfacesMapping) |
FunctionalAbstraction(java.lang.String cNamesDistanceCalculatorAlgorithm,
java.lang.Integer cFunctionalAbstractionID,
java.util.List<FunctionalAbstraction> cDescendants,
InterfacesMapping cInterfacesMapping) |
Modifier and Type | Method and Description |
---|---|
FunctionalAbstraction |
InterfaceMappingsToJTreesControllerImplV1.getFunctionalAbstraction() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<FunctionalAbstraction> |
QueryExecutor.getRetrievedFunctionalAbstractions() |
java.util.ArrayList<FunctionalAbstraction> |
QueryEngineController.getRetrievedFunctionalAbstractions() |
Modifier and Type | Method and Description |
---|---|
java.util.List<FunctionalAbstraction> |
QueryEngineServiceResponse.getFunctionalAbstractions()
Returns a list of service functional abstractions.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryEngineServiceResponse.setFunctionalAbstractions(java.util.List<FunctionalAbstraction> fa)
Special use: information exchange over web.Should not be used for other purposes.
|
Constructor and Description |
---|
QueryEngineServiceResponse(javax.ws.rs.core.Response.Status status,
java.util.List<FunctionalAbstraction> fa,
java.util.List<NonFunctionalAbstraction> nfa)
Creates a QueryEngineResponse object.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<FunctionalAbstraction> |
AbstractionsHierarchyRetriever.retrieveFunctionalAbstractions(java.sql.Connection dbConnection,
java.lang.String whereClause,
int resultSetType) |
java.util.ArrayList<FunctionalAbstraction> |
AbstractionsHierarchyRetriever.retrieveFunctionalChilds(java.sql.Connection dbConnection,
int abstractionId,
int resultSetType) |
Modifier and Type | Method and Description |
---|---|
int |
AbstractionsStorage.storeAbstraction(java.sql.Connection dbConnection,
FunctionalAbstraction tmpFunctionalAbstraction,
NonFunctionalAbstraction tmpNonFunctionalAbstraction,
int hierachiesCounter) |
void |
AbstractionsStorage.storeDescentants(java.sql.Connection dbConnection,
FunctionalAbstraction tmpFunctionalAbstraction,
NonFunctionalAbstraction tmpNonFunctionalAbstraction) |