All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface de.unihh.informatik.tide.Navigation_Edge

public interface Navigation_Edge
extends Object
IDL-Code contains comments


Method Index

 o get_end_node()
 o get_kind()
 o get_name()
 o get_start_node()

Methods

 o get_name
 public abstract String get_name()
 o get_kind
 public abstract String get_kind()
 o get_start_node
 public abstract Navigation_Node get_start_node() throws Insufficient_Privilege_Exception
 o get_end_node
 public abstract Navigation_Node get_end_node() throws Insufficient_Privilege_Exception

All Packages  Class Hierarchy  This Package  Previous  Next  Index