Uses of Class
info.psidev.cvmapping.CvMappingRule
-
Packages that use CvMappingRule Package Description de.isas.mztab2.cvmapping This package contains classes for controlled vocabulary term access, comparison, results and external cv parameter resolution.de.isas.mztab2.validation This package contains interfaces and implementations for the semantic validation via CvTerms.de.isas.mztab2.validation.handlers This package contains implementations for the semantic validation controlled vocabulary term rules.info.psidev.cvmapping This package contains the generated Java objects created via XML binding from the PSI-MS mapping file schema. -
-
Uses of CvMappingRule in de.isas.mztab2.cvmapping
Methods in de.isas.mztab2.cvmapping with parameters of type CvMappingRule Modifier and Type Method Description static String
CvMappingUtils. niceToString(CvMappingRule rule)
Creates a user-friendly string of a mapping rule.static String
CvMappingUtils. toString(CvMappingRule rule)
Creates a string representation of a mapping rule. -
Uses of CvMappingRule in de.isas.mztab2.validation
Methods in de.isas.mztab2.validation with parameters of type CvMappingRule Modifier and Type Method Description RuleEvaluationResult
CvRuleHandler. handleRule(CvMappingRule rule, List<org.apache.commons.lang3.tuple.Pair<org.apache.commons.jxpath.Pointer,Parameter>> filteredSelection)
Handle the provided rule according to the implementor's logic. -
Uses of CvMappingRule in de.isas.mztab2.validation.handlers
Methods in de.isas.mztab2.validation.handlers with parameters of type CvMappingRule Modifier and Type Method Description List<ValidationMessage>
EmptyRuleHandler. handleRule(CvMappingRule rule, List<org.apache.commons.lang3.tuple.Pair<org.apache.commons.jxpath.Pointer,Parameter>> selection)
RuleEvaluationResult
ResolvingCvRuleHandler. handleRule(CvMappingRule rule, List<org.apache.commons.lang3.tuple.Pair<org.apache.commons.jxpath.Pointer,Parameter>> filteredSelection)
-
Uses of CvMappingRule in info.psidev.cvmapping
Fields in info.psidev.cvmapping with type parameters of type CvMappingRule Modifier and Type Field Description protected List<CvMappingRule>
CvMapping.CvMappingRuleList. cvMappingRule
Methods in info.psidev.cvmapping that return CvMappingRule Modifier and Type Method Description CvMappingRule
ObjectFactory. createCvMappingRule()
Create an instance ofCvMappingRule
Methods in info.psidev.cvmapping that return types with arguments of type CvMappingRule Modifier and Type Method Description List<CvMappingRule>
CvMapping.CvMappingRuleList. getCvMappingRule()
Single mapping rule between a specific elements of the model and to controlled vocabularies listed on the CvTerm element.Gets the value of the cvMappingRule property.
-