Source stringclasses 1
value | Date int32 2.01k 2.01k | Text stringlengths 3 15.9M | Token_count int32 1 2.44M |
|---|---|---|---|
github-java-corpus | 2,012 | package com.github.springtestdbunit.sample.service;
import static junit.framework.Assert.assertEquals;
import java.util.List;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.context.ContextConfiguration;
... | 272 |
github-java-corpus | 2,012 | package vagueobjects.ir.lda.online;
/*
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache Licens... | 731 |
github-java-corpus | 2,012 | package vagueobjects.ir.lda.online.demo;
/*
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache L... | 608 |
github-java-corpus | 2,012 | package vagueobjects.ir.lda.online;
/*
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache Licens... | 1,534 |
github-java-corpus | 2,012 | package vagueobjects.ir.lda.online.matrix;
/*
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache... | 1,732 |
github-java-corpus | 2,012 | package vagueobjects.ir.lda.online.matrix;
/*
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache... | 1,443 |
github-java-corpus | 2,012 | package vagueobjects.ir.lda.online.matrix;
/*
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache... | 1,107 |
github-java-corpus | 2,012 | package vagueobjects.ir.lda.tokens;
import java.text.BreakIterator;
import java.util.*;
/*
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF... | 1,139 |
github-java-corpus | 2,012 | package vagueobjects.ir.lda.tokens;
/*
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache Licens... | 947 |
github-java-corpus | 2,012 | package vagueobjects.ir.lda.tokens;
/*
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache Licens... | 347 |
github-java-corpus | 2,012 | package vagueobjects.ir.lda.tokens;
/*
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache Licens... | 223 |
github-java-corpus | 2,012 | package vagueobjects.ir.lda.tokens;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import java.util.Scanner;
public class PlainVocabulary implements Vocabulary{
final List<String> strings =new ArrayList<String>();
public PlainV... | 224 |
github-java-corpus | 2,012 | package vagueobjects.ir.lda.tokens;
/*
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache Licens... | 445 |
github-java-corpus | 2,012 | package it.unibo.deis.lia.depict;
import org.OpenNI.Point3D;
import org.OpenNI.PoseDetectionStatus;
import org.OpenNI.SkeletonJoint;
import org.OpenNI.SkeletonJointPosition;
import org.drools.runtime.StatefulKnowledgeSession;
import org.drools.runtime.rule.FactHandle;
import org.drools.runtime.rule.WorkingMemoryEntryP... | 1,849 |
github-java-corpus | 2,012 | package it.unibo.deis.lia.depict;
import org.OpenNI.Point3D;
import org.OpenNI.PoseDetectionStatus;
import org.OpenNI.SkeletonJoint;
import org.OpenNI.SkeletonJointPosition;
import java.util.*;
public class MapKinectModel implements KinectModel {
protected boolean cacheData;
private Set<Integer> knownUsers... | 407 |
github-java-corpus | 2,012 | package it.unibo.deis.lia.depict;
import org.drools.KnowledgeBase;
import org.drools.KnowledgeBaseConfiguration;
import org.drools.KnowledgeBaseFactory;
import org.drools.builder.KnowledgeBuilder;
import org.drools.builder.KnowledgeBuilderFactory;
import org.drools.builder.ResourceType;
import org.drools.chance.Chanc... | 491 |
github-java-corpus | 2,012 | package it.unibo.deis.lia.depict;
import org.OpenNI.Point3D;
import org.OpenNI.PoseDetectionStatus;
import org.OpenNI.SkeletonJoint;
import org.OpenNI.SkeletonJointPosition;
import java.util.Map;
public interface KinectModel {
public boolean isCacheData();
public void setCacheData(boolean cacheData);
... | 215 |
github-java-corpus | 2,012 | package http.it.unibo.deis.lia.depict.audio;
import com.sun.speech.freetts.VoiceManager;
public class Voice {
static {
System.setProperty( "freetts.voices",
"com.sun.speech.freetts.en.us.cmu_us_kal.KevinVoiceDirectory"
);
}
// private static void initVoice() {
// Vo... | 270 |
github-java-corpus | 2,012 | import http.it.unibo.deis.lia.depict.DroolsKinectModel;
import http.it.unibo.deis.lia.depict.KinectModelFactory;
import http.it.unibo.deis.lia.depict.audio.Voice;
import org.OpenNI.Point3D;
import org.OpenNI.SkeletonJoint;
import org.OpenNI.SkeletonJointPosition;
import org.drools.KnowledgeBase;
import org.drools.Knowl... | 1,600 |
github-java-corpus | 2,012 | import org.drools.KnowledgeBase;
import org.drools.KnowledgeBaseFactory;
import org.drools.builder.KnowledgeBuilder;
import org.drools.builder.KnowledgeBuilderFactory;
import org.drools.builder.ResourceType;
import org.drools.chance.Chance;
import org.drools.io.impl.ByteArrayResource;
import org.drools.io.impl.ClassPat... | 448 |
github-java-corpus | 2,012 | import http.it.unibo.deis.lia.depict.DroolsKinectModel;
import http.it.unibo.deis.lia.depict.KinectModelFactory;
import org.drools.KnowledgeBase;
import org.drools.KnowledgeBaseFactory;
import org.drools.builder.KnowledgeBuilder;
import org.drools.builder.KnowledgeBuilderFactory;
import org.drools.builder.ResourceType;... | 775 |
github-java-corpus | 2,012 | /**
*
*/
package it.unibo.deis.lia.depict;
import it.unibo.deis.lia.depict.eventview.EventMessage;
import it.unibo.deis.lia.depict.eventview.FluentMessage;
import it.unibo.deis.lia.depict.eventview.Interval;
import java.awt.BasicStroke;
import java.awt.Color;
import java.awt.Font;
import java.awt.FontMetrics;
impor... | 5,202 |
github-java-corpus | 2,012 | package it.unibo.deis.lia.depict;
import javax.swing.*;
import java.awt.*;
public class TrackingGUI extends JFrame {
TrackPanel panel;
JRECPanel eventPanel;
public TrackingGUI(String title, GraphicsConfiguration configuration ) throws HeadlessException {
super( title, configuration );
}
... | 235 |
github-java-corpus | 2,012 | package it.unibo.deis.lia.depict;
public class EventUserTrackerApplication {
private EventUserTracker tracker;
private boolean render = true;
// private boolean render = false;
public EventUserTrackerApplication() {
this.tracker = new EventUserTracker( KinectModelFactory.MODEL_TYPES.DROOLS, r... | 103 |
github-java-corpus | 2,012 | package it.unibo.deis.lia.depict;
import org.OpenNI.*;
import java.awt.*;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import java.util.Map;
public abstract class AbstractUserTracker {
protected KinectModel model;
... | 1,022 |
github-java-corpus | 2,012 | package it.unibo.deis.lia.depict;
import org.OpenNI.*;
import it.unibo.deis.lia.depict.observers.*;
public class EventUserTracker extends AbstractUserTracker {
protected Context context;
protected UserGenerator userGen;
protected DepthGenerator depthGen;
protected SkeletonCapability skeletonCap;
... | 854 |
github-java-corpus | 2,012 | package it.unibo.deis.lia.depict;
import org.OpenNI.*;
import java.awt.*;
import java.awt.color.ColorSpace;
import java.awt.image.*;
import java.nio.ShortBuffer;
import java.util.Map;
public class TrackPanel extends Component {
private AbstractUserTracker tracker;
private byte[] imgbytes;
private floa... | 1,726 |
github-java-corpus | 2,012 | package it.unibo.deis.lia.depict.eventview;
public interface EventViewListener {
public void add( EventMessage message );
public void add( FluentMessage message );
}
| 38 |
github-java-corpus | 2,012 | package it.unibo.deis.lia.depict.eventview;
public class EventMessage {
private String label;
private long start;
public static EventMessage newMessage( String label, long start ) {
if (label == null || label.isEmpty())
throw new IllegalArgumentException(
"Illega... | 178 |
github-java-corpus | 2,012 | package it.unibo.deis.lia.depict.eventview;
public class FluentMessage {
private String label;
private long start;
private Interval value;
public static FluentMessage newMessage( String label, long start, Interval value ) {
return new FluentMessage( label, start, value );
}
priva... | 140 |
github-java-corpus | 2,012 | package it.unibo.deis.lia.depict.eventview;
public class Interval {
public static final Interval TRUE = new Interval(1.0, 1.0);
public static final Interval FALSE = new Interval(0.0, 0.0);
public static final Interval UNKNOWN = new Interval(0.0, 1.0);
private double lowerBound;
private double up... | 330 |
github-java-corpus | 2,012 | package it.unibo.deis.lia.depict.observers;
import it.unibo.deis.lia.depict.KinectModel;
import org.OpenNI.*;
public class PoseDetectionObserver implements IObserver<PoseDetectionInProgressEventArgs> {
private KinectModel model;
private SkeletonCapability skeletonCap;
private PoseDetectionCapability po... | 235 |
github-java-corpus | 2,012 | package it.unibo.deis.lia.depict.observers;
import it.unibo.deis.lia.depict.KinectModel;
import org.OpenNI.*;
public class CalibrationCompleteObserver implements IObserver<CalibrationProgressEventArgs> {
private KinectModel model;
private SkeletonCapability skeletonCap;
private PoseDetectionCapability po... | 302 |
github-java-corpus | 2,012 | package it.unibo.deis.lia.depict.observers;
import it.unibo.deis.lia.depict.KinectModel;
import org.OpenNI.*;
public class NewUserObserver implements IObserver<UserEventArgs> {
private KinectModel model;
private SkeletonCapability skeletonCap;
private PoseDetectionCapability poseDetectionCap;
publi... | 224 |
github-java-corpus | 2,012 | package it.unibo.deis.lia.depict.observers;
import it.unibo.deis.lia.depict.KinectModel;
import org.OpenNI.*;
public class PoseDetectedObserver implements IObserver<PoseDetectionEventArgs> {
private KinectModel model;
private SkeletonCapability skeletonCap;
private PoseDetectionCapability poseDetectionCa... | 225 |
github-java-corpus | 2,012 | package it.unibo.deis.lia.depict.observers;
import it.unibo.deis.lia.depict.KinectModel;
import org.OpenNI.IObservable;
import org.OpenNI.IObserver;
import org.OpenNI.UserEventArgs;
public class LostUserObserver implements IObserver<UserEventArgs> {
private KinectModel model;
public LostUserObserver( Kinec... | 115 |
github-java-corpus | 2,012 | package it.unibo.deis.lia.depict.observers;
import it.unibo.deis.lia.depict.KinectModel;
import org.OpenNI.*;
public class OutOfPoseObserver implements IObserver<PoseDetectionEventArgs> {
private KinectModel model;
private SkeletonCapability skeletonCap;
private PoseDetectionCapability poseDetectionCap;... | 181 |
github-java-corpus | 2,012 | /****************************************************************************
* *
* OpenNI 1.x Alpha *
* Copyright (C) 2011 PrimeSense Ltd. *
* ... | 9,797 |
github-java-corpus | 2,012 | /****************************************************************************
* *
* OpenNI 1.x Alpha *
* Copyright (C) 2011 PrimeSense Ltd. *
* ... | 5,128 |
github-java-corpus | 2,012 | /****************************************************************************
* *
* OpenNI 1.x Alpha *
* Copyright (C) 2011 PrimeSense Ltd. *
* ... | 3,069 |
github-java-corpus | 2,012 | /****************************************************************************
* *
* OpenNI 1.x Alpha *
* Copyright (C) 2011 PrimeSense Ltd. *
* ... | 523 |
github-java-corpus | 2,012 | /****************************************************************************
* *
* OpenNI 1.x Alpha *
* Copyright (C) 2011 PrimeSense Ltd. *
* ... | 568 |
github-java-corpus | 2,012 | /****************************************************************************
* *
* OpenNI 1.x Alpha *
* Copyright (C) 2011 PrimeSense Ltd. *
* ... | 547 |
github-java-corpus | 2,012 | package eu.icecraft.iceprotect;
import java.io.IOException;
import java.util.Set;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import org.bukkit.Location;
import org.bukkit.World;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import com.sk89q.minecraft.util.commands.CommandExcep... | 4,742 |
github-java-corpus | 2,012 | package eu.icecraft.iceprotect;
import java.io.File;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import org.bukkit.plugin.Plugin;
import org.bukkit.plugin.java.JavaPlugin;
import com.sk89q.worldedit.bukkit.WorldEditPlugin;
import com.sk89q.worldguard.b... | 860 |
github-java-corpus | 2,012 | package eu.icecraft.iceprotect;
import java.io.IOException;
import org.bukkit.ChatColor;
import org.bukkit.entity.Player;
import com.iConomy.iConomy;
import com.iConomy.system.Holdings;
import com.sk89q.worldedit.BlockVector;
import com.sk89q.worldguard.protection.managers.RegionManager;
import com.sk89q.worldguard.... | 851 |
github-java-corpus | 2,012 | package eu.icecraft.iceprotect.configCompat;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.TreeMap;
/**
* Represents a configuration node.
*/
public class ConfigurationNode {
protected Map<String, Object> root;
protected ... | 3,954 |
github-java-corpus | 2,012 | package eu.icecraft.iceprotect.configCompat;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.OutputStreamWriter;
import java.util.HashMap;
import java.util.Map;
import org.yaml.snakeyaml.DumperOptions;
import org.yaml.snakeyaml.Yaml;
impo... | 1,522 |
github-java-corpus | 2,012 | package eu.icecraft.iceprotect.configCompat;
/**
* Configuration exception.
*/
public class ConfigurationException extends Exception {
private static final long serialVersionUID = -2442886939908724203L;
public ConfigurationException() {
super();
}
public ConfigurationException(String msg) {
super(msg);
}
... | 64 |
github-java-corpus | 2,012 |
package edu.uconn.psy.jtrace;
import java.sql.*;
import java.util.*;
public class phonotacticInquiry {
public static void main ( String args[] ) throws Exception {
String slex[]={"-x-","-xbrxpt-","-xdapt-","-xdxlt-","-xgri-","-xlat-","-xpart-","-xpil-","-ark-","-ar-","-art-","-artxst-","-xslip-"... | 29,352 |
github-java-corpus | 2,012 |
package edu.uconn.psy.jtrace;
import java.sql.*;
public class lexInquiry {
public static void main ( String args[] ) throws Exception {
String[] slex={"-","x","xbrxpt","xdapt","xdxlt","xgri","xlat","xpart","xpil","ark","ar","art","artxst","xslip","bar","bark","bi","bit","bist","blak","blxd","blu","bab",... | 5,069 |
github-java-corpus | 2,012 | //svn copy svn://merganser.psy.uconn.edu/jtrace/trunk svn://merganser.psy.uconn.edu/jtrace/release-1.0a5 -m "tag for 1.0a5"
/*
* probability.java
*
* Created on April 27, 2005, 6:09 PM
*/
package edu.uconn.psy.jtrace;
import java.util.*;
/**
*
* @author tedstrauss
*/
public class probability {
static Strin... | 10,826 |
github-java-corpus | 2,012 | /*
* TraceDecisionRule.java
*
* Created on May 26, 2005, 3:42 PM
*/
package edu.uconn.psy.jtrace.Model;
import java.util.Vector;
import java.io.*;
import java.util.*;
import org.jfree.data.xy.*;
/**
*
* @author tedstrauss
*/
public class TraceDecisionRule {
XYSeriesCollection data;
/** Creates a new i... | 3,443 |
github-java-corpus | 2,012 | /*
* NoGuiTest.java
*
* Created on May 5, 2005, 9:41 AM
*/
package edu.uconn.psy.jtrace.Model;
import edu.uconn.psy.jtrace.Model.*;
import edu.uconn.psy.jtrace.UI.GraphParameters;
//import edu.uconn.psy.jtrace.UI.GraphPanel; // need a static method
import java.awt.event.*;
import java.io.*;
import org.jfree... | 1,199 |
github-java-corpus | 2,012 | /*
* Expression.java
*
* Created on May 3, 2005, 3:50 PM
*/
package edu.uconn.psy.jtrace.Model.Scripting;
/**
*
* @author tedstrauss
*/
public abstract class Expression implements Cloneable{
/*protected edu.uconn.psy.jtrace.Model.TraceSim currSim;
protected edu.uconn.psy.jtrace.Model.TraceParam currPar... | 210 |
github-java-corpus | 2,012 | /*
* TraceScript.java
*
* Created on May 2, 2005, 12:42 PM
*/
package edu.uconn.psy.jtrace.Model.Scripting;
import java.io.*;
import java.awt.*;
import java.awt.event.*;
import java.util.*;
import edu.uconn.psy.jtrace.Model.Scripting.impl.*;
import edu.uconn.psy.jtrace.Model.*;
import edu.uconn.psy.jtrace.IO.*;
im... | 9,809 |
github-java-corpus | 2,012 | /*
* Primitive.java
*
* Created on May 4, 2005, 4:57 PM
*/
package edu.uconn.psy.jtrace.Model.Scripting;
/**
*
* @author tedstrauss
*/
public interface Primitive extends java.lang.Cloneable{
Boolean booleanValue();
Text textValue();
Int intValue();
Decimal decimalValue();
edu.uconn.psy.jtra... | 140 |
github-java-corpus | 2,012 | /*
* Action.java
*
* Created on May 2, 2005, 7:12 PM
*/
package edu.uconn.psy.jtrace.Model.Scripting;
import edu.uconn.psy.jtrace.Model.*;
import edu.uconn.psy.jtrace.Model.Scripting.*;
/**
*
* @author tedstrauss
*/
public class Action extends Expression{
String name;
Primitive[] arguments;
public ... | 1,592 |
github-java-corpus | 2,012 | /*
* Query.java
*
* Created on May 4, 2005, 7:53 PM
*/
package edu.uconn.psy.jtrace.Model.Scripting;
/**
*
* @author tedstrauss
*/
public class Query implements Primitive{
String name;
String returnType;
Primitive[] arg;
public Query(String n,String t, Primitive[] a){
name=n;
... | 945 |
github-java-corpus | 2,012 | /*
* Iterator.java
*
* Created on May 2, 2005, 12:58 PM
*/
package edu.uconn.psy.jtrace.Model.Scripting;
import edu.uconn.psy.jtrace.Model.*;
import edu.uconn.psy.jtrace.Model.Scripting.*;
/**
*
* @author tedstrauss
*/
public abstract class Iterator extends Expression {
protected Expression[] express... | 178 |
github-java-corpus | 2,012 | /*
* FourTuple.java
*
* Created on June 10, 2005, 4:03 PM
*/
package edu.uconn.psy.jtrace.Model.Scripting.impl;
/**
*
* @author tedstrauss
*/
public class FourTuple implements Cloneable{
String target, cOne, cTwo, cThree;
public FourTuple(String _target, String _cOne, String _cTwo, String _cThree){
... | 287 |
github-java-corpus | 2,012 | /*
* LexicalAppendIterator.java
*
* Created on June 13, 2006, 11:09 AM
*/
package edu.uconn.psy.jtrace.Model.Scripting.impl;
import edu.uconn.psy.jtrace.Model.Scripting.*;
import edu.uconn.psy.jtrace.Model.*;
/**
*
* @author tedstrauss
*/
public class LexicalAppendIterator extends Iterator{
/** Create... | 1,327 |
github-java-corpus | 2,012 | /*
* PhonemeIterator.java
*
* Created on May 2, 2005, 7:47 PM
*/
package edu.uconn.psy.jtrace.Model.Scripting.impl;
import edu.uconn.psy.jtrace.Model.Scripting.*;
import edu.uconn.psy.jtrace.Model.*;
/**
*
* @author tedstrauss
*/
public class PhonemeIterator extends Iterator{
String parameterName;
Stri... | 683 |
github-java-corpus | 2,012 | /*
* PredicateIterator.java
*
* Created on May 5, 2005, 12:30 PM
*/
package edu.uconn.psy.jtrace.Model.Scripting.impl;
import edu.uconn.psy.jtrace.Model.Scripting.*;
import edu.uconn.psy.jtrace.Model.*;
/**
*
* @author tedstrauss
*/
public class PredicateIterator extends Iterator{
edu.uconn.psy.jtrace.Model... | 772 |
github-java-corpus | 2,012 | /*
* QueryWorkhorse.java
*
* Created on May 5, 2005, 7:06 PM
*/
package edu.uconn.psy.jtrace.Model.Scripting.impl;
import edu.uconn.psy.jtrace.Model.Scripting.*;
import edu.uconn.psy.jtrace.Model.*;
/**
*
* @author tedstrauss
*/
public class QueryWorkhorse extends Workhorse{
/** Creates a new inst... | 4,374 |
github-java-corpus | 2,012 | /*
* FourTupleIterator.java
*
* Created on June 10, 2005, 3:29 PM
*/
package edu.uconn.psy.jtrace.Model.Scripting.impl;
import edu.uconn.psy.jtrace.Model.Scripting.*;
/**
*
* @author tedstrauss
*/
public class FourTupleIterator extends Iterator{
FourTuple[] list;
String parameterName;
int numIncreme... | 606 |
github-java-corpus | 2,012 | /*
* JTraceScriptingException.java
*
* Created on May 4, 2005, 3:02 PM
*/
package edu.uconn.psy.jtrace.Model.Scripting.impl;
/**
*
* @author tedstrauss
*/
public class JTraceScriptingException extends Exception{
String info;
/** Creates a new instance of JTraceScriptingException */
public JTraceScr... | 108 |
github-java-corpus | 2,012 | /*
* ActionWorkhorse.java
*
* Created on May 4, 2005, 4:45 PM
*/
package edu.uconn.psy.jtrace.Model.Scripting.impl;
import edu.uconn.psy.jtrace.Model.*;
import edu.uconn.psy.jtrace.Model.Scripting.*;
import java.awt.*;
import java.awt.event.*;
/**
*
* @author tedstrauss
*/
public abstract class Workhorse {
... | 470 |
github-java-corpus | 2,012 | /*
* ParameterActionWorkhorse.java
*
* Created on May 4, 2005, 2:22 PM
*/
package edu.uconn.psy.jtrace.Model.Scripting.impl;
import edu.uconn.psy.jtrace.Model.Scripting.*;
import edu.uconn.psy.jtrace.Model.*;
/**
*
* @author tedstrauss
*/
public class ParameterActionWorkhorse extends Workhorse{
/** Cre... | 5,333 |
github-java-corpus | 2,012 | /*
* StringIterator.java
*
* Created on May 2, 2005, 6:25 PM
*/
package edu.uconn.psy.jtrace.Model.Scripting.impl;
import edu.uconn.psy.jtrace.Model.Scripting.*;
import edu.uconn.psy.jtrace.Model.*;
/**
*
* @author tedstrauss
*/
public class LexicalIterator extends Iterator{
String parameterName;
... | 1,118 |
github-java-corpus | 2,012 | /*
* VariableIterator.java
*
* Created on May 2, 2005, 5:59 PM
*/
package edu.uconn.psy.jtrace.Model.Scripting.impl;
import edu.uconn.psy.jtrace.Model.Scripting.*;
import edu.uconn.psy.jtrace.Model.*;
/**
*
* @author tedstrauss
*/
public class IntegerIterator extends edu.uconn.psy.jtrace.Model.Scripting.Iterat... | 611 |
github-java-corpus | 2,012 | /*
* FloatIterator.java
*
* Created on May 2, 2005, 6:10 PM
*/
package edu.uconn.psy.jtrace.Model.Scripting.impl;
import edu.uconn.psy.jtrace.Model.Scripting.impl.*;
import edu.uconn.psy.jtrace.Model.Scripting.*;
import edu.uconn.psy.jtrace.Model.*;
/**
*
* @author tedstrauss
*/
public class FloatIterator exte... | 609 |
github-java-corpus | 2,012 | /*
* SimActionWorkhorse.java
*
* Created on May 4, 2005, 2:54 PM
*/
package edu.uconn.psy.jtrace.Model.Scripting.impl;
/**
*
* @author tedstrauss
*/
public class SimActionWorkhorse extends Workhorse{
/** Creates a new instance of SimActionWorkhorse */
public SimActionWorkhorse(edu.uconn.psy.jt... | 904 |
github-java-corpus | 2,012 | /*
* StringIterator.java
*
* Created on May 2, 2005, 6:25 PM
*/
package edu.uconn.psy.jtrace.Model.Scripting.impl;
import edu.uconn.psy.jtrace.Model.Scripting.*;
import edu.uconn.psy.jtrace.Model.*;
/**
*
* @author tedstrauss
*/
public class StringIterator extends Iterator{
String parameterName;
S... | 591 |
github-java-corpus | 2,012 | /*
* FloatIterator.java
*
* Created on May 2, 2005, 6:10 PM
*/
package edu.uconn.psy.jtrace.Model.Scripting.impl;
import edu.uconn.psy.jtrace.Model.Scripting.impl.*;
import edu.uconn.psy.jtrace.Model.Scripting.*;
import edu.uconn.psy.jtrace.Model.*;
/**
*
* @author tedstrauss
*/
public class DummyIterator exte... | 401 |
github-java-corpus | 2,012 | /*
* SimActionWorkhorse.java
*
* Created on May 4, 2005, 2:54 PM
*/
package edu.uconn.psy.jtrace.Model.Scripting.impl;
import edu.uconn.psy.jtrace.Model.Scripting.*;
import org.jfree.chart.*;
import org.jfree.data.*;
import org.jfree.data.xy.*;
import org.jfree.chart.plot.*;
import org.jfree.chart.StandardLegend;
... | 4,949 |
github-java-corpus | 2,012 | /*
* PredicateWorkhorse.java
*
* Created on May 5, 2005, 7:05 PM
*/
package edu.uconn.psy.jtrace.Model.Scripting.impl;
import edu.uconn.psy.jtrace.Model.Scripting.*;
import edu.uconn.psy.jtrace.Model.*;
/**
*
* @author tedstrauss
*/
public class PredicateWorkhorse extends Workhorse{
/** Creates a new ... | 1,428 |
github-java-corpus | 2,012 | /*
* Predicate.java
*
* Created on May 3, 2005, 6:40 PM
*/
package edu.uconn.psy.jtrace.Model.Scripting;
import edu.uconn.psy.jtrace.Model.Scripting.*;
import edu.uconn.psy.jtrace.Model.*;
/**
*
* @author tedstrauss
*/
public class Predicate implements Primitive{
String name;
Primitive[] arg;
publi... | 1,012 |
github-java-corpus | 2,012 | /*
* Int.java
*
* Created on May 5, 2005, 1:10 PM
*/
package edu.uconn.psy.jtrace.Model.Scripting;
/**
*
* @author tedstrauss
*/
public class Boolean implements Primitive {
boolean value;
/** Creates a new instance of Int */
public Boolean(boolean v) {
value=v;
}
public boolean valu... | 232 |
github-java-corpus | 2,012 | /*
* Decimal.java
*
* Created on May 5, 2005, 1:11 PM
*/
package edu.uconn.psy.jtrace.Model.Scripting;
/**
*
* @author tedstrauss
*/
public class Decimal implements Primitive{
double value;
/** Creates a new instance of Decimal */
public Decimal(double v) {
value=v;
}
public double ... | 233 |
github-java-corpus | 2,012 | /*
* FileLocator.java
*
* Created on May 5, 2005, 12:49 PM
*/
package edu.uconn.psy.jtrace.Model.Scripting;
/**
*
* @author tedstrauss
*/
public class FileLocator implements Primitive{
String absolutePath;
String relativePath;
String fileName;
public FileLocator(String a,String r,String n)... | 376 |
github-java-corpus | 2,012 | /*
* Conditional.java
*
* Created on May 3, 2005, 3:52 PM
*/
package edu.uconn.psy.jtrace.Model.Scripting;
import edu.uconn.psy.jtrace.Model.*;
import edu.uconn.psy.jtrace.Model.Scripting.*;
/**
*
* @author tedstrauss
*/
public class Conditional extends Expression{
Predicate If;
Expression[] Then;
... | 367 |
github-java-corpus | 2,012 | /*
* Text.java
*
* Created on May 5, 2005, 1:08 PM
*/
package edu.uconn.psy.jtrace.Model.Scripting;
/**
*
* @author tedstrauss
*/
public class Text implements Primitive{
String value;
/** Creates a new instance of Text */
public Text(String v) {
value=v;
}
public String value(){retu... | 234 |
github-java-corpus | 2,012 | /*
* Int.java
*
* Created on May 5, 2005, 1:10 PM
*/
package edu.uconn.psy.jtrace.Model.Scripting;
/**
*
* @author tedstrauss
*/
public class Int implements Primitive {
int value;
/** Creates a new instance of Int */
public Int(int v) {
value=v;
}
public int value(){return value;}
... | 233 |
github-java-corpus | 2,012 | /*
* Text.java
*
* Created on May 5, 2005, 1:08 PM
*/
package edu.uconn.psy.jtrace.Model.Scripting;
import java.util.*;
/**
*
* @author tedstrauss
*/
public class ListOfPrimitives implements Primitive{
LinkedList value;
/** Creates a new instance of Text */
public ListOfPrimitives(LinkedList _v) {
... | 566 |
github-java-corpus | 2,012 | package edu.uconn.psy.jtrace.Model;
import java.util.Locale;
import java.util.TreeMap;
import java.text.*;
import java.util.regex.*;
/**
* TracePhones defines TRACE phonemes, input representations, and ambiguous
* phonemes.
* An instance of TracePhones can be created to create and refer to spread
* input represen... | 18,591 |
github-java-corpus | 2,012 | /*
* TraceError.java
*
* Created on April 28, 2004, 1:10 PM
*/
package edu.uconn.psy.jtrace.Model;
import java.util.*;
/**
*
* @author Rafi
*/
public class TraceError {
private Vector vError;
/** Creates a new instance of TraceError */
public TraceError() {
vError = new Vector();
}... | 139 |
github-java-corpus | 2,012 | /*
* TraceException.java
*
* Created on April 19, 2004, 1:11 PM
*/
package edu.uconn.psy.jtrace.Model;
/**
*
* @author Rafi
*/
public class TraceException extends java.lang.Exception {
/**
* Creates a new instance of <code>TraceException</code> without detail message.
*/
public TraceExc... | 135 |
github-java-corpus | 2,012 | /*
* TraceFunction.java
*
* Created on February 21, 2007, 3:13 PM
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package edu.uconn.psy.jtrace.Model.Dynamics;
/**
*
* @author tedstrauss
*/
public interface TraceFunction {
public TraceFu... | 94 |
github-java-corpus | 2,012 | /*
* LinearParameterFunction.java
*
* Created on February 21, 2007, 3:13 PM
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package edu.uconn.psy.jtrace.Model.Dynamics;
/**
*
* @author tedstrauss
*/
public class LinearParameterFunction implements TraceF... | 410 |
github-java-corpus | 2,012 | /*
* TraceFunctionList.java
*
* Created on February 21, 2007, 3:12 PM
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package edu.uconn.psy.jtrace.Model.Dynamics;
import edu.uconn.psy.jtrace.Model.*;
import java.util.*;
/**
*
* @author tedstrauss
*/
pub... | 689 |
github-java-corpus | 2,012 | /*
* QuadraticParameterFunction.java
*
* Created on February 21, 2007, 3:14 PM
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package edu.uconn.psy.jtrace.Model.Dynamics;
/**
*
* @author tedstrauss
*/
public class QuadraticParameterFunction {
... | 103 |
github-java-corpus | 2,012 | /*
* LogarithmicParameterFunction.java
*
* Created on February 21, 2007, 3:15 PM
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package edu.uconn.psy.jtrace.Model.Dynamics;
/**
*
* @author tedstrauss
*/
public class LogarithmicParameterFunction {
... | 107 |
github-java-corpus | 2,012 | /*
* TraceNet.java
*
* Created on April 16, 2004, 5:18 PM
*/
package edu.uconn.psy.jtrace.Model;
import java.util.*;
/**
*
* The code implementing the TRACE model is located in this class.
* Many of the instance variables are stored in TraceParam.
* This class is responsible for computing one processing ... | 15,282 |
github-java-corpus | 2,012 | /*
* TraceSim.java
*
* Created on May 4, 2005, 4:34 PM
*/
package edu.uconn.psy.jtrace.Model;
import edu.uconn.psy.jtrace.Model.*;
import edu.uconn.psy.jtrace.Model.Dynamics.*;
import java.io.*; // for export
import java.text.DecimalFormat;
/**
* Wrapper around TraceNet, with the full history of the sim, ... | 5,583 |
github-java-corpus | 2,012 | /*
* Created on October 14, 2004, 12:03 AM
*/
package edu.uconn.psy.jtrace.Model;
/**
*
* @author tedstrauss
*/
public class GaussianDistr extends java.util.Random{
double mean, sd;
java.util.Random rand;
public GaussianDistr(double _m, double _sd) {
mean = _m;
sd=_sd;
... | 206 |
github-java-corpus | 2,012 | /*
* TraceAnalysis.java
*
* Created on May 5, 2005, 10:33 AM
*/
package edu.uconn.psy.jtrace.Model;
import edu.uconn.psy.jtrace.Model.*;
import java.util.Vector;
import java.io.*;
import org.jfree.data.xy.*;
/**
* A TraceAnalysis object analyzes the results of a TraceSim. It is a
* general-purpose LCR analysi... | 10,578 |
github-java-corpus | 2,012 | package edu.uconn.psy.jtrace.Model;
import edu.uconn.psy.jtrace.Model.Scripting.*;
import edu.uconn.psy.jtrace.Model.*;
import java.util.*;
/**
* A TraceLexicon is a Vector of TraceWords.
*
* @author Rafi Pelosoff
* @author Ted Strauss
* @author Harlan Harris
*/
public class TraceLexicon implements edu.uconn.ps... | 1,709 |
github-java-corpus | 2,012 |
package edu.uconn.psy.jtrace.Model;
import edu.uconn.psy.jtrace.Model.TracePhones;
import java.lang.ClassCastException;
/**
* TraceWord defines a tuple for representing TRACE words. The string, of course,
* plus frequency and prime information. TraceWords are
* immutable, like Strings, and are valid if they conta... | 683 |
github-java-corpus | 2,012 | /*
* TraceParam.java
*
* Created on April 16, 2004, 5:26 PM
*/
package edu.uconn.psy.jtrace.Model;
import edu.uconn.psy.jtrace.Model.Dynamics.TraceFunctionList;
import java.util.*;
import edu.uconn.psy.jtrace.Model.Scripting.*;
import edu.uconn.psy.jtrace.parser.*;
import edu.uconn.psy.jtrace.parser.impl.*;
impor... | 14,223 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.