Uses of Class
gov.nist.secauto.cpe.common.WellFormedName
| Package | Description |
|---|---|
| gov.nist.secauto.cpe.matching | |
| gov.nist.secauto.cpe.naming | |
| gov.nist.secauto.cpe.naming.util |
-
Uses of WellFormedName in gov.nist.secauto.cpe.matching
Methods in gov.nist.secauto.cpe.matching with parameters of type WellFormedName 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.static booleanCPENameMatcher. isDisjoint(WellFormedName source, WellFormedName target)Tests two Well Formed Names for disjointness.static booleanCPENameMatcher. isEqual(WellFormedName source, WellFormedName target)Tests two Well Formed Names for equality.static booleanCPENameMatcher. isSubset(WellFormedName source, WellFormedName target)Tests if the target Well Formed Name is a subset of the source Well Formed Name.static booleanCPENameMatcher. 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 gov.nist.secauto.cpe.naming
Methods in gov.nist.secauto.cpe.naming that return WellFormedName Modifier and Type Method Description static WellFormedNameCPENameUnbinder. unbindFS(java.lang.String fs)Top level function to unbind a formatted string to WFN.static WellFormedNameCPENameUnbinder. unbindURI(java.lang.String uri)Top level function used to unbind a URI to a WFN.Methods in gov.nist.secauto.cpe.naming with parameters of type WellFormedName Modifier and Type Method Description static java.lang.StringCPENameBinder. bindToFS(WellFormedName wfn)Top-level function used to bind WFN w to formatted string.static java.lang.StringCPENameBinder. bindToURI(WellFormedName wfn)Binds aWellFormedNameobject to a URI. -
Uses of WellFormedName in gov.nist.secauto.cpe.naming.util
Methods in gov.nist.secauto.cpe.naming.util that return WellFormedName Modifier and Type Method Description WellFormedNameAbstractCPEName. getWellFormedName()WellFormedNameCPEName. getWellFormedName()Gets the underlyingWellFormedName.Constructors in gov.nist.secauto.cpe.naming.util with parameters of type WellFormedName Constructor Description AbstractCPEName(WellFormedName wfn)Construct a notional, unbound CPE Name based on aWellFormedName.