org.LexGrid.LexBIG.Impl.pagedgraph.paging.callback
Class StubReturningCycleDetectingCallback
java.lang.Object
org.LexGrid.LexBIG.Impl.pagedgraph.paging.callback.AbstractCycleDetectingCallback
org.LexGrid.LexBIG.Impl.pagedgraph.paging.callback.StubReturningCycleDetectingCallback
- All Implemented Interfaces:
- java.io.Serializable, CycleDetectingCallback
public class StubReturningCycleDetectingCallback
- extends AbstractCycleDetectingCallback
The Class StubReturningCycleDetectingCallback.
- Author:
- Kevin Peterson
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StubReturningCycleDetectingCallback
public StubReturningCycleDetectingCallback()
getAssociatedConceptInGraph
public AssociatedConcept getAssociatedConceptInGraph(java.lang.String associationName,
AssociatedConcept associatedConcept)
- Description copied from interface:
CycleDetectingCallback
- Gets the associated concept in graph.
- Parameters:
associationName
- the association nameassociatedConcept
- the associated concept
- Returns:
- the associated concept in graph
buildStubAssociatedConcept
protected AssociatedConcept buildStubAssociatedConcept(AssociatedConcept associatedConcept)
- Builds the stub associated concept.
- Parameters:
associatedConcept
- the associated concept
- Returns:
- the associated concept
addAssociatedConceptToGraph
public void addAssociatedConceptToGraph(java.lang.String associationName,
AssociatedConcept associatedConcept)
- Description copied from interface:
CycleDetectingCallback
- Adds the associated concept to graph.
- Parameters:
associationName
- the association nameassociatedConcept
- the associated concept
isAssociatedConceptAlreadyInGraph
public boolean isAssociatedConceptAlreadyInGraph(java.lang.String associationName,
AssociatedConcept associatedConcept)
- Description copied from interface:
CycleDetectingCallback
- Checks if is associated concept already in graph.
- Parameters:
associationName
- the association nameassociatedConcept
- the associated concept
- Returns:
- true, if is associated concept already in graph
clear
public void clear()