Uses of Class
org.mitre.cpe.common.WellFormedName

Packages that use WellFormedName
org.mitre.cpe.matching   
org.mitre.cpe.naming   
 

Uses of WellFormedName in org.mitre.cpe.matching
 

Methods in org.mitre.cpe.matching with parameters of type WellFormedName
 java.util.Hashtable CPENameMatcher.compareWFNs(WellFormedName source, WellFormedName target)
          Compares each attribute value pair in two Well Formed Names.
 boolean CPENameMatcher.isDisjoint(WellFormedName source, WellFormedName target)
          Tests two Well Formed Names for disjointness.
 boolean CPENameMatcher.isEqual(WellFormedName source, WellFormedName target)
          Tests two Well Formed Names for equality.
 boolean CPENameMatcher.isSubset(WellFormedName source, WellFormedName target)
          Tests if the target Well Formed Name is a subset of the source Well Formed Name.
 boolean CPENameMatcher.isSuperset(WellFormedName source, WellFormedName target)
          Tests if the target Well Formed name is a superset of the source Well Formed Name.
 

Uses of WellFormedName in org.mitre.cpe.naming
 

Methods in org.mitre.cpe.naming that return WellFormedName
 WellFormedName CPENameUnbinder.unbindFS(java.lang.String fs)
          Top level function to unbind a formatted string to WFN.
 WellFormedName CPENameUnbinder.unbindURI(java.lang.String uri)
          Top level function used to unbind a URI to a WFN.
 

Methods in org.mitre.cpe.naming with parameters of type WellFormedName
 java.lang.String CPENameBinder.bindToFS(WellFormedName w)
          Top-level function used to bind WFN w to formatted string.
 java.lang.String CPENameBinder.bindToURI(WellFormedName w)
          Binds a WellFormedName object to a URI.