Package org.cipres.treebase.domain.matrix

Examples of org.cipres.treebase.domain.matrix.MatrixRow.removeSegment()


    }

    // bi-directional relationship management
    MatrixRow aRow = pSegment.getMatrixRow();
    if (aRow != null) {
      aRow.removeSegment(pSegment);
    }

    // Cascade delete:
    // TODO: need to delete specimenLabel if it has no other references.
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.