Class AbstractBusinessServiceVertex

    • Constructor Detail

      • AbstractBusinessServiceVertex

        protected AbstractBusinessServiceVertex​(java.lang.String id,
                                                java.lang.String label,
                                                int level)
        Parameters:
        id - the unique id of this vertex. Must be unique overall the namespace.
        label - a human readable label
        level - the level of the vertex in the Business Service Hierarchy. The root element is level 0.
    • Method Detail

      • isLeaf

        public abstract boolean isLeaf()
      • getType

        public abstract org.opennms.features.topology.plugins.topo.bsm.AbstractBusinessServiceVertex.Type getType()
      • getReductionKeys

        public abstract java.util.Set<java.lang.String> getReductionKeys()