Examples of unassignColumnSemanticType()


Examples of edu.isi.karma.rep.alignment.SemanticTypes.unassignColumnSemanticType()

    inputColumns.add(hNodeId);
    outputColumns.add(hNodeId);
    // Save the old SemanticType object for undo
    SemanticTypes types = worksheet.getSemanticTypes();
    oldSemanticType = types.getSemanticTypeForHNodeId(hNodeId);
    types.unassignColumnSemanticType(hNodeId);

    // Save the original alignment for undo
    Alignment alignment = AlignmentManager.Instance().getAlignment(workspace.getId(), worksheetId);
    oldAlignment = alignment.getAlignmentClone();
    oldGraph = (DirectedWeightedMultigraph<Node, DefaultLink>)alignment.getGraph().clone();
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.