|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ArcProperty
A Property that represents an "arc" connecting source node to the target node in the graph.
Method Summary | |
---|---|
ArcProperty |
getComplimentaryReverseArc()
Returns a complimentary reverse ArcProperty or null if no reverse arc exists. |
ClassDescriptor |
getTargetDescriptor()
Returns a ClassDescriptor for the type of graph nodes pointed to by this arc property. |
boolean |
isFault(java.lang.Object target)
Returns whether a target node connected to a given object is an unresolved fault. |
Methods inherited from interface org.apache.cayenne.property.Property |
---|
injectValueHolder, readProperty, shallowMerge, visit, writeProperty |
Methods inherited from interface org.apache.cayenne.property.PropertyAccessor |
---|
getName, readPropertyDirectly, writePropertyDirectly |
Method Detail |
---|
ArcProperty getComplimentaryReverseArc()
ClassDescriptor getTargetDescriptor()
ClassDescriptor.getSubclassDescriptor(Class)
before using the descriptor to
access objects.
boolean isFault(java.lang.Object target)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |