Class MplsModule


  • @Component
    public class MplsModule
    extends AbstractCommercialModule
    This class implements the functionality corresponding to the MPLS module
    Author:
    Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
    • Field Detail

      • CLASS_VIEW

        public static String CLASS_VIEW
        Class to identify all views made using the MPLS module
      • RELATIONSHIP_MPLSENDPOINTA

        public static String RELATIONSHIP_MPLSENDPOINTA
        A side in a tributary link
      • RELATIONSHIP_MPLSENDPOINTB

        public static String RELATIONSHIP_MPLSENDPOINTB
        B side in a tributary link
      • RELATIONSHIP_MPLS_PW_ISRELATEDWITH_VFI

        public static String RELATIONSHIP_MPLS_PW_ISRELATEDWITH_VFI
        Relates a pseudowire and its output interface, the output interface is the endpoint of a MPLS link if is a port
      • RELATIONSHIP_MPLS_PW_ISRELATEDWITH_PW

        public static String RELATIONSHIP_MPLS_PW_ISRELATEDWITH_PW
        Relates two pseudowires that are logical linked inside a MPLS device
      • RELATIONSHIP_MPLSLINK

        public static String RELATIONSHIP_MPLSLINK
        Relates the MPLS link directly with the GenericNetworkElements parents of the end points of the MPLS link, it is used to explore the MPLS links in a MPLS device or the routing between devices
    • Constructor Detail

      • MplsModule

        public MplsModule()