Class LegacyTopologyProviderInfo
- java.lang.Object
-
- org.opennms.netmgt.graph.provider.topology.LegacyTopologyProviderInfo
-
- All Implemented Interfaces:
TopologyProviderInfo
public class LegacyTopologyProviderInfo extends Object implements TopologyProviderInfo
-
-
Constructor Summary
Constructors Constructor Description LegacyTopologyProviderInfo(GenericGraph genericGraph)
LegacyTopologyProviderInfo(GraphInfo graphInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getName()
boolean
isHierarchical()
Defines if the current topology is hierarchical.boolean
isSupportsCategorySearch()
Defines whether the topology provider supports category search
-
-
-
Constructor Detail
-
LegacyTopologyProviderInfo
public LegacyTopologyProviderInfo(GenericGraph genericGraph)
-
LegacyTopologyProviderInfo
public LegacyTopologyProviderInfo(GraphInfo graphInfo)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceTopologyProviderInfo
-
getDescription
public String getDescription()
- Specified by:
getDescription
in interfaceTopologyProviderInfo
-
isHierarchical
public boolean isHierarchical()
Description copied from interface:TopologyProviderInfo
Defines if the current topology is hierarchical.- Specified by:
isHierarchical
in interfaceTopologyProviderInfo
- Returns:
- true if hierarchical, false otherwise.
-
isSupportsCategorySearch
public boolean isSupportsCategorySearch()
Description copied from interface:TopologyProviderInfo
Defines whether the topology provider supports category search- Specified by:
isSupportsCategorySearch
in interfaceTopologyProviderInfo
- Returns:
- True if supports, otherwise false
-
-