public interface Graph
Modifier and Type | Method and Description |
---|---|
Collection<TopologyCI> |
getAllCIs()
Returns the collection of all CIs in this graph.
|
Map<UcmdbId,TopologyCI> |
getAllCIsAsMap()
Returns all CIs in this result as a map from ID to CI.
|
Collection<TopologyRelation> |
getAllRelations()
Returns the collection of all relations in this graph.
|
Map<UcmdbId,TopologyRelation> |
getAllRelationsAsMap()
Returns all relations in this graph as a map from ID to relation.
|
TopologyCI |
getCI(UcmdbId id)
Returns the CI with the specified ID.
|
TopologyRelation |
getRelation(UcmdbId ucmdbId)
Returns the Relation with the specified ID.
|
Collection<TopologyCI> getAllCIs()
Map<UcmdbId,TopologyCI> getAllCIsAsMap()
getAllCIs()
TopologyCI getCI(UcmdbId id)
TopologyRelation getRelation(UcmdbId ucmdbId)
Collection<TopologyRelation> getAllRelations()
Map<UcmdbId,TopologyRelation> getAllRelationsAsMap()
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.