Uses of Class
org.mitre.cpe.matching.Relation

Packages that use Relation
org.mitre.cpe.matching   
 

Uses of Relation in org.mitre.cpe.matching
 

Methods in org.mitre.cpe.matching that return Relation
static Relation Relation.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.