com.hp.ucmdb.api.types
Interface TopologyRelation

All Superinterfaces:
Element, ElementProperties, Relation
All Known Subinterfaces:
AffectedRelation

public interface TopologyRelation
extends Relation

Represents a relation returned as part of the Topology data structure.


Method Summary
 TopologyCI getEnd1CI()
          Returns end1 of this relation as a CI from the same Topology data structure this relation belongs to.
 TopologyCI getEnd2CI()
          Returns end2 of this relation as a CI from the same Topology data structure this relation belongs to.
 
Methods inherited from interface com.hp.ucmdb.api.types.Relation
getEnd1, getEnd2
 
Methods inherited from interface com.hp.ucmdb.api.types.Element
getId, getProperty, getPropertyValue, getType, properties, propertiesAsMap, propertiesSize, setBooleanProperty, setBytesProperty, setDateProperty, setDoubleProperty, setFloatProperty, setIntListProperty, setIntListProperty, setIntProperty, setLongProperty, setPropertyValue, setStringListProperty, setStringListProperty, setStringProperty, setXmlProperty
 

Method Detail

getEnd1CI

TopologyCI getEnd1CI()
Returns end1 of this relation as a CI from the same Topology data structure this relation belongs to. Returns null if that CI's node is marked invisible.


getEnd2CI

TopologyCI getEnd2CI()
Returns end2 of this relation as a CI from the same Topology data structure this relation belongs to. Returns null if that CI's node is marked invisible.



Documentation Feedback
Copyright 2010 Hewlett-Packard Development Company, L.P.