Package cmion.level2
Class SamgarCompetencyInfo
java.lang.Object
cmion.level2.SamgarCompetencyInfo
stores information about a Samgar competency that is necessary to build the competency
dynamically and to chose it (e.g. class name, constructor parameters,
category and sub category)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconstructs the competency that this info represents and returns it, throws an exception if class does not exist, parameters do not match, constructor does not exist or class is not subclass of Competencyreturns the class name of the competency this info representsreturns the port name of the competency this info represents
-
Constructor Details
-
SamgarCompetencyInfo
-
-
Method Details
-
construct
constructs the competency that this info represents and returns it, throws an exception if class does not exist, parameters do not match, constructor does not exist or class is not subclass of Competency- Throws:
Exception
-
getClassName
returns the class name of the competency this info represents -
getPortName
returns the port name of the competency this info represents
-