Package oracle.rules.rl
Interface XLink
public interface XLink
Link objects asserted by
an early implementation of assertTree with their parent. This interface is
now largely unused.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the object.getName()
Returns the Java name of the object.Returns the parent of the object.boolean
Internal use only.boolean
Internal use only.
-
Method Details
-
getElement
Object getElement()Returns the object.- Returns:
- the object.
-
getName
String getName()Returns the Java name of the object.- Returns:
- the object.
-
getParent
Object getParent()Returns the parent of the object.- Returns:
- the object.
-
isSelected
boolean isSelected()Internal use only. Not applicable with assertTree. -
samePath
Internal use only. Not applicable with assertTree.
-