org.eclipse.ecf.discovery.ui.model
Interface INetwork

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
INetworkImpl

public interface INetwork
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'INetwork'.

The following features are supported:

See Also:
ModelPackage.getINetwork()
Model
Generated

Method Summary
 org.eclipse.emf.common.util.EList getHosts()
          Returns the value of the 'Hosts' containment reference list.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getHosts

org.eclipse.emf.common.util.EList getHosts()
Returns the value of the 'Hosts' containment reference list. The list contents are of type IHost.

If the meaning of the 'Hosts' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Hosts' containment reference list.
See Also:
ModelPackage.getINetwork_Hosts()
Model
type="org.eclipse.ecf.discovery.model.IHost" containment="true" resolveProxies="true" changeable="false"
Generated