Uses of Class
org.batfish.datamodel.Prefix
Packages that use Prefix
Package
Description
BDD-based symbolic primitives adapted for MCP network-policy reasoning.
Lightweight IPv4 data model types used by symbolic encodings.
-
Uses of Prefix in org.batfish
Methods in org.batfish with parameters of type Prefix -
Uses of Prefix in org.batfish.datamodel
Fields in org.batfish.datamodel declared as PrefixModifier and TypeFieldDescriptionstatic final PrefixPrefix.MULTICASTMulticast IPs are in "244.0.0.0/4".static final PrefixPrefix.ZEROA "0.0.0.0/0" prefixMethods in org.batfish.datamodel that return PrefixModifier and TypeMethodDescriptionstatic Prefixstatic Prefixstatic PrefixPrefix.longestCommonPrefix(Prefix p1, Prefix p2) Return the longest prefix that contains both input prefixes.static PrefixParse aPrefixfrom a string.static PrefixParse aPrefixfrom a string.Ip.toPrefix()IpWildcard.toPrefix()Methods in org.batfish.datamodel that return types with arguments of type PrefixModifier and TypeMethodDescriptionReturn anOptionalPrefixfrom a string, orOptional.empty()if the string does not represent aPrefix.Methods in org.batfish.datamodel with parameters of type PrefixModifier and TypeMethodDescriptionintbooleanPrefix.containsPrefix(Prefix prefix) static IpWildcardstatic PrefixPrefix.longestCommonPrefix(Prefix p1, Prefix p2) Return the longest prefix that contains both input prefixes. -
Uses of Prefix in org.mcp.variables.statics
Constructors in org.mcp.variables.statics with parameters of type PrefixConstructor parameters in org.mcp.variables.statics with type arguments of type Prefix