org.LexGrid.LexBIG.Impl.pagedgraph.utility
Class MultiGraphUtility
java.lang.Object
org.LexGrid.LexBIG.Impl.pagedgraph.utility.MultiGraphUtility
public class MultiGraphUtility
- extends java.lang.Object
Method Summary |
static Association |
intersectAssociation(Association assoc1,
Association assoc2)
|
static AssociationList |
intersectAssociationList(AssociationList list1,
AssociationList list2)
|
static AssociatedConcept |
intersectReference(AssociatedConcept ref1,
AssociatedConcept ref2)
|
static ResolvedConceptReference |
intersectReference(ResolvedConceptReference ref1,
ResolvedConceptReference ref2)
|
static ResolvedConceptReferenceList |
intersectReferenceList(ResolvedConceptReferenceList list1,
ResolvedConceptReferenceList list2)
|
static Association |
unionAssociation(Association assoc1,
Association assoc2)
|
static AssociationList |
unionAssociationList(AssociationList list1,
AssociationList list2)
|
static AssociatedConcept |
unionReference(AssociatedConcept ref1,
AssociatedConcept ref2)
|
static ResolvedConceptReference |
unionReference(ResolvedConceptReference ref1,
ResolvedConceptReference ref2)
|
static ResolvedConceptReferenceList |
unionReferenceList(ResolvedConceptReferenceList list1,
ResolvedConceptReferenceList list2)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiGraphUtility
public MultiGraphUtility()
intersectReferenceList
public static ResolvedConceptReferenceList intersectReferenceList(ResolvedConceptReferenceList list1,
ResolvedConceptReferenceList list2)
intersectReference
public static ResolvedConceptReference intersectReference(ResolvedConceptReference ref1,
ResolvedConceptReference ref2)
intersectReference
public static AssociatedConcept intersectReference(AssociatedConcept ref1,
AssociatedConcept ref2)
intersectAssociationList
public static AssociationList intersectAssociationList(AssociationList list1,
AssociationList list2)
intersectAssociation
public static Association intersectAssociation(Association assoc1,
Association assoc2)
unionReferenceList
public static ResolvedConceptReferenceList unionReferenceList(ResolvedConceptReferenceList list1,
ResolvedConceptReferenceList list2)
unionReference
public static ResolvedConceptReference unionReference(ResolvedConceptReference ref1,
ResolvedConceptReference ref2)
unionReference
public static AssociatedConcept unionReference(AssociatedConcept ref1,
AssociatedConcept ref2)
unionAssociationList
public static AssociationList unionAssociationList(AssociationList list1,
AssociationList list2)
unionAssociation
public static Association unionAssociation(Association assoc1,
Association assoc2)