public interface TopologyCI extends CI
Topology
data structure.Modifier and Type | Method and Description |
---|---|
Collection<TopologyRelation> |
getIncomingRelations()
The collection of relations for which this CI is end2.
|
Collection<TopologyRelation> |
getOutgoingRelations()
The collection of relations for which this CI is end1.
|
getId, getProperty, getPropertyValue, getType, properties, propertiesAsMap, propertiesSize, removeProperty, setBooleanProperty, setBytesProperty, setDateProperty, setDoubleProperty, setFloatProperty, setIntListProperty, setIntListProperty, setIntProperty, setLongProperty, setPropertyValue, setStringListProperty, setStringListProperty, setStringProperty, setXmlProperty
Collection<TopologyRelation> getOutgoingRelations()
Topology.getCIsByName(java.lang.String)
), only the relations relevant to that
node are returned. The other ends of those relations correspond to the CIs
of the connected nodes. Topology.getAllCIs()
), the collection returned
is the union of all outgoing relations of all instances of this CI in the query result.Collection<TopologyRelation> getIncomingRelations()
Topology.getCIsByName(java.lang.String)
), only the relations relevant to that
node are returned by this method. The other ends of those relations correspond to the CIs
of the connected nodes.Topology.getAllCIs()
), the collection returned
is the union of all incoming relations of all instances of this CI in the query result. Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.