|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.progeeks.graph.DefaultEdgeDefinition
org.progeeks.graph.SimpleEdgeDefinition
public class SimpleEdgeDefinition
Subclass of DefaultEdgeDefinition the auto-configures itself to use the specified user edge object. The traverser filter is setup accordingly.
| Constructor Summary | |
|---|---|
SimpleEdgeDefinition(java.lang.Object userObject)
Creates an EdgeDefinition that will use the specified userObject as the user edge object as well as the filter criteria. |
|
SimpleEdgeDefinition(java.lang.Object userObject,
boolean directed)
|
|
| Method Summary |
|---|
| Methods inherited from class org.progeeks.graph.DefaultEdgeDefinition |
|---|
evaluate, getEdgeUserObject, getTraverserPredicate, isDirected |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleEdgeDefinition(java.lang.Object userObject,
boolean directed)
public SimpleEdgeDefinition(java.lang.Object userObject)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||