|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
story.dbcore.exceptions.Scheherexception
story.dbcore.exceptions.MultipleAttributeInheritance
public class MultipleAttributeInheritance
Attribute inheritance was befuddled by competing inheritance lines.
| Constructor Summary | |
|---|---|
MultipleAttributeInheritance(NodeAddress node,
AttributeID ID,
NodeAddress firstCandidate,
LinkType firstLink,
NodeAddress secondCandidate,
LinkType secondLink)
|
|
| Method Summary | |
|---|---|
AttributeID |
getAttributeID()
Get the attribute ID. |
NodeAddress |
getBaseNode()
Get the node that the user originally asked about. |
NodeAddress |
getFirstCandidate()
Get the first of two conflicting nodes with an inheritable attribute. |
LinkType |
getFirstLinkType()
Get the type of link linking the first of two conflicting nodes with inheritable attributes to the base node (or one of the nodes to which the base node links). |
NodeAddress |
getSecondCandidate()
Get the second of two conflicting nodes with an inheritable attribute. |
LinkType |
getSecondLinkType()
Get the type of link linking the second of two conflicting nodes with inheritable attributes to the base node (or one of the nodes to which the base node links). |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MultipleAttributeInheritance(NodeAddress node,
AttributeID ID,
NodeAddress firstCandidate,
LinkType firstLink,
NodeAddress secondCandidate,
LinkType secondLink)
| Method Detail |
|---|
public NodeAddress getBaseNode()
public AttributeID getAttributeID()
public NodeAddress getFirstCandidate()
public NodeAddress getSecondCandidate()
public LinkType getFirstLinkType()
public LinkType getSecondLinkType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||