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.
 void setElementId(java.lang.String id)
          Sets the id of the element.
 

Method Detail

getId

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

Returns:
The ID of the atomic element.

setElementId

void setElementId(java.lang.String id)
                  throws IdException
Sets the id of the element.

Parameters:
id -
Throws:
IdException


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