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
-
get_end_node()
-
-
get_kind()
-
-
get_name()
-
-
get_start_node()
-
get_name
public abstract String get_name()
get_kind
public abstract String get_kind()
get_start_node
public abstract Navigation_Node get_start_node() throws Insufficient_Privilege_Exception
get_end_node
public abstract Navigation_Node get_end_node() throws Insufficient_Privilege_Exception
All Packages Class Hierarchy This Package Previous Next Index