Uses of Class
gov.nist.secauto.cpe.matching.Relation
| Package | Description |
|---|---|
| gov.nist.secauto.cpe.matching |
-
Uses of Relation in gov.nist.secauto.cpe.matching
Methods in gov.nist.secauto.cpe.matching that return Relation Modifier and Type Method Description static RelationRelation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Relation[]Relation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in gov.nist.secauto.cpe.matching that return types with arguments of type Relation Modifier and Type Method Description static java.util.Map<WellFormedName.Attribute,Relation>CPENameMatcher. compareWFNs(WellFormedName source, WellFormedName target)Compares each attribute value pair in two Well Formed Names.