Uses of Interface
es.bsc.dataclay.util.management.classmgr.LanguageDependantOperationInfo
-
Packages that use LanguageDependantOperationInfo Package Description es.bsc.dataclay.util.management.classmgr This package contains classes used in management of Classes.es.bsc.dataclay.util.management.classmgr.java Specifications of Java dependant information.es.bsc.dataclay.util.management.classmgr.python This package contains Python dependant information classes. -
-
Uses of LanguageDependantOperationInfo in es.bsc.dataclay.util.management.classmgr
Methods in es.bsc.dataclay.util.management.classmgr that return types with arguments of type LanguageDependantOperationInfo Modifier and Type Method Description Map<CommonMessages.Langs,LanguageDependantOperationInfo>
Operation. getLanguageDepInfos()
Get the Operation::languageDepInfosMethods in es.bsc.dataclay.util.management.classmgr with parameters of type LanguageDependantOperationInfo Modifier and Type Method Description void
Operation. addLanguageDepInfo(LanguageDependantOperationInfo langInfo)
Add language dependant informationMethod parameters in es.bsc.dataclay.util.management.classmgr with type arguments of type LanguageDependantOperationInfo Modifier and Type Method Description void
Operation. setLanguageDepInfos(Map<CommonMessages.Langs,LanguageDependantOperationInfo> newlanguageDepInfos)
Set the Operation::languageDepInfos -
Uses of LanguageDependantOperationInfo in es.bsc.dataclay.util.management.classmgr.java
Classes in es.bsc.dataclay.util.management.classmgr.java that implement LanguageDependantOperationInfo Modifier and Type Class Description class
JavaOperationInfo
This class represents Java dependant information for an Operation. -
Uses of LanguageDependantOperationInfo in es.bsc.dataclay.util.management.classmgr.python
Classes in es.bsc.dataclay.util.management.classmgr.python that implement LanguageDependantOperationInfo Modifier and Type Class Description class
PythonOperationInfo
This class represents Python dependant information for an Operation.
-