diff --git a/org.ntlab.interactiveFeatureLocator/src/interactivefeaturelocator/actions/InteractiveFeatureLocatorAction.java b/org.ntlab.interactiveFeatureLocator/src/interactivefeaturelocator/actions/InteractiveFeatureLocatorAction.java index b77bbdc..8ab2517 100644 --- a/org.ntlab.interactiveFeatureLocator/src/interactivefeaturelocator/actions/InteractiveFeatureLocatorAction.java +++ b/org.ntlab.interactiveFeatureLocator/src/interactivefeaturelocator/actions/InteractiveFeatureLocatorAction.java @@ -55,8 +55,8 @@ public class InteractiveFeatureLocatorAction implements IWorkbenchWindowActionDelegate { private IWorkbenchWindow window; private Display display; - private String featureFolderPath = ""; // �{�ԗp -// private String featureFolderPath = "C:\\Users\\student\\git\\org.ntlab.interactiveFeatureLocator\\InteractiveFeatureLocator\\Feature\\Feature1593375"; // �e�X�g�p +// private String featureFolderPath = ""; // �{�ԗp + private String featureFolderPath = "C:\\Users\\student\\Desktop\\fujioka\\org.ntlab.interactiveFeatureLocator\\InteractiveFeatureLocator\\Feature\\Feature1593375"; // �e�X�g�p private String featureXMLPath = null; private String otherfeatureTraceName = null; // private int featureNo = 0; // �{�ԗp @@ -343,7 +343,7 @@ public void doAnalyze(Feature feature) { // System.out.println("��͊J�n"); derivationManager = new DerivationManager(feature); - derivationManager.firstInference(); + derivationManager.firstDerivation(); } public ArrayList getFolder(File[] files) {