org.LexGrid.LexBIG.Impl.pagedgraph.paging.callback
Class ReferenceReturningCycleDetectingCallback
java.lang.Object
org.LexGrid.LexBIG.Impl.pagedgraph.paging.callback.AbstractCycleDetectingCallback
org.LexGrid.LexBIG.Impl.pagedgraph.paging.callback.ReferenceReturningCycleDetectingCallback
- All Implemented Interfaces:
- java.io.Serializable, CycleDetectingCallback
public class ReferenceReturningCycleDetectingCallback
- extends AbstractCycleDetectingCallback
The Class ReferenceReturningCycleDetectingCallback.
- 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 |
ReferenceReturningCycleDetectingCallback
public ReferenceReturningCycleDetectingCallback()
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
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()