public class MultiGraphUtility
extends java.lang.Object
Constructor and Description |
---|
MultiGraphUtility() |
public static ResolvedConceptReferenceList intersectReferenceList(ResolvedConceptReferenceList list1, ResolvedConceptReferenceList list2)
public static ResolvedConceptReference intersectReference(ResolvedConceptReference ref1, ResolvedConceptReference ref2)
public static AssociatedConcept intersectReference(AssociatedConcept ref1, AssociatedConcept ref2)
public static AssociationList intersectAssociationList(AssociationList list1, AssociationList list2)
public static Association intersectAssociation(Association assoc1, Association assoc2)
public static ResolvedConceptReferenceList unionReferenceList(ResolvedConceptReferenceList list1, ResolvedConceptReferenceList list2)
public static ResolvedConceptReference unionReference(ResolvedConceptReference ref1, ResolvedConceptReference ref2)
public static AssociatedConcept unionReference(AssociatedConcept ref1, AssociatedConcept ref2)
public static AssociationList unionAssociationList(AssociationList list1, AssociationList list2)
public static Association unionAssociation(Association assoc1, Association assoc2)