be.ac.ulg.montefiore.run.totem.domain.model
Interface DomainElement

All Known Subinterfaces:
Link, Lsp, Node, NodeInterface
All Known Implementing Classes:
ExtendedLsp, LinkImpl, LspImpl, NodeImpl, NodeInterfaceImpl

public interface DomainElement

Represents an atomic element of a domain (node, link or LSP).

Creation date: 01-févr.-2006

Author:
Jean Lepropre (lepropre@run.montefiore.ulg.ac.be)

Method Summary
 java.lang.String getId()
          Returns the ID of the atomic element.
 

Method Detail

getId

java.lang.String getId()
Returns the ID of the atomic element.

Returns:
The ID of the atomic element.


Copyright © 2004-2006 Research Unit in Networking, All Rights Reserved.