public class CS extends ObjectiveFunctionImplementation
It measures the complexity of the service or component, in terms of its operations (methods) that will be needed for other services or components; where service is defined as a function without a state, independent, that accepts a call (s) and returns a response (s) through a well-defined interface. The metric indicates that operations with many formal parameters are more likely to be complex than operations that require fewer parameters.
Constructor and Description |
---|
CS(Architecture architecture) |
addToResults, divideToResults, getArchitecture, getResults, setArchitecture, setResults, setResults
public CS(Architecture architecture)