All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface de.unihh.informatik.tide.Navigation_Node

public interface Navigation_Node
extends Key
IDL-Code contains comments


Method Index

 o get_documents()
 o get_incoming_edges()
 o get_name()
 o get_outgoing_edges()

Methods

 o get_name
 public abstract String get_name()
 o get_outgoing_edges
 public abstract Navigation_Edge[] get_outgoing_edges() throws Insufficient_Privilege_Exception
 o get_incoming_edges
 public abstract Navigation_Edge[] get_incoming_edges() throws Insufficient_Privilege_Exception
 o get_documents
 public abstract Result[] get_documents() throws Insufficient_Privilege_Exception

All Packages  Class Hierarchy  This Package  Previous  Next  Index