Reordered code.

This commit is contained in:
Chris Cromer 2016-07-03 14:02:10 -04:00
parent fe61cf4c78
commit 788db3dbb9
29 changed files with 1965 additions and 1923 deletions

View File

@ -27,10 +27,17 @@
<option name="name" value="Class-Path" /> <option name="name" value="Class-Path" />
<option name="value" value="/cl/cromer/estructuras" /> <option name="value" value="/cl/cromer/estructuras" />
</JavaFxManifestAttribute> </JavaFxManifestAttribute>
<JavaFxManifestAttribute>
<option name="name" value="Codebase" />
<option name="value" value="*.cromer.cl 127.0.0.1" />
</JavaFxManifestAttribute>
<JavaFxManifestAttribute>
<option name="name" value="Application-Name" />
<option name="value" value="Estructuras de Datos" />
</JavaFxManifestAttribute>
</list> </list>
</option> </option>
<option name="description" value="" /> <option name="description" value="Esta aplicación muestra varios tipos de estrucuras de datos visualmente." />
<option name="enabledSigning" value="true" />
<option name="height" value="768" /> <option name="height" value="768" />
<option name="htmlParamFile" value="" /> <option name="htmlParamFile" value="" />
<option name="keystore" value="" /> <option name="keystore" value="" />

View File

@ -2,8 +2,12 @@
<project version="4"> <project version="4">
<component name="ProjectCodeStyleSettingsManager"> <component name="ProjectCodeStyleSettingsManager">
<option name="PER_PROJECT_SETTINGS"> <option name="PER_PROJECT_SETTINGS">
<value /> <value>
<XML>
<option name="XML_LEGACY_SETTINGS_IMPORTED" value="true" />
</XML>
</value>
</option> </option>
<option name="PREFERRED_PROJECT_CODE_STYLE" value="Default (1)" /> <option name="PREFERRED_PROJECT_CODE_STYLE" value="Cromer" />
</component> </component>
</project> </project>

View File

@ -1,269 +1,250 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project name="estructuras_de_datos" default="all"> <project name="estructuras_de_datos" default="all">
<property file="estructuras_de_datos.properties"/> <property file="estructuras_de_datos.properties"/>
<!-- Uncomment the following property if no tests compilation is needed --> <!-- Uncomment the following property if no tests compilation is needed -->
<!-- <!--
<property name="skip.tests" value="true"/> <property name="skip.tests" value="true"/>
--> -->
<!-- Compiler options --> <!-- Compiler options -->
<property name="compiler.debug" value="on"/> <property name="compiler.debug" value="on"/>
<property name="compiler.generate.no.warnings" value="off"/> <property name="compiler.generate.no.warnings" value="off"/>
<property name="compiler.args" value=""/> <property name="compiler.args" value=""/>
<property name="compiler.max.memory" value="700m"/> <property name="compiler.max.memory" value="700m"/>
<patternset id="ignored.files"> <patternset id="ignored.files">
<exclude name="**/*.hprof/**"/> <exclude name="**/*.hprof/**"/>
<exclude name="**/*.pyc/**"/> <exclude name="**/*.pyc/**"/>
<exclude name="**/*.pyo/**"/> <exclude name="**/*.pyo/**"/>
<exclude name="**/*.rbc/**"/> <exclude name="**/*.rbc/**"/>
<exclude name="**/*.yarb/**"/> <exclude name="**/*.yarb/**"/>
<exclude name="**/*~/**"/> <exclude name="**/*~/**"/>
<exclude name="**/.DS_Store/**"/> <exclude name="**/.DS_Store/**"/>
<exclude name="**/.git/**"/> <exclude name="**/.git/**"/>
<exclude name="**/.hg/**"/> <exclude name="**/.hg/**"/>
<exclude name="**/.svn/**"/> <exclude name="**/.svn/**"/>
<exclude name="**/CVS/**"/> <exclude name="**/CVS/**"/>
<exclude name="**/RCS/**"/> <exclude name="**/RCS/**"/>
<exclude name="**/SCCS/**"/> <exclude name="**/SCCS/**"/>
<exclude name="**/__pycache__/**"/> <exclude name="**/__pycache__/**"/>
<exclude name="**/_svn/**"/> <exclude name="**/_svn/**"/>
<exclude name="**/rcs/**"/> <exclude name="**/rcs/**"/>
<exclude name="**/vssver.scc/**"/> <exclude name="**/vssver.scc/**"/>
<exclude name="**/vssver2.scc/**"/> <exclude name="**/vssver2.scc/**"/>
</patternset> </patternset>
<patternset id="library.patterns"> <patternset id="library.patterns">
<include name="*.egg"/> <include name="*.egg"/>
<include name="*.jar"/> <include name="*.jar"/>
<include name="*.ear"/> <include name="*.ear"/>
<include name="*.apk"/> <include name="*.apk"/>
<include name="*.swc"/> <include name="*.swc"/>
<include name="*.war"/> <include name="*.war"/>
<include name="*.ane"/> <include name="*.ane"/>
<include name="*.zip"/> <include name="*.zip"/>
</patternset> </patternset>
<patternset id="compiler.resources"> <patternset id="compiler.resources">
<exclude name="**/?*.java"/> <exclude name="**/?*.java"/>
<exclude name="**/?*.form"/> <exclude name="**/?*.form"/>
<exclude name="**/?*.class"/> <exclude name="**/?*.class"/>
<exclude name="**/?*.groovy"/> <exclude name="**/?*.groovy"/>
<exclude name="**/?*.scala"/> <exclude name="**/?*.scala"/>
<exclude name="**/?*.flex"/> <exclude name="**/?*.flex"/>
<exclude name="**/?*.kt"/> <exclude name="**/?*.kt"/>
<exclude name="**/?*.clj"/> <exclude name="**/?*.clj"/>
</patternset> </patternset>
<!-- JDK definitions --> <!-- JDK definitions -->
<property name="jdk.bin.1.8" value="${jdk.home.1.8}/bin"/> <property name="jdk.bin.1.8" value="${jdk.home.1.8}/bin"/>
<path id="jdk.classpath.1.8"> <path id="jdk.classpath.1.8">
<fileset dir="${jdk.home.1.8}"> <fileset dir="${jdk.home.1.8}">
<include name="jre/lib/charsets.jar"/> <include name="jre/lib/charsets.jar"/>
<include name="jre/lib/deploy.jar"/> <include name="jre/lib/deploy.jar"/>
<include name="jre/lib/ext/cldrdata.jar"/> <include name="jre/lib/ext/cldrdata.jar"/>
<include name="jre/lib/ext/dnsns.jar"/> <include name="jre/lib/ext/dnsns.jar"/>
<include name="jre/lib/ext/jaccess.jar"/> <include name="jre/lib/ext/jaccess.jar"/>
<include name="jre/lib/ext/jfxrt.jar"/> <include name="jre/lib/ext/jfxrt.jar"/>
<include name="jre/lib/ext/localedata.jar"/> <include name="jre/lib/ext/localedata.jar"/>
<include name="jre/lib/ext/nashorn.jar"/> <include name="jre/lib/ext/nashorn.jar"/>
<include name="jre/lib/ext/sunec.jar"/> <include name="jre/lib/ext/sunec.jar"/>
<include name="jre/lib/ext/sunjce_provider.jar"/> <include name="jre/lib/ext/sunjce_provider.jar"/>
<include name="jre/lib/ext/sunpkcs11.jar"/> <include name="jre/lib/ext/sunpkcs11.jar"/>
<include name="jre/lib/ext/zipfs.jar"/> <include name="jre/lib/ext/zipfs.jar"/>
<include name="jre/lib/javaws.jar"/> <include name="jre/lib/javaws.jar"/>
<include name="jre/lib/jce.jar"/> <include name="jre/lib/jce.jar"/>
<include name="jre/lib/jfr.jar"/> <include name="jre/lib/jfr.jar"/>
<include name="jre/lib/jfxswt.jar"/> <include name="jre/lib/jfxswt.jar"/>
<include name="jre/lib/jsse.jar"/> <include name="jre/lib/jsse.jar"/>
<include name="jre/lib/management-agent.jar"/> <include name="jre/lib/management-agent.jar"/>
<include name="jre/lib/plugin.jar"/> <include name="jre/lib/plugin.jar"/>
<include name="jre/lib/resources.jar"/> <include name="jre/lib/resources.jar"/>
<include name="jre/lib/rt.jar"/> <include name="jre/lib/rt.jar"/>
</fileset> </fileset>
</path> </path>
<property name="project.jdk.home" value="${jdk.home.1.8}"/> <property name="project.jdk.home" value="${jdk.home.1.8}"/>
<property name="project.jdk.bin" value="${jdk.bin.1.8}"/> <property name="project.jdk.bin" value="${jdk.bin.1.8}"/>
<property name="project.jdk.classpath" value="jdk.classpath.1.8"/> <property name="project.jdk.classpath" value="jdk.classpath.1.8"/>
<!-- Register Custom Compiler Taskdefs --> <!-- Register Custom Compiler Taskdefs -->
<property name="javac2.home" value="${idea.home}/lib"/> <property name="javac2.home" value="${idea.home}/lib"/>
<path id="javac2.classpath"> <path id="javac2.classpath">
<pathelement location="${javac2.home}/javac2.jar"/> <pathelement location="${javac2.home}/javac2.jar"/>
<pathelement location="${javac2.home}/jdom.jar"/> <pathelement location="${javac2.home}/jdom.jar"/>
<pathelement location="${javac2.home}/asm-all.jar"/> <pathelement location="${javac2.home}/asm-all.jar"/>
<pathelement location="${javac2.home}/jgoodies-forms.jar"/> <pathelement location="${javac2.home}/jgoodies-forms.jar"/>
</path> </path>
<target name="register.custom.compilers"> <target name="register.custom.compilers">
<taskdef name="javac2" classname="com.intellij.ant.Javac2" classpathref="javac2.classpath"/> <taskdef name="javac2" classname="com.intellij.ant.Javac2" classpathref="javac2.classpath"/>
<taskdef name="instrumentIdeaExtensions" classname="com.intellij.ant.InstrumentIdeaExtensions" <taskdef name="instrumentIdeaExtensions" classname="com.intellij.ant.InstrumentIdeaExtensions" classpathref="javac2.classpath"/>
classpathref="javac2.classpath"/> </target>
</target>
<!-- Modules -->
<!-- Modules -->
<!-- Module Estructuras de Datos -->
<!-- Module Estructuras de Datos -->
<dirname property="module.estructuras_de_datos.basedir" file="${ant.file}"/>
<dirname property="module.estructuras_de_datos.basedir" file="${ant.file}"/>
<property name="module.jdk.home.estructuras_de_datos" value="${jdk.home.1.8}"/>
<property name="module.jdk.home.estructuras_de_datos" value="${jdk.home.1.8}"/> <property name="module.jdk.bin.estructuras_de_datos" value="${jdk.bin.1.8}"/>
<property name="module.jdk.bin.estructuras_de_datos" value="${jdk.bin.1.8}"/> <property name="module.jdk.classpath.estructuras_de_datos" value="jdk.classpath.1.8"/>
<property name="module.jdk.classpath.estructuras_de_datos" value="jdk.classpath.1.8"/>
<property name="compiler.args.estructuras_de_datos" value="-encoding UTF-8 -source 8 -target 8 ${compiler.args}"/>
<property name="compiler.args.estructuras_de_datos" value="-encoding UTF-8 -source 8 -target 8 ${compiler.args}"/>
<property name="estructuras_de_datos.output.dir" value="${module.estructuras_de_datos.basedir}/out/production/Estructuras de Datos"/>
<property name="estructuras_de_datos.output.dir" <property name="estructuras_de_datos.testoutput.dir" value="${module.estructuras_de_datos.basedir}/out/test/Estructuras de Datos"/>
value="${module.estructuras_de_datos.basedir}/out/production/Estructuras de Datos"/>
<property name="estructuras_de_datos.testoutput.dir" <path id="estructuras_de_datos.module.bootclasspath">
value="${module.estructuras_de_datos.basedir}/out/test/Estructuras de Datos"/> <!-- Paths to be included in compilation bootclasspath -->
</path>
<path id="estructuras_de_datos.module.bootclasspath">
<!-- Paths to be included in compilation bootclasspath --> <path id="estructuras_de_datos.module.production.classpath">
</path> <path refid="${module.jdk.classpath.estructuras_de_datos}"/>
</path>
<path id="estructuras_de_datos.module.production.classpath">
<path refid="${module.jdk.classpath.estructuras_de_datos}"/> <path id="estructuras_de_datos.runtime.production.module.classpath">
</path> <pathelement location="${estructuras_de_datos.output.dir}"/>
</path>
<path id="estructuras_de_datos.runtime.production.module.classpath">
<pathelement location="${estructuras_de_datos.output.dir}"/> <path id="estructuras_de_datos.module.classpath">
</path> <path refid="${module.jdk.classpath.estructuras_de_datos}"/>
<pathelement location="${estructuras_de_datos.output.dir}"/>
<path id="estructuras_de_datos.module.classpath"> </path>
<path refid="${module.jdk.classpath.estructuras_de_datos}"/>
<pathelement location="${estructuras_de_datos.output.dir}"/> <path id="estructuras_de_datos.runtime.module.classpath">
</path> <pathelement location="${estructuras_de_datos.testoutput.dir}"/>
<pathelement location="${estructuras_de_datos.output.dir}"/>
<path id="estructuras_de_datos.runtime.module.classpath"> </path>
<pathelement location="${estructuras_de_datos.testoutput.dir}"/>
<pathelement location="${estructuras_de_datos.output.dir}"/>
</path> <patternset id="excluded.from.module.estructuras_de_datos">
<patternset refid="ignored.files"/>
</patternset>
<patternset id="excluded.from.module.estructuras_de_datos">
<patternset refid="ignored.files"/> <patternset id="excluded.from.compilation.estructuras_de_datos">
</patternset> <patternset refid="excluded.from.module.estructuras_de_datos"/>
</patternset>
<patternset id="excluded.from.compilation.estructuras_de_datos">
<patternset refid="excluded.from.module.estructuras_de_datos"/> <path id="estructuras_de_datos.module.sourcepath">
</patternset> <dirset dir="${module.estructuras_de_datos.basedir}">
<include name="src"/>
<path id="estructuras_de_datos.module.sourcepath"> </dirset>
<dirset dir="${module.estructuras_de_datos.basedir}"> </path>
<include name="src"/>
</dirset>
</path> <target name="compile.module.estructuras_de_datos" depends="compile.module.estructuras_de_datos.production,compile.module.estructuras_de_datos.tests" description="Compile module Estructuras de Datos"/>
<target name="compile.module.estructuras_de_datos.production" depends="register.custom.compilers" description="Compile module Estructuras de Datos; production classes">
<target name="compile.module.estructuras_de_datos" <mkdir dir="${estructuras_de_datos.output.dir}"/>
depends="compile.module.estructuras_de_datos.production,compile.module.estructuras_de_datos.tests" <javac2 destdir="${estructuras_de_datos.output.dir}" debug="${compiler.debug}" nowarn="${compiler.generate.no.warnings}" memorymaximumsize="${compiler.max.memory}" fork="true" executable="${module.jdk.bin.estructuras_de_datos}/javac">
description="Compile module Estructuras de Datos"/> <compilerarg line="${compiler.args.estructuras_de_datos}"/>
<bootclasspath refid="estructuras_de_datos.module.bootclasspath"/>
<target name="compile.module.estructuras_de_datos.production" depends="register.custom.compilers" <classpath refid="estructuras_de_datos.module.production.classpath"/>
description="Compile module Estructuras de Datos; production classes"> <src refid="estructuras_de_datos.module.sourcepath"/>
<mkdir dir="${estructuras_de_datos.output.dir}"/> <patternset refid="excluded.from.compilation.estructuras_de_datos"/>
<javac2 destdir="${estructuras_de_datos.output.dir}" debug="${compiler.debug}" </javac2>
nowarn="${compiler.generate.no.warnings}" memorymaximumsize="${compiler.max.memory}" fork="true"
executable="${module.jdk.bin.estructuras_de_datos}/javac"> <copy todir="${estructuras_de_datos.output.dir}">
<compilerarg line="${compiler.args.estructuras_de_datos}"/> <fileset dir="${module.estructuras_de_datos.basedir}/src">
<bootclasspath refid="estructuras_de_datos.module.bootclasspath"/> <patternset refid="compiler.resources"/>
<classpath refid="estructuras_de_datos.module.production.classpath"/> <type type="file"/>
<src refid="estructuras_de_datos.module.sourcepath"/> </fileset>
<patternset refid="excluded.from.compilation.estructuras_de_datos"/> </copy>
</javac2> </target>
<copy todir="${estructuras_de_datos.output.dir}"> <target name="compile.module.estructuras_de_datos.tests" depends="register.custom.compilers,compile.module.estructuras_de_datos.production" description="compile module Estructuras de Datos; test classes" unless="skip.tests"/>
<fileset dir="${module.estructuras_de_datos.basedir}/src">
<patternset refid="compiler.resources"/> <target name="clean.module.estructuras_de_datos" description="cleanup module">
<type type="file"/> <delete dir="${estructuras_de_datos.output.dir}"/>
</fileset> <delete dir="${estructuras_de_datos.testoutput.dir}"/>
</copy> </target>
</target>
<target name="init" description="Build initialization">
<target name="compile.module.estructuras_de_datos.tests" <!-- Perform any build initialization in this target -->
depends="register.custom.compilers,compile.module.estructuras_de_datos.production" </target>
description="compile module Estructuras de Datos; test classes" unless="skip.tests"/>
<target name="clean" depends="clean.module.estructuras_de_datos, clean.artifact.estructuras_de_datos" description="cleanup all"/>
<target name="clean.module.estructuras_de_datos" description="cleanup module">
<delete dir="${estructuras_de_datos.output.dir}"/> <target name="build.modules" depends="init, clean, compile.module.estructuras_de_datos" description="build all modules"/>
<delete dir="${estructuras_de_datos.testoutput.dir}"/>
</target> <target name="init.artifacts">
<property name="artifacts.temp.dir" value="${basedir}/__artifacts_temp"/>
<target name="init" description="Build initialization"> <property name="artifact.output.estructuras_de_datos" value="${basedir}/out/artifacts/Estructuras_de_Datos"/>
<!-- Perform any build initialization in this target --> <mkdir dir="${artifacts.temp.dir}"/>
</target> <property name="artifact.temp.output.Estructuras_de_Datos" value="${artifacts.temp.dir}/Estructuras_de_Datos.jar"/>
<taskdef resource="com/sun/javafx/tools/ant/antlib.xml" uri="javafx:com.sun.javafx.tools.ant" classpath="${jdk.home.1.8}/lib/ant-javafx.jar"/>
<target name="clean" depends="clean.module.estructuras_de_datos, clean.artifact.estructuras_de_datos" </target>
description="cleanup all"/>
<target name="clean.artifact.estructuras_de_datos" description="clean Estructuras de Datos artifact output">
<target name="build.modules" depends="init, clean, compile.module.estructuras_de_datos" <delete dir="${artifact.output.estructuras_de_datos}"/>
description="build all modules"/> </target>
<target name="init.artifacts"> <target name="artifact.estructuras_de_datos" depends="init.artifacts, compile.module.estructuras_de_datos" description="Build &#39;Estructuras de Datos&#39; artifact" xmlns:fx="javafx:com.sun.javafx.tools.ant">
<property name="artifacts.temp.dir" value="${basedir}/__artifacts_temp"/> <mkdir dir="${artifact.output.estructuras_de_datos}"/>
<property name="artifact.output.estructuras_de_datos" value="${basedir}/out/artifacts/Estructuras_de_Datos"/> <copy todir="${artifact.temp.output.Estructuras_de_Datos}">
<mkdir dir="${artifacts.temp.dir}"/> <fileset dir="${estructuras_de_datos.output.dir}"/>
<property name="artifact.temp.output.Estructuras_de_Datos" </copy>
value="${artifacts.temp.dir}/Estructuras_de_Datos.jar"/> <fx:fileset id="all_but_Estructuras_de_Datos" dir="${artifact.temp.output.Estructuras_de_Datos}" includes="**/*.jar">
<taskdef resource="com/sun/javafx/tools/ant/antlib.xml" uri="javafx:com.sun.javafx.tools.ant" <exclude name="Estructuras_de_Datos.jar"/>
classpath="${jdk.home.1.8}/lib/ant-javafx.jar"/> </fx:fileset>
</target> <fx:fileset id="all_Estructuras_de_Datos" dir="${artifact.temp.output.Estructuras_de_Datos}" includes="**/*.jar"/>
<fx:application id="Estructuras_de_Datos_id" name="Estructuras de Datos" mainClass="cl.cromer.estructuras.Main"/>
<target name="clean.artifact.estructuras_de_datos" description="clean Estructuras de Datos artifact output"> <fx:jar destfile="${artifact.temp.output.Estructuras_de_Datos}/Estructuras_de_Datos.jar">
<delete dir="${artifact.output.estructuras_de_datos}"/> <fx:application refid="Estructuras_de_Datos_id"/>
</target> <fileset dir="${artifact.temp.output.Estructuras_de_Datos}" excludes="**/*.jar"/>
<fx:resources>
<target xmlns:fx="javafx:com.sun.javafx.tools.ant" name="artifact.estructuras_de_datos" <fx:fileset refid="all_but_Estructuras_de_Datos"/>
depends="init.artifacts, compile.module.estructuras_de_datos" </fx:resources>
description="Build &#39;Estructuras de Datos&#39; artifact"> <manifest>
<mkdir dir="${artifact.output.estructuras_de_datos}"/> <attribute name="Created-By" value="Chris Cromer"/>
<copy todir="${artifact.temp.output.Estructuras_de_Datos}"> <attribute name="Class-Path" value="/cl/cromer/estructuras"/>
<fileset dir="${estructuras_de_datos.output.dir}"/> <attribute name="Codebase" value="*.cromer.cl 127.0.0.1"/>
</copy> <attribute name="Application-Name" value="Estructuras de Datos"/>
<fx:fileset id="all_but_Estructuras_de_Datos" dir="${artifact.temp.output.Estructuras_de_Datos}" </manifest>
includes="**/*.jar"> </fx:jar>
<exclude name="Estructuras_de_Datos.jar"/> <fx:deploy width="1024" height="768" updatemode="background" outdir="${artifact.temp.output.Estructuras_de_Datos}/deploy" outfile="Estructuras_de_Datos" nativeBundles="all">
</fx:fileset> <fx:application refid="Estructuras_de_Datos_id"/>
<fx:fileset id="all_Estructuras_de_Datos" dir="${artifact.temp.output.Estructuras_de_Datos}" <fx:info title="Estructuras de Datos" vendor="Chris Cromer" description="Esta aplicación muestra varios tipos de estrucuras de datos visualmente."/>
includes="**/*.jar"/> <fx:resources>
<fx:application id="Estructuras_de_Datos_id" name="Estructuras de Datos" <fx:fileset refid="all_Estructuras_de_Datos"/>
mainClass="cl.cromer.estructuras.Main"/> </fx:resources>
<fx:jar destfile="${artifact.temp.output.Estructuras_de_Datos}/Estructuras_de_Datos.jar"> </fx:deploy>
<fx:application refid="Estructuras_de_Datos_id"/> <copy todir="${artifact.output.estructuras_de_datos}">
<fileset dir="${artifact.temp.output.Estructuras_de_Datos}" excludes="**/*.jar"/> <fileset dir="${artifact.temp.output.Estructuras_de_Datos}/deploy"/>
<fx:resources> </copy>
<fx:fileset refid="all_but_Estructuras_de_Datos"/> <delete includeemptydirs="true">
</fx:resources> <fileset dir="${artifact.temp.output.Estructuras_de_Datos}"/>
<manifest> </delete>
<attribute name="Created-By" value="Chris Cromer"/> </target>
<attribute name="Class-Path" value="/cl/cromer/estructuras"/>
</manifest> <target name="build.all.artifacts" depends="artifact.estructuras_de_datos" description="Build all artifacts">
</fx:jar>
<fx:deploy width="1024" height="768" updatemode="background" <!-- Delete temporary files -->
outdir="${artifact.temp.output.Estructuras_de_Datos}/deploy" outfile="Estructuras_de_Datos" <delete dir="${artifacts.temp.dir}"/>
nativeBundles="all"> </target>
<fx:application refid="Estructuras_de_Datos_id"/>
<fx:info title="Estructuras de Datos" vendor="Chris Cromer"/> <target name="all" depends="build.modules, build.all.artifacts" description="build all"/>
<fx:resources>
<fx:fileset refid="all_Estructuras_de_Datos"/>
</fx:resources>
</fx:deploy>
<copy todir="${artifact.output.estructuras_de_datos}">
<fileset dir="${artifact.temp.output.Estructuras_de_Datos}/deploy"/>
</copy>
<delete includeemptydirs="true">
<fileset dir="${artifact.temp.output.Estructuras_de_Datos}"/>
</delete>
</target>
<target name="build.all.artifacts" depends="artifact.estructuras_de_datos" description="Build all artifacts">
<!-- Delete temporary files -->
<delete dir="${artifacts.temp.dir}"/>
</target>
<target name="all" depends="build.modules, build.all.artifacts" description="build all"/>
</project> </project>

View File

@ -1,7 +1,8 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Permissions: sandbox Permissions: sandbox
Codebase: *.cromer.cl 127.0.0.1
JavaFX-Version: 8.0 JavaFX-Version: 8.0
Class-Path: /cl/cromer/estructuras Class-Path: /cl/cromer/estructuras
Created-By: Chris Cromer Created-By: Chris Cromer
Main-Class: cl.cromer.estructuras.Main Main-Class: cl.cromer.estructuras.Main
Application-Name: Estructuras de Datos

View File

@ -52,6 +52,28 @@ final public class Array {
this.ordered = ordered; this.ordered = ordered;
} }
/**
* Insertar un valor al array.
*
* @param valor int: El valor a insertar.
*
* @return boolean: Verdad si fue exitoso, sino falso.
*/
public boolean insertar(int valor) {
for (int i = 0; i < array.length; i++) {
if (array[i] == null) {
array[i] = String.valueOf(valor);
size++;
return true;
}
else if (array[i].equals(String.valueOf(valor))) {
// Ya existe el valor en el array
return false;
}
}
return false;
}
/** /**
* Eliminar un valor del array si existe. * Eliminar un valor del array si existe.
* *
@ -85,18 +107,29 @@ final public class Array {
} }
/** /**
* Devolver el valor que está guardado en cada indice del array. Se usa para construir la grafica. * Buscar si existe un valor dentro el array.
* *
* @param indice int: El indice que desea ver. * @param valor int: Valor a buscar.
* *
* @return String: El valor que está en dicho indice. * @return int: Devuelve el indice donde fue encontrado, o -1 si no fue encontrado.
*/ */
public String getIndice(int indice) { public int buscar(int valor) {
if (indice >= 0 && indice < array.length) { for (int i = 0; i < array.length; i++) {
return array[indice]; if (array[i] != null && array[i].equals(String.valueOf(valor))) {
// Se encontró
return i;
}
} }
else { // No se encontró
return null; return - 1;
}
/**
* Borrar el array para que sea como nuevo.
*/
public void nuevo() {
for (int i = 0; i < size(); i++) {
array[i] = null;
} }
} }
@ -118,6 +151,22 @@ final public class Array {
} }
} }
/**
* Devolver el valor que está guardado en cada indice del array. Se usa para construir la grafica.
*
* @param indice int: El indice que desea ver.
*
* @return String: El valor que está en dicho indice.
*/
public String getIndice(int indice) {
if (indice >= 0 && indice < array.length) {
return array[indice];
}
else {
return null;
}
}
/** /**
* Devolver la cantidad de elementos en el array. * Devolver la cantidad de elementos en el array.
* *
@ -127,55 +176,6 @@ final public class Array {
return size; return size;
} }
/**
* Buscar si existe un valor dentro el array.
*
* @param valor int: Valor a buscar.
*
* @return int: Devuelve el indice donde fue encontrado, o -1 si no fue encontrado.
*/
public int buscar(int valor) {
for (int i = 0; i < array.length; i++) {
if (array[i] != null && array[i].equals(String.valueOf(valor))) {
// Se encontró
return i;
}
}
// No se encontró
return - 1;
}
/**
* Insertar un valor al array.
*
* @param valor int: El valor a insertar.
*
* @return boolean: Verdad si fue exitoso, sino falso.
*/
public boolean insertar(int valor) {
for (int i = 0; i < array.length; i++) {
if (array[i] == null) {
array[i] = String.valueOf(valor);
size++;
return true;
}
else if (array[i].equals(String.valueOf(valor))) {
// Ya existe el valor en el array
return false;
}
}
return false;
}
/**
* Borrar el array.
*/
public void nuevo() {
for (int i = 0; i < size(); i++) {
array[i] = null;
}
}
/** /**
* Ordenar el array usando burbuja. * Ordenar el array usando burbuja.
* *

View File

@ -18,233 +18,233 @@ import java.util.logging.Level;
*/ */
public class ArrayController implements Initializable { public class ArrayController implements Initializable {
/** /**
* La caja para ingresar textos. * La caja para ingresar textos.
*/ */
@FXML @FXML
private TextFieldLimited valorArray; private TextFieldLimited valorArray;
/** /**
* Donde poner el contenido de array. * Donde poner el contenido de array.
*/ */
@FXML @FXML
private VBox contenidoArray; private VBox contenidoArray;
/** /**
* Donde va el codigo a mostrar a la pantalla. * Donde va el codigo a mostrar a la pantalla.
*/ */
@FXML @FXML
private Text codigoArray; private Text codigoArray;
/** /**
* La escena donde está cosas graficas. * La escena donde está cosas graficas.
*/ */
private Scene scene; private Scene scene;
/** /**
* Donde está guardado los idiomas. * Donde está guardado los idiomas.
*/ */
private ResourceBundle resourceBundle; private ResourceBundle resourceBundle;
/** /**
* El array usado en la aplicación. * El array usado en la aplicación.
*/ */
private Array array; private Array array;
/** /**
* Grafico rectangulos. * Grafico rectangulos.
*/ */
private Grafico grafico; private Grafico grafico;
/** /**
* Inicializar todos los datos y dibujar las graficas. * Inicializar todos los datos y dibujar las graficas.
* *
* @param location URL: El URL de fxml en uso. * @param location URL: El URL de fxml en uso.
* @param resourceBundle ResourceBundle: Tiene datos de idioma. * @param resourceBundle ResourceBundle: Tiene datos de idioma.
*/ */
@Override @Override
public void initialize(URL location, ResourceBundle resourceBundle) { public void initialize(URL location, ResourceBundle resourceBundle) {
this.resourceBundle = resourceBundle; this.resourceBundle = resourceBundle;
scene = null; scene = null;
Colores colores = new Colores(); Colores colores = new Colores();
for (int i = 0; i < 10; i++) { for (int i = 0; i < 10; i++) {
contenidoArray.getChildren().addAll(Grafico.crearCaja(colores, String.valueOf(i))); contenidoArray.getChildren().addAll(Grafico.crearCaja(colores, String.valueOf(i)));
colores.siguinteColor(); colores.siguinteColor();
} }
} }
/** /**
* Llenar el array con numeros al azar. * Llenar el array con numeros al azar.
*/ */
@FXML @FXML
protected void botonLlenar() { protected void botonLlenar() {
if (scene == null) { if (scene == null) {
initializeArray(); initializeArray();
} }
array.llenar(); array.llenar();
generarGrafico(); generarGrafico();
} }
/** /**
* Crear el array de tamaño 10. La scene está usado para saber si es de tipo ordenado o simple segun el ménu. * Vaciar el array de todos los valores.
*/ */
private void initializeArray() { @FXML
scene = contenidoArray.getScene(); protected void botonVaciar() {
grafico = new Grafico(scene); if (scene == null) {
this.array = new Array(10); initializeArray();
ArrayTipos arrayTipos = (ArrayTipos) scene.getUserData(); }
if (arrayTipos.getTipo() == ArrayTipos.ORDENADO) {
this.array.setOrdered(true);
}
}
/** if (array.isOrdered()) {
* Poner los valores en el grafico. array = new Array(10);
*/ array.setOrdered(true);
private void generarGrafico() { }
grafico.removerDestacar(); else {
for (int i = 0; i < 10; i++) { array = new Array(10);
Text text = (Text) scene.lookup("#texto_" + String.valueOf(i)); array.setOrdered(false);
text.setText(array.getIndice(i)); }
} generarGrafico();
} }
/** /**
* Vaciar el array de todos los valores. * Insertar un valor al array y mostrar el codigo en la pantalla.
*/ */
@FXML @FXML
protected void botonVaciar() { protected void botonInsertar() {
if (scene == null) { if (scene == null) {
initializeArray(); initializeArray();
} }
if (array.isOrdered()) { // Mostrar el codigo
array = new Array(10); String tipo = (array.isOrdered()) ? "Ordenado" : "Simple";
array.setOrdered(true); String codigoTexto = new Scanner(getClass().getResourceAsStream("/cl/cromer/estructuras/code/array" + tipo + "/insertar")).useDelimiter("\\Z").next();
} codigoArray.setText(codigoTexto);
else {
array = new Array(10);
array.setOrdered(false);
}
generarGrafico();
}
/** if (valorArray.getText() != null && ! valorArray.getText().trim().equals("")) {
* Insertar un valor al array y mostrar el codigo en la pantalla. try {
*/ boolean exito = array.insertar(Integer.valueOf(valorArray.getText()));
@FXML if (exito) {
protected void botonInsertar() { valorArray.setText("");
if (scene == null) { generarGrafico();
initializeArray(); }
} else {
if (array.size() == 10) {
Main.mostrarError(resourceBundle.getString("arrayLleno"), resourceBundle);
}
else {
Main.mostrarError(resourceBundle.getString("arrayValorExiste"), resourceBundle);
}
}
}
catch (NumberFormatException exception) {
// El error no es fatal, sigue
Logs.log(Level.WARNING, "No es tipo int.");
Main.mostrarError(resourceBundle.getString("arrayNoValor"), resourceBundle);
}
}
else {
Main.mostrarError(resourceBundle.getString("arrayNoValor"), resourceBundle);
}
}
// Mostrar el codigo /**
String tipo = (array.isOrdered()) ? "Ordenado" : "Simple"; * Eliminar un valor del array si existe y mostrar el codigo en la pantalla.
String codigoTexto = new Scanner(getClass().getResourceAsStream("/cl/cromer/estructuras/code/array" + tipo + "/insertar")).useDelimiter("\\Z").next(); */
codigoArray.setText(codigoTexto); @FXML
protected void botonEliminar() {
if (scene == null) {
initializeArray();
}
if (valorArray.getText() != null && ! valorArray.getText().trim().equals("")) { // Mostrar el codigo
try { String tipo = (array.isOrdered()) ? "Ordenado" : "Simple";
boolean exito = array.insertar(Integer.valueOf(valorArray.getText())); String codigoTexto = new Scanner(getClass().getResourceAsStream("/cl/cromer/estructuras/code/array" + tipo + "/eliminar")).useDelimiter("\\Z").next();
if (exito) { codigoArray.setText(codigoTexto);
valorArray.setText("");
generarGrafico();
}
else {
if (array.size() == 10) {
Main.mostrarError(resourceBundle.getString("arrayLleno"), resourceBundle);
}
else {
Main.mostrarError(resourceBundle.getString("arrayValorExiste"), resourceBundle);
}
}
}
catch (NumberFormatException exception) {
// El error no es fatal, sigue
Logs.log(Level.WARNING, "No es tipo int.");
Main.mostrarError(resourceBundle.getString("arrayNoValor"), resourceBundle);
}
}
else {
Main.mostrarError(resourceBundle.getString("arrayNoValor"), resourceBundle);
}
}
/** try {
* Eliminar un valor del array si existe y mostrar el codigo en la pantalla. if (valorArray.getText() != null && ! valorArray.getText().trim().equals("")) {
*/ boolean exito = array.eliminar(Integer.valueOf(valorArray.getText()));
@FXML if (exito) {
protected void botonEliminar() { valorArray.setText("");
if (scene == null) { generarGrafico();
initializeArray(); }
} else {
Main.mostrarError(resourceBundle.getString("arrayNoEsta"), resourceBundle);
}
}
else {
Main.mostrarError(resourceBundle.getString("arrayNoValor"), resourceBundle);
}
}
catch (NumberFormatException exception) {
// El error no es fatal, sigue
Logs.log(Level.WARNING, "No es tipo int.");
Main.mostrarError(resourceBundle.getString("arrayNoValor"), resourceBundle);
}
}
// Mostrar el codigo /**
String tipo = (array.isOrdered()) ? "Ordenado" : "Simple"; * Buscar si existe un elemento en el array y mostrar el codigo en la pantalla
String codigoTexto = new Scanner(getClass().getResourceAsStream("/cl/cromer/estructuras/code/array" + tipo + "/eliminar")).useDelimiter("\\Z").next(); * Si existe el valor destacarlo.
codigoArray.setText(codigoTexto); */
@FXML
protected void botonBuscar() {
if (scene == null) {
initializeArray();
}
try { // Mostrar el codigo
if (valorArray.getText() != null && ! valorArray.getText().trim().equals("")) { String tipo = (array.isOrdered()) ? "Ordenado" : "Simple";
boolean exito = array.eliminar(Integer.valueOf(valorArray.getText())); String codigoTexto = new Scanner(getClass().getResourceAsStream("/cl/cromer/estructuras/code/array" + tipo + "/buscar")).useDelimiter("\\Z").next();
if (exito) { codigoArray.setText(codigoTexto);
valorArray.setText("");
generarGrafico();
}
else {
Main.mostrarError(resourceBundle.getString("arrayNoEsta"), resourceBundle);
}
}
else {
Main.mostrarError(resourceBundle.getString("arrayNoValor"), resourceBundle);
}
}
catch (NumberFormatException exception) {
// El error no es fatal, sigue
Logs.log(Level.WARNING, "No es tipo int.");
Main.mostrarError(resourceBundle.getString("arrayNoValor"), resourceBundle);
}
}
/** try {
* Buscar si existe un elemento en el array y mostrar el codigo en la pantalla if (valorArray.getText() != null && ! valorArray.getText().trim().equals("")) {
* Si existe el valor destacarlo. int encontrado = array.buscar(Integer.valueOf(valorArray.getText()));
*/ if (encontrado != - 1) {
@FXML generarGrafico();
protected void botonBuscar() { grafico = new Grafico(scene);
if (scene == null) { grafico.destacar("#caja_" + encontrado, Grafico.RECTANGULO);
initializeArray(); grafico.destacar("#texto_" + encontrado, Grafico.TEXTO);
} }
else {
Main.mostrarError(resourceBundle.getString("arrayNoEsta"), resourceBundle);
}
}
else {
Main.mostrarError(resourceBundle.getString("arrayNoValor"), resourceBundle);
}
}
catch (NumberFormatException exception) {
// El error no es fatal, sigue
Logs.log(Level.WARNING, "No es tipo int.");
Main.mostrarError(resourceBundle.getString("arrayNoValor"), resourceBundle);
}
}
// Mostrar el codigo /**
String tipo = (array.isOrdered()) ? "Ordenado" : "Simple"; * Crear el array de tamaño 10. La scene está usado para saber si es de tipo ordenado o simple segun el ménu.
String codigoTexto = new Scanner(getClass().getResourceAsStream("/cl/cromer/estructuras/code/array" + tipo + "/buscar")).useDelimiter("\\Z").next(); */
codigoArray.setText(codigoTexto); private void initializeArray() {
scene = contenidoArray.getScene();
grafico = new Grafico(scene);
this.array = new Array(10);
ArrayTipos arrayTipos = (ArrayTipos) scene.getUserData();
if (arrayTipos.getTipo() == ArrayTipos.ORDENADO) {
this.array.setOrdered(true);
}
}
try { /**
if (valorArray.getText() != null && ! valorArray.getText().trim().equals("")) { * Poner los valores en el grafico.
int encontrado = array.buscar(Integer.valueOf(valorArray.getText())); */
if (encontrado != - 1) { private void generarGrafico() {
generarGrafico(); grafico.removerDestacar();
grafico = new Grafico(scene); for (int i = 0; i < 10; i++) {
grafico.destacar("#caja_" + encontrado, Grafico.RECTANGULO); Text text = (Text) scene.lookup("#texto_" + String.valueOf(i));
grafico.destacar("#texto_" + encontrado, Grafico.TEXTO); text.setText(array.getIndice(i));
} }
else {
Main.mostrarError(resourceBundle.getString("arrayNoEsta"), resourceBundle);
}
}
else {
Main.mostrarError(resourceBundle.getString("arrayNoValor"), resourceBundle);
}
}
catch (NumberFormatException exception) {
// El error no es fatal, sigue
Logs.log(Level.WARNING, "No es tipo int.");
Main.mostrarError(resourceBundle.getString("arrayNoValor"), resourceBundle);
}
} }
} }

View File

@ -16,126 +16,126 @@ import java.util.Scanner;
* @author Chris Cromer * @author Chris Cromer
*/ */
public class BurbujaController implements Initializable { public class BurbujaController implements Initializable {
/** /**
* Donde poner el contenido de array. * Donde poner el contenido de array.
*/ */
@FXML @FXML
private HBox contenidoBurbuja; private HBox contenidoBurbuja;
/** /**
* Donde va el codigo a mostrar a la pantalla. * Donde va el codigo a mostrar a la pantalla.
*/ */
@FXML @FXML
private Text codigoBurbuja; private Text codigoBurbuja;
/** /**
* La escena donde está cosas graficas. * La escena donde está cosas graficas.
*/ */
private Scene scene; private Scene scene;
/** /**
* Donde está guardado los idiomas. * Donde está guardado los idiomas.
*/ */
private ResourceBundle resourceBundle; private ResourceBundle resourceBundle;
/** /**
* El array usado en la aplicación. * El array usado en la aplicación.
*/ */
private Array array; private Array array;
/** /**
* Inicializar todos los datos y dibujar las graficas. * Inicializar todos los datos y dibujar las graficas.
* *
* @param location URL: El URL de fxml en uso. * @param location URL: El URL de fxml en uso.
* @param resourceBundle ResourceBundle: Tiene datos de idioma. * @param resourceBundle ResourceBundle: Tiene datos de idioma.
*/ */
@Override @Override
@SuppressWarnings("Duplicates") @SuppressWarnings("Duplicates")
public void initialize(URL location, ResourceBundle resourceBundle) { public void initialize(URL location, ResourceBundle resourceBundle) {
this.resourceBundle = resourceBundle; this.resourceBundle = resourceBundle;
scene = null; scene = null;
Colores colores = new Colores(); Colores colores = new Colores();
array = new Array(10); array = new Array(10);
array.setOrdered(true); array.setOrdered(true);
array.llenar(); array.llenar();
for (int i = 0; i < 10; i++) { for (int i = 0; i < 10; i++) {
contenidoBurbuja.getChildren().addAll(Grafico.crearCaja(colores, String.valueOf(i), String.valueOf(array.getIndice(i)))); contenidoBurbuja.getChildren().addAll(Grafico.crearCaja(colores, String.valueOf(i), String.valueOf(array.getIndice(i))));
colores.siguinteColor(); colores.siguinteColor();
} }
} }
/** /**
* Crear un array nuevo. * Crear un array nuevo.
*/ */
@FXML @FXML
protected void botonNuevo() { protected void botonNuevo() {
if (scene == null) { if (scene == null) {
initializeScene(); initializeScene();
} }
array.nuevo(); array.nuevo();
array.llenar(); array.llenar();
generarGrafico(); generarGrafico();
} }
/** /**
* Crear el array de tamaño 10. * Ordenarlo paso por paso.
*/ */
private void initializeScene() { @FXML
scene = contenidoBurbuja.getScene(); protected void botonPaso() {
} if (scene == null) {
initializeScene();
}
/** // Mostrar el codigo
* Poner los valores en el grafico. String codigoTexto = new Scanner(getClass().getResourceAsStream("/cl/cromer/estructuras/code/burbuja/ordenar")).useDelimiter("\\Z").next();
*/ codigoBurbuja.setText(codigoTexto);
private void generarGrafico() {
for (int i = 0; i < 10; i++) {
Text text = (Text) scene.lookup("#texto_" + String.valueOf(i));
text.setText(array.getIndice(i));
}
}
/** if (! array.burbuja(true)) {
* Ordenarlo paso por paso. Main.mostrarError(resourceBundle.getString("burbujaYaOrdenado"), resourceBundle);
*/ }
@FXML
protected void botonPaso() {
if (scene == null) {
initializeScene();
}
// Mostrar el codigo
String codigoTexto = new Scanner(getClass().getResourceAsStream("/cl/cromer/estructuras/code/burbuja/ordenar")).useDelimiter("\\Z").next();
codigoBurbuja.setText(codigoTexto);
if (! array.burbuja(true)) {
Main.mostrarError(resourceBundle.getString("burbujaYaOrdenado"), resourceBundle);
}
generarGrafico();
}
/**
* Ordenarlo completamente.
*/
@FXML
protected void botonCorrer() {
if (scene == null) {
initializeScene();
}
// Mostrar el codigo
String codigoTexto = new Scanner(getClass().getResourceAsStream("/cl/cromer/estructuras/code/burbuja/ordenar")).useDelimiter("\\Z").next();
codigoBurbuja.setText(codigoTexto);
if (! array.burbuja(false)) {
Main.mostrarError(resourceBundle.getString("burbujaYaOrdenado"), resourceBundle);
}
generarGrafico(); generarGrafico();
} }
/**
* Ordenarlo completamente.
*/
@FXML
protected void botonCorrer() {
if (scene == null) {
initializeScene();
}
// Mostrar el codigo
String codigoTexto = new Scanner(getClass().getResourceAsStream("/cl/cromer/estructuras/code/burbuja/ordenar")).useDelimiter("\\Z").next();
codigoBurbuja.setText(codigoTexto);
if (! array.burbuja(false)) {
Main.mostrarError(resourceBundle.getString("burbujaYaOrdenado"), resourceBundle);
}
generarGrafico();
}
/**
* Crear el array de tamaño 10.
*/
private void initializeScene() {
scene = contenidoBurbuja.getScene();
}
/**
* Poner los valores en el grafico.
*/
private void generarGrafico() {
for (int i = 0; i < 10; i++) {
Text text = (Text) scene.lookup("#texto_" + String.valueOf(i));
text.setText(array.getIndice(i));
}
}
} }

View File

@ -26,6 +26,30 @@ final public class Cola {
size = 0; size = 0;
} }
/**
* Push un valor en la cola encima.
*
* @param valor int: El valor a push.
*/
public void push(int valor) {
if (this.cola != null) {
String cola[] = new String[this.cola.length + 1];
int i;
for (i = 0; i < this.cola.length; i++) {
cola[i] = this.cola[i];
}
cola[i] = String.valueOf(valor);
this.cola = cola;
size++;
}
else {
String pila[] = new String[1];
pila[0] = String.valueOf(valor);
this.cola = pila;
size++;
}
}
/** /**
* Pop un valor del principio de la cola. * Pop un valor del principio de la cola.
* *
@ -59,6 +83,22 @@ final public class Cola {
} }
} }
/**
* Llenar la cola con valores al azar.
*/
@SuppressWarnings("Duplicates")
public void llenar() {
Random random = new Random();
int maximo = 99;
int minimo = 0;
int rango = maximo - minimo + 1;
for (int i = size(); i < 10; i++) {
int numero = random.nextInt(rango) + minimo;
push(numero);
}
}
/** /**
* Devolver la cantidad de elementos que están en la cola. * Devolver la cantidad de elementos que están en la cola.
* *
@ -83,44 +123,4 @@ final public class Cola {
return null; return null;
} }
} }
/**
* Llenar la cola con valores al azar.
*/
@SuppressWarnings("Duplicates")
public void llenar() {
Random random = new Random();
int maximo = 99;
int minimo = 0;
int rango = maximo - minimo + 1;
for (int i = size(); i < 10; i++) {
int numero = random.nextInt(rango) + minimo;
push(numero);
}
}
/**
* Push un valor en la cola encima.
*
* @param valor int: El valor a push.
*/
public void push(int valor) {
if (this.cola != null) {
String cola[] = new String[this.cola.length + 1];
int i;
for (i = 0; i < this.cola.length; i++) {
cola[i] = this.cola[i];
}
cola[i] = String.valueOf(valor);
this.cola = cola;
size++;
}
else {
String pila[] = new String[1];
pila[0] = String.valueOf(valor);
this.cola = pila;
size++;
}
}
} }

View File

@ -90,17 +90,6 @@ public class ColaController implements Initializable {
generarGrafico(); generarGrafico();
} }
/**
* Poner los valores en el grafico.
*/
private void generarGrafico() {
grafico.removerDestacar();
for (int i = 0; i < 10; i++) {
Text text = (Text) scene.lookup("#texto_" + String.valueOf(i));
text.setText(cola.getIndice(i));
}
}
/** /**
* Vaciar la cola de todos los valores. * Vaciar la cola de todos los valores.
*/ */
@ -203,4 +192,15 @@ public class ColaController implements Initializable {
Main.mostrarError(resourceBundle.getString("colaVacia"), resourceBundle); Main.mostrarError(resourceBundle.getString("colaVacia"), resourceBundle);
} }
} }
/**
* Poner los valores en el grafico.
*/
private void generarGrafico() {
grafico.removerDestacar();
for (int i = 0; i < 10; i++) {
Text text = (Text) scene.lookup("#texto_" + String.valueOf(i));
text.setText(cola.getIndice(i));
}
}
} }

View File

@ -16,126 +16,126 @@ import java.util.Scanner;
* @author Chris Cromer * @author Chris Cromer
*/ */
public class InsercionController implements Initializable { public class InsercionController implements Initializable {
/** /**
* Donde poner el contenido de array. * Donde poner el contenido de array.
*/ */
@FXML @FXML
private HBox contenidoInsercion; private HBox contenidoInsercion;
/** /**
* Donde va el codigo a mostrar a la pantalla. * Donde va el codigo a mostrar a la pantalla.
*/ */
@FXML @FXML
private Text codigoInsercion; private Text codigoInsercion;
/** /**
* La escena donde está cosas graficas. * La escena donde está cosas graficas.
*/ */
private Scene scene; private Scene scene;
/** /**
* Donde está guardado los idiomas. * Donde está guardado los idiomas.
*/ */
private ResourceBundle resourceBundle; private ResourceBundle resourceBundle;
/** /**
* El array usado en la aplicación. * El array usado en la aplicación.
*/ */
private Array array; private Array array;
/** /**
* Inicializar todos los datos y dibujar las graficas. * Inicializar todos los datos y dibujar las graficas.
* *
* @param location URL: El URL de fxml en uso. * @param location URL: El URL de fxml en uso.
* @param resourceBundle ResourceBundle: Tiene datos de idioma. * @param resourceBundle ResourceBundle: Tiene datos de idioma.
*/ */
@Override @Override
@SuppressWarnings("Duplicates") @SuppressWarnings("Duplicates")
public void initialize(URL location, ResourceBundle resourceBundle) { public void initialize(URL location, ResourceBundle resourceBundle) {
this.resourceBundle = resourceBundle; this.resourceBundle = resourceBundle;
scene = null; scene = null;
Colores colores = new Colores(); Colores colores = new Colores();
array = new Array(10); array = new Array(10);
array.setOrdered(true); array.setOrdered(true);
array.llenar(); array.llenar();
for (int i = 0; i < 10; i++) { for (int i = 0; i < 10; i++) {
contenidoInsercion.getChildren().addAll(Grafico.crearCaja(colores, String.valueOf(i), String.valueOf(array.getIndice(i)))); contenidoInsercion.getChildren().addAll(Grafico.crearCaja(colores, String.valueOf(i), String.valueOf(array.getIndice(i))));
colores.siguinteColor(); colores.siguinteColor();
} }
} }
/** /**
* Crear un array nuevo. * Crear un array nuevo.
*/ */
@FXML @FXML
protected void botonNuevo() { protected void botonNuevo() {
if (scene == null) { if (scene == null) {
initializeScene(); initializeScene();
} }
array.nuevo(); array.nuevo();
array.llenar(); array.llenar();
generarGrafico(); generarGrafico();
} }
/** /**
* Crear el array de tamaño 10. * Ordenarlo paso por paso.
*/ */
private void initializeScene() { @FXML
scene = contenidoInsercion.getScene(); protected void botonPaso() {
} if (scene == null) {
initializeScene();
}
/** // Mostrar el codigo
* Poner los valores en el grafico. String codigoTexto = new Scanner(getClass().getResourceAsStream("/cl/cromer/estructuras/code/insercion/ordenar")).useDelimiter("\\Z").next();
*/ codigoInsercion.setText(codigoTexto);
private void generarGrafico() {
for (int i = 0; i < 10; i++) {
Text text = (Text) scene.lookup("#texto_" + String.valueOf(i));
text.setText(array.getIndice(i));
}
}
/** if (! array.insercion(true)) {
* Ordenarlo paso por paso. Main.mostrarError(resourceBundle.getString("insercionYaOrdenado"), resourceBundle);
*/ }
@FXML
protected void botonPaso() {
if (scene == null) {
initializeScene();
}
// Mostrar el codigo
String codigoTexto = new Scanner(getClass().getResourceAsStream("/cl/cromer/estructuras/code/insercion/ordenar")).useDelimiter("\\Z").next();
codigoInsercion.setText(codigoTexto);
if (! array.insercion(true)) {
Main.mostrarError(resourceBundle.getString("insercionYaOrdenado"), resourceBundle);
}
generarGrafico();
}
/**
* Ordenarlo completamente.
*/
@FXML
protected void botonCorrer() {
if (scene == null) {
initializeScene();
}
// Mostrar el codigo
String codigoTexto = new Scanner(getClass().getResourceAsStream("/cl/cromer/estructuras/code/insercion/ordenar")).useDelimiter("\\Z").next();
codigoInsercion.setText(codigoTexto);
if (! array.insercion(false)) {
Main.mostrarError(resourceBundle.getString("insercionYaOrdenado"), resourceBundle);
}
generarGrafico(); generarGrafico();
} }
/**
* Ordenarlo completamente.
*/
@FXML
protected void botonCorrer() {
if (scene == null) {
initializeScene();
}
// Mostrar el codigo
String codigoTexto = new Scanner(getClass().getResourceAsStream("/cl/cromer/estructuras/code/insercion/ordenar")).useDelimiter("\\Z").next();
codigoInsercion.setText(codigoTexto);
if (! array.insercion(false)) {
Main.mostrarError(resourceBundle.getString("insercionYaOrdenado"), resourceBundle);
}
generarGrafico();
}
/**
* Crear el array de tamaño 10.
*/
private void initializeScene() {
scene = contenidoInsercion.getScene();
}
/**
* Poner los valores en el grafico.
*/
private void generarGrafico() {
for (int i = 0; i < 10; i++) {
Text text = (Text) scene.lookup("#texto_" + String.valueOf(i));
text.setText(array.getIndice(i));
}
}
} }

View File

@ -72,37 +72,6 @@ final public class ListaEnlazada {
} }
} }
/**
* Buscar una llave en la lista.
*
* @param llave int: La llave a buscar.
*
* @return Enlace: El enlace que contiene la llave buscada.
*/
public Enlace buscar(int llave) {
if (this.lista != null) {
// La lista no es vacia
Enlace lista = this.lista;
while (lista.getLlave() != llave) {
// Buscar hasta la llave es encontrado
if (lista.getSiguiente() != null) {
// Buscar en la siguiente enlace
lista = (Enlace) lista.getSiguiente();
}
else {
// No se encuentra
return null;
}
}
// Se encontró
return lista;
}
else {
// La lista es vacia, nada para buscar
return null;
}
}
/** /**
* Eliminar un enlace de la lista. * Eliminar un enlace de la lista.
* *
@ -148,6 +117,37 @@ final public class ListaEnlazada {
} }
} }
/**
* Buscar una llave en la lista.
*
* @param llave int: La llave a buscar.
*
* @return Enlace: El enlace que contiene la llave buscada.
*/
public Enlace buscar(int llave) {
if (this.lista != null) {
// La lista no es vacia
Enlace lista = this.lista;
while (lista.getLlave() != llave) {
// Buscar hasta la llave es encontrado
if (lista.getSiguiente() != null) {
// Buscar en la siguiente enlace
lista = (Enlace) lista.getSiguiente();
}
else {
// No se encuentra
return null;
}
}
// Se encontró
return lista;
}
else {
// La lista es vacia, nada para buscar
return null;
}
}
/** /**
* Devolver un enlace con su llave y valor. * Devolver un enlace con su llave y valor.
* *

View File

@ -82,47 +82,6 @@ final public class ListaEnlazadaCircular {
} }
} }
/**
* Buscar una llave en la lista.
*
* @param llave int: La llave a buscar.
*
* @return Enlace: El enlace que contiene la llave.
*/
public Enlace buscar(int llave) {
if (this.primer != null) {
// La lista no es vacia
Enlace lista = this.primer;
int i = 0;
while (lista.getLlave() != llave && i < size()) {
// Buscar en la sigenute enlace hasta el final.
lista = (Enlace) lista.getSiguiente();
i++;
}
if (lista.getLlave() == llave) {
// Devoler el enlace encontrado.
return lista;
}
else {
// No se encontró.
return null;
}
}
else {
// La lista es vacia, nada para buscar
return null;
}
}
/**
* Devolver la cantidad de enlaces que están en la lista.
*
* @return int: La cantidad.
*/
public int size() {
return size;
}
/** /**
* Eliminar un enlace de la lista. * Eliminar un enlace de la lista.
* *
@ -169,6 +128,47 @@ final public class ListaEnlazadaCircular {
} }
} }
/**
* Buscar una llave en la lista.
*
* @param llave int: La llave a buscar.
*
* @return Enlace: El enlace que contiene la llave.
*/
public Enlace buscar(int llave) {
if (this.primer != null) {
// La lista no es vacia
Enlace lista = this.primer;
int i = 0;
while (lista.getLlave() != llave && i < size()) {
// Buscar en la sigenute enlace hasta el final.
lista = (Enlace) lista.getSiguiente();
i++;
}
if (lista.getLlave() == llave) {
// Devoler el enlace encontrado.
return lista;
}
else {
// No se encontró.
return null;
}
}
else {
// La lista es vacia, nada para buscar
return null;
}
}
/**
* Devolver la cantidad de enlaces que están en la lista.
*
* @return int: La cantidad.
*/
public int size() {
return size;
}
/** /**
* Devolver un enlace con su llave y valor. * Devolver un enlace con su llave y valor.
* *

View File

@ -18,374 +18,374 @@ import java.util.logging.Level;
* @author Chris Cromer * @author Chris Cromer
*/ */
public class ListaEnlazdaController implements Initializable { public class ListaEnlazdaController implements Initializable {
/** /**
* La caja para ingresar el valor. * La caja para ingresar el valor.
*/ */
@FXML @FXML
private TextFieldLimited valorLista; private TextFieldLimited valorLista;
/** /**
* Donde poner el contenido de lista. * Donde poner el contenido de lista.
*/ */
@FXML @FXML
private VBox contenidoLista; private VBox contenidoLista;
/** /**
* Donde poner el contenido de lista circular. * Donde poner el contenido de lista circular.
*/ */
@FXML @FXML
private VBox contenidoListaCircular; private VBox contenidoListaCircular;
/** /**
* Donde va el codigo a mostrar a la pantalla. * Donde va el codigo a mostrar a la pantalla.
*/ */
@FXML @FXML
private Text codigoLista; private Text codigoLista;
/** /**
* La escena donde está cosas graficas. * La escena donde está cosas graficas.
*/ */
private Scene scene; private Scene scene;
/** /**
* Donde está guardado los idiomas. * Donde está guardado los idiomas.
*/ */
private ResourceBundle resourceBundle; private ResourceBundle resourceBundle;
/** /**
* La lista enlazada usado en la aplicación. * La lista enlazada usado en la aplicación.
*/ */
private ListaEnlazada listaEnlazada; private ListaEnlazada listaEnlazada;
/** /**
* La lista enlazada circular usado en la aplicación. * La lista enlazada circular usado en la aplicación.
*/ */
private ListaEnlazadaCircular listaEnlazadaCircular; private ListaEnlazadaCircular listaEnlazadaCircular;
/** /**
* Tipo de lista enlazada a trabajar. * Tipo de lista enlazada a trabajar.
*/ */
private ListaEnlazadaTipos listaEnlazadaTipos; private ListaEnlazadaTipos listaEnlazadaTipos;
/** /**
* Grafico rectangulos y lineas. * Grafico rectangulos y lineas.
*/ */
private Grafico grafico; private Grafico grafico;
/** /**
* Colores por los dibjos. * Colores por los dibjos.
*/ */
private Colores colores; private Colores colores;
/** /**
* Inicializar todos los datos y dibujar las graficas. * Inicializar todos los datos y dibujar las graficas.
* *
* @param location URL: El URL de fxml en uso. * @param location URL: El URL de fxml en uso.
* @param resourceBundle ResourceBundle: Tiene datos de idioma. * @param resourceBundle ResourceBundle: Tiene datos de idioma.
*/ */
@Override @Override
public void initialize(URL location, ResourceBundle resourceBundle) { public void initialize(URL location, ResourceBundle resourceBundle) {
this.resourceBundle = resourceBundle; this.resourceBundle = resourceBundle;
scene = null; scene = null;
} }
/** /**
* Llenar la lista con numeros al azar. * Llenar la lista con numeros al azar.
*/ */
@FXML @FXML
protected void botonLlenar() { protected void botonLlenar() {
if (scene == null) { if (scene == null) {
initializeLista(); initializeLista();
} }
Random random = new Random(); Random random = new Random();
int maximo = 99; int maximo = 99;
int minimo = 0; int minimo = 0;
int rango = maximo - minimo + 1; int rango = maximo - minimo + 1;
if (listaEnlazadaTipos.getTipo() != ListaEnlazadaTipos.CIRCULAR) { if (listaEnlazadaTipos.getTipo() != ListaEnlazadaTipos.CIRCULAR) {
for (listaEnlazada.size(); listaEnlazada.size() < 5; ) { for (listaEnlazada.size(); listaEnlazada.size() < 5; ) {
int numero = random.nextInt(rango) + minimo; int numero = random.nextInt(rango) + minimo;
while (listaEnlazada.buscar(numero) != null) { while (listaEnlazada.buscar(numero) != null) {
numero = random.nextInt(rango) + minimo; numero = random.nextInt(rango) + minimo;
} }
listaEnlazada.insertar(numero); listaEnlazada.insertar(numero);
} }
} }
else { else {
for (listaEnlazadaCircular.size(); listaEnlazadaCircular.size() < 5; ) { for (listaEnlazadaCircular.size(); listaEnlazadaCircular.size() < 5; ) {
int numero = random.nextInt(rango) + minimo; int numero = random.nextInt(rango) + minimo;
while (listaEnlazadaCircular.buscar(numero) != null) { while (listaEnlazadaCircular.buscar(numero) != null) {
numero = random.nextInt(rango) + minimo; numero = random.nextInt(rango) + minimo;
} }
listaEnlazadaCircular.insertar(numero); listaEnlazadaCircular.insertar(numero);
} }
} }
generarGrafico(); generarGrafico();
} }
/** /**
* Crear una lista vacia. * Vaciar la lista de todos los valores.
*/ */
private void initializeLista() { @FXML
scene = contenidoLista.getScene(); protected void botonVaciar() {
grafico = new Grafico(scene); if (scene == null) {
listaEnlazadaTipos = (ListaEnlazadaTipos) scene.getUserData(); initializeLista();
nuevaLista(); }
}
/** nuevaLista();
* Poner los valores en el grafico. generarGrafico();
*/ }
private void generarGrafico() {
grafico.removerDestacar();
colores = new Colores();
contenidoLista.getChildren().clear();
contenidoListaCircular.getChildren().clear();
if (listaEnlazadaTipos.getTipo() != ListaEnlazadaTipos.CIRCULAR) { /**
for (int i = 0; i < listaEnlazada.size(); i++) { * Insertar un valor a la lista y mostrar el codigo en la pantalla.
Enlace enlace = listaEnlazada.getIndice(i); */
if (listaEnlazada.getTipo() == ListaEnlazadaTipos.SIMPLE) { @FXML
dibujarSimple(enlace, false); protected void botonInsertar() {
} if (scene == null) {
else if (listaEnlazada.getTipo() == ListaEnlazadaTipos.DOBLEMENTE_ENLAZADA) { initializeLista();
if (i != listaEnlazada.size() - 1) { }
dibujarDoble(enlace, (i == 0));
}
else {
dibujarSimple(enlace, false);
}
}
colores.siguinteColor();
}
}
else {
for (int i = 0; i < listaEnlazadaCircular.size(); i++) {
Enlace enlace = listaEnlazadaCircular.getIndice(i);
dibujarSimple(enlace, (i == listaEnlazadaCircular.size() - 1));
colores.siguinteColor();
}
if (listaEnlazadaCircular.size() > 0) {
contenidoListaCircular.getChildren().addAll(Grafico.crearLineaCircular(listaEnlazadaCircular.size()));
}
}
}
/** String tipo = getTipoString();
* Crear una nueva lista enlazada.
*/
private void nuevaLista() {
if (listaEnlazadaTipos.getTipo() != ListaEnlazadaTipos.CIRCULAR) {
listaEnlazada = new ListaEnlazada();
listaEnlazada.setTipo(listaEnlazadaTipos.getTipo());
}
else {
listaEnlazadaCircular = new ListaEnlazadaCircular();
listaEnlazadaCircular.setTipo(ListaEnlazadaTipos.SIMPLE);
}
}
/** // Mostrar el codigo
* Dibujarlo con una flecha. String codigoTexto = new Scanner(getClass().getResourceAsStream("/cl/cromer/estructuras/code/listaEnlazada" + tipo + "/insertar")).useDelimiter("\\Z").next();
* codigoLista.setText(codigoTexto);
* @param enlace Enlace: El enlace que tiene la llave y valor.
* @param sinFlecha boolean: Verdad si necesita dibujar una flecha.
*/
private void dibujarSimple(Enlace enlace, boolean sinFlecha) {
contenidoLista.getChildren().addAll(
Grafico.crearCaja(colores, String.valueOf(enlace.getLlave()), String.valueOf(enlace.getLlave()))
);
if (! sinFlecha) {
contenidoLista.getChildren().addAll(
Grafico.crearLineaVertical(),
Grafico.crearFlechaAbajo()
);
}
}
/** if (valorLista.getText() != null && ! valorLista.getText().trim().equals("")) {
* Dibujarlo con dos flechas. try {
* boolean exito;
* @param enlace Enlace: El enlace que tiene la llave y valor. if (listaEnlazadaTipos.getTipo() != ListaEnlazadaTipos.CIRCULAR) {
* @param primer boolean: Verdad si es el primer elemento de la lista. exito = listaEnlazada.insertar(Integer.valueOf(valorLista.getText()));
*/ }
private void dibujarDoble(Enlace enlace, boolean primer) { else {
if (primer) { exito = listaEnlazadaCircular.insertar(Integer.valueOf(valorLista.getText()));
contenidoLista.getChildren().addAll( }
Grafico.crearFlechaArriba(), if (exito) {
Grafico.crearLineaVertical() valorLista.setText("");
); generarGrafico();
} }
contenidoLista.getChildren().addAll( else {
Grafico.crearCaja(colores, String.valueOf(enlace.getLlave()), String.valueOf(enlace.getLlave())), Main.mostrarError(resourceBundle.getString("listaLlaveExiste"), resourceBundle);
Grafico.crearFlechaArriba(), }
Grafico.crearLineaVertical(), }
Grafico.crearFlechaAbajo() catch (NumberFormatException exception) {
); // El error no es fatal, sigue
} Logs.log(Level.WARNING, "No es tipo int.");
Main.mostrarError(resourceBundle.getString("listaNoValor"), resourceBundle);
/** }
* Vaciar la lista de todos los valores. }
*/ else {
@FXML Main.mostrarError(resourceBundle.getString("listaNoValor"), resourceBundle);
protected void botonVaciar() {
if (scene == null) {
initializeLista();
}
nuevaLista();
generarGrafico();
}
/**
* Insertar un valor a la lista y mostrar el codigo en la pantalla.
*/
@FXML
protected void botonInsertar() {
if (scene == null) {
initializeLista();
}
String tipo = getTipoString();
// Mostrar el codigo
String codigoTexto = new Scanner(getClass().getResourceAsStream("/cl/cromer/estructuras/code/listaEnlazada" + tipo + "/insertar")).useDelimiter("\\Z").next();
codigoLista.setText(codigoTexto);
if (valorLista.getText() != null && ! valorLista.getText().trim().equals("")) {
try {
boolean exito;
if (listaEnlazadaTipos.getTipo() != ListaEnlazadaTipos.CIRCULAR) {
exito = listaEnlazada.insertar(Integer.valueOf(valorLista.getText()));
}
else {
exito = listaEnlazadaCircular.insertar(Integer.valueOf(valorLista.getText()));
}
if (exito) {
valorLista.setText("");
generarGrafico();
}
else {
Main.mostrarError(resourceBundle.getString("listaLlaveExiste"), resourceBundle);
}
}
catch (NumberFormatException exception) {
// El error no es fatal, sigue
Logs.log(Level.WARNING, "No es tipo int.");
Main.mostrarError(resourceBundle.getString("listaNoValor"), resourceBundle);
}
}
else {
Main.mostrarError(resourceBundle.getString("listaNoValor"), resourceBundle);
}
}
private String getTipoString() {
String tipo;
switch (listaEnlazadaTipos.getTipo()) {
case ListaEnlazadaTipos.SIMPLE:
tipo = "Simple";
break;
case ListaEnlazadaTipos.CIRCULAR:
tipo = "Circular";
break;
case ListaEnlazadaTipos.DOBLEMENTE_ENLAZADA:
tipo = "Doble";
break;
default:
tipo = "Simple";
}
return tipo;
}
/**
* Eliminar un valor de la lista si existe y mostrar el codigo en la pantalla.
*/
@FXML
protected void botonEliminar() {
if (scene == null) {
initializeLista();
}
String tipo = getTipoString();
// Mostrar el codigo
String codigoTexto = new Scanner(getClass().getResourceAsStream("/cl/cromer/estructuras/code/listaEnlazada" + tipo + "/eliminar")).useDelimiter("\\Z").next();
codigoLista.setText(codigoTexto);
try {
if (valorLista.getText() != null && ! valorLista.getText().trim().equals("")) {
boolean exito;
if (listaEnlazadaTipos.getTipo() != ListaEnlazadaTipos.CIRCULAR) {
exito = listaEnlazada.eliminar(Integer.valueOf(valorLista.getText()));
}
else {
exito = listaEnlazadaCircular.eliminar(Integer.valueOf(valorLista.getText()));
}
if (exito) {
valorLista.setText("");
generarGrafico();
}
else {
Main.mostrarError(resourceBundle.getString("listaNoEsta"), resourceBundle);
}
}
else {
Main.mostrarError(resourceBundle.getString("listaNoValor"), resourceBundle);
}
}
catch (NumberFormatException exception) {
// El error no es fatal, sigue
Logs.log(Level.WARNING, "No es tipo int.");
Main.mostrarError(resourceBundle.getString("listaNoValor"), resourceBundle);
}
}
/**
* Buscar si existe una llave en la lista y mostrar el codigo en la pantalla
* Si existe la llave destacarla.
*/
@FXML
protected void botonBuscar() {
if (scene == null) {
initializeLista();
}
String tipo = getTipoString();
// Mostrar el codigo
String codigoTexto = new Scanner(getClass().getResourceAsStream("/cl/cromer/estructuras/code/listaEnlazada" + tipo + "/buscar")).useDelimiter("\\Z").next();
codigoLista.setText(codigoTexto);
try {
if (valorLista.getText() != null && ! valorLista.getText().trim().equals("")) {
Enlace enlace;
if (listaEnlazadaTipos.getTipo() != ListaEnlazadaTipos.CIRCULAR) {
enlace = listaEnlazada.buscar(Integer.valueOf(valorLista.getText()));
}
else {
enlace = listaEnlazadaCircular.buscar(Integer.valueOf(valorLista.getText()));
}
if (enlace != null) {
generarGrafico();
grafico = new Grafico(scene);
grafico.destacar("#caja_" + enlace.getLlave(), Grafico.RECTANGULO);
grafico.destacar("#texto_" + enlace.getLlave(), Grafico.TEXTO);
}
else {
Main.mostrarError(resourceBundle.getString("listaNoEsta"), resourceBundle);
}
}
else {
Main.mostrarError(resourceBundle.getString("listaNoValor"), resourceBundle);
}
}
catch (NumberFormatException exception) {
// El error no es fatal, sigue
Logs.log(Level.WARNING, "No es tipo int.");
Main.mostrarError(resourceBundle.getString("listaNoValor"), resourceBundle);
} }
} }
/**
* Eliminar un valor de la lista si existe y mostrar el codigo en la pantalla.
*/
@FXML
protected void botonEliminar() {
if (scene == null) {
initializeLista();
}
String tipo = getTipoString();
// Mostrar el codigo
String codigoTexto = new Scanner(getClass().getResourceAsStream("/cl/cromer/estructuras/code/listaEnlazada" + tipo + "/eliminar")).useDelimiter("\\Z").next();
codigoLista.setText(codigoTexto);
try {
if (valorLista.getText() != null && ! valorLista.getText().trim().equals("")) {
boolean exito;
if (listaEnlazadaTipos.getTipo() != ListaEnlazadaTipos.CIRCULAR) {
exito = listaEnlazada.eliminar(Integer.valueOf(valorLista.getText()));
}
else {
exito = listaEnlazadaCircular.eliminar(Integer.valueOf(valorLista.getText()));
}
if (exito) {
valorLista.setText("");
generarGrafico();
}
else {
Main.mostrarError(resourceBundle.getString("listaNoEsta"), resourceBundle);
}
}
else {
Main.mostrarError(resourceBundle.getString("listaNoValor"), resourceBundle);
}
}
catch (NumberFormatException exception) {
// El error no es fatal, sigue
Logs.log(Level.WARNING, "No es tipo int.");
Main.mostrarError(resourceBundle.getString("listaNoValor"), resourceBundle);
}
}
/**
* Buscar si existe una llave en la lista y mostrar el codigo en la pantalla
* Si existe la llave destacarla.
*/
@FXML
protected void botonBuscar() {
if (scene == null) {
initializeLista();
}
String tipo = getTipoString();
// Mostrar el codigo
String codigoTexto = new Scanner(getClass().getResourceAsStream("/cl/cromer/estructuras/code/listaEnlazada" + tipo + "/buscar")).useDelimiter("\\Z").next();
codigoLista.setText(codigoTexto);
try {
if (valorLista.getText() != null && ! valorLista.getText().trim().equals("")) {
Enlace enlace;
if (listaEnlazadaTipos.getTipo() != ListaEnlazadaTipos.CIRCULAR) {
enlace = listaEnlazada.buscar(Integer.valueOf(valorLista.getText()));
}
else {
enlace = listaEnlazadaCircular.buscar(Integer.valueOf(valorLista.getText()));
}
if (enlace != null) {
generarGrafico();
grafico = new Grafico(scene);
grafico.destacar("#caja_" + enlace.getLlave(), Grafico.RECTANGULO);
grafico.destacar("#texto_" + enlace.getLlave(), Grafico.TEXTO);
}
else {
Main.mostrarError(resourceBundle.getString("listaNoEsta"), resourceBundle);
}
}
else {
Main.mostrarError(resourceBundle.getString("listaNoValor"), resourceBundle);
}
}
catch (NumberFormatException exception) {
// El error no es fatal, sigue
Logs.log(Level.WARNING, "No es tipo int.");
Main.mostrarError(resourceBundle.getString("listaNoValor"), resourceBundle);
}
}
/**
* Crear una lista vacia.
*/
private void initializeLista() {
scene = contenidoLista.getScene();
grafico = new Grafico(scene);
listaEnlazadaTipos = (ListaEnlazadaTipos) scene.getUserData();
nuevaLista();
}
private String getTipoString() {
String tipo;
switch (listaEnlazadaTipos.getTipo()) {
case ListaEnlazadaTipos.SIMPLE:
tipo = "Simple";
break;
case ListaEnlazadaTipos.CIRCULAR:
tipo = "Circular";
break;
case ListaEnlazadaTipos.DOBLEMENTE_ENLAZADA:
tipo = "Doble";
break;
default:
tipo = "Simple";
}
return tipo;
}
/**
* Poner los valores en el grafico.
*/
private void generarGrafico() {
grafico.removerDestacar();
colores = new Colores();
contenidoLista.getChildren().clear();
contenidoListaCircular.getChildren().clear();
if (listaEnlazadaTipos.getTipo() != ListaEnlazadaTipos.CIRCULAR) {
for (int i = 0; i < listaEnlazada.size(); i++) {
Enlace enlace = listaEnlazada.getIndice(i);
if (listaEnlazada.getTipo() == ListaEnlazadaTipos.SIMPLE) {
dibujarSimple(enlace, false);
}
else if (listaEnlazada.getTipo() == ListaEnlazadaTipos.DOBLEMENTE_ENLAZADA) {
if (i != listaEnlazada.size() - 1) {
dibujarDoble(enlace, (i == 0));
}
else {
dibujarSimple(enlace, false);
}
}
colores.siguinteColor();
}
}
else {
for (int i = 0; i < listaEnlazadaCircular.size(); i++) {
Enlace enlace = listaEnlazadaCircular.getIndice(i);
dibujarSimple(enlace, (i == listaEnlazadaCircular.size() - 1));
colores.siguinteColor();
}
if (listaEnlazadaCircular.size() > 0) {
contenidoListaCircular.getChildren().addAll(Grafico.crearLineaCircular(listaEnlazadaCircular.size()));
}
}
}
/**
* Crear una nueva lista enlazada.
*/
private void nuevaLista() {
if (listaEnlazadaTipos.getTipo() != ListaEnlazadaTipos.CIRCULAR) {
listaEnlazada = new ListaEnlazada();
listaEnlazada.setTipo(listaEnlazadaTipos.getTipo());
}
else {
listaEnlazadaCircular = new ListaEnlazadaCircular();
listaEnlazadaCircular.setTipo(ListaEnlazadaTipos.SIMPLE);
}
}
/**
* Dibujarlo con una flecha.
*
* @param enlace Enlace: El enlace que tiene la llave y valor.
* @param sinFlecha boolean: Verdad si necesita dibujar una flecha.
*/
private void dibujarSimple(Enlace enlace, boolean sinFlecha) {
contenidoLista.getChildren().addAll(
Grafico.crearCaja(colores, String.valueOf(enlace.getLlave()), String.valueOf(enlace.getLlave()))
);
if (! sinFlecha) {
contenidoLista.getChildren().addAll(
Grafico.crearLineaVertical(),
Grafico.crearFlechaAbajo()
);
}
}
/**
* Dibujarlo con dos flechas.
*
* @param enlace Enlace: El enlace que tiene la llave y valor.
* @param primer boolean: Verdad si es el primer elemento de la lista.
*/
private void dibujarDoble(Enlace enlace, boolean primer) {
if (primer) {
contenidoLista.getChildren().addAll(
Grafico.crearFlechaArriba(),
Grafico.crearLineaVertical()
);
}
contenidoLista.getChildren().addAll(
Grafico.crearCaja(colores, String.valueOf(enlace.getLlave()), String.valueOf(enlace.getLlave())),
Grafico.crearFlechaArriba(),
Grafico.crearLineaVertical(),
Grafico.crearFlechaAbajo()
);
}
} }

View File

@ -30,6 +30,36 @@ public class Main extends Application {
*/ */
static final public boolean DEBUG = false; static final public boolean DEBUG = false;
/**
* Crear el stage y la scene para la aplicación grafica.
*
* @param stage Stage: El primer stage donde va todas las cosas visuales.
*/
@Override
public void start(Stage stage) {
Locale locale = new Locale("es", "ES");
ResourceBundle resourceBundle = ResourceBundle.getBundle("cl.cromer.estructuras.bundles.Idioma", locale);
try {
Parent parent = FXMLLoader.load(getClass().getResource("/cl/cromer/estructuras/fxml/main.fxml"), ResourceBundle.getBundle("cl.cromer.estructuras.bundles.Idioma", locale));
stage.setTitle(resourceBundle.getString("titulo"));
Scene scene = new Scene(parent, 1024, 768);
scene.getStylesheets().add("/cl/cromer/estructuras/css/main.css");
stage.setScene(scene);
}
catch (IOException exception) {
// Este error es fatal, hay que cerrar la aplicación.
Logs.log(Level.SEVERE, "No se pudo abrir el archivo de fxml.");
stage.close();
}
//stage.setMaximized(true);
stage.setMinHeight(640);
stage.setMinWidth(768);
stage.getIcons().add(new Image(getClass().getResourceAsStream("/cl/cromer/estructuras/images/icon.png")));
stage.show();
}
/** /**
* Inicilizar el logeo y lanzar la interfaz grafica. * Inicilizar el logeo y lanzar la interfaz grafica.
* *
@ -43,6 +73,17 @@ public class Main extends Application {
launch(args); launch(args);
} }
/**
* Cambiar el icono de una ventana.
*
* @param dialog Dialog: El Dialog a cambiar.
* @param clase Class: La clase usado para abrir el Stream.
*/
static public void setIcon(Dialog dialog, Class clase) {
Stage stage = (Stage) dialog.getDialogPane().getScene().getWindow();
stage.getIcons().add(new Image(clase.getResourceAsStream("/cl/cromer/estructuras/images/icon.png")));
}
/** /**
* Mostrar una ventana con mensaje en la pantalla. * Mostrar una ventana con mensaje en la pantalla.
* *
@ -59,45 +100,4 @@ public class Main extends Application {
Main.setIcon(dialog, Main.class); Main.setIcon(dialog, Main.class);
dialog.show(); dialog.show();
} }
/**
* Cambiar el icono de una ventana.
*
* @param dialog Dialog: El Dialog a cambiar.
* @param clase Class: La clase usado para abrir el Stream.
*/
static public void setIcon(Dialog dialog, Class clase) {
Stage stage = (Stage) dialog.getDialogPane().getScene().getWindow();
stage.getIcons().add(new Image(clase.getResourceAsStream("/cl/cromer/estructuras/images/icon.png")));
}
/**
* Crear el stage y la scene para la aplicación grafica.
*
* @param stage Stage: El primer stage donde va todas las cosas visuales.
*/
@Override
public void start(Stage stage) {
Locale locale = new Locale("es", "ES");
ResourceBundle resourceBundle = ResourceBundle.getBundle("cl.cromer.estructuras.bundles.Idioma", locale);
try {
Parent parent = FXMLLoader.load(getClass().getResource("/cl/cromer/estructuras/fxml/main.fxml"), ResourceBundle.getBundle("cl.cromer.estructuras.bundles.Idioma", locale));
stage.setTitle(resourceBundle.getString("titulo"));
Scene scene = new Scene(parent, 1024, 768);
scene.getStylesheets().add("/cl/cromer/estructuras/css/style.css");
stage.setScene(scene);
}
catch (IOException exception) {
// Este error es fatal, hay que cerrar la aplicación.
Logs.log(Level.SEVERE, "No se pudo abrir el archivo de fxml.");
stage.close();
}
//stage.setMaximized(true);
stage.setMinHeight(640);
stage.setMinWidth(768);
stage.getIcons().add(new Image(getClass().getResourceAsStream("/cl/cromer/estructuras/images/icon.png")));
stage.show();
}
} }

View File

@ -56,43 +56,11 @@ public class MenuController extends VBox implements Initializable {
loadStage( loadStage(
resourceBundle.getString("tituloArraySimple"), resourceBundle.getString("tituloArraySimple"),
"/cl/cromer/estructuras/fxml/array.fxml", "/cl/cromer/estructuras/fxml/array.fxml",
"/cl/cromer/estructuras/css/style.css", "/cl/cromer/estructuras/css/main.css",
arrayTipos arrayTipos
); );
} }
/**
* Cargar el fxml, css y titulo.
*
* @param title String: El titulo de la escena.
* @param fxml String: El archivo de fxml.
* @param css String: El archivo de css.
* @param object Object: El objeto a pasar a la nueva escena.
*/
private void loadStage(String title, String fxml, String css, Object object) {
Scene scene = menuBar.getScene();
Stage stage = (Stage) scene.getWindow();
openFXML(fxml, scene, stage);
scene.getStylesheets().add(css);
scene.setUserData(object);
stage.setScene(scene);
stage.setTitle(this.resourceBundle.getString("titulo") + " - " + title);
}
private void openFXML(String fxml, Scene scene, Stage stage) {
try {
Parent parent = FXMLLoader.load(getClass().getResource(fxml), this.resourceBundle);
scene.setRoot(parent);
}
catch (IOException exception) {
// Este error es fatal, hay que cerrar la aplicación.
Logs.log(Level.SEVERE, "No se pudo abrir el archivo de fxml.");
stage.close();
}
}
/** /**
* Click en Array Ordenado. * Click en Array Ordenado.
*/ */
@ -102,7 +70,7 @@ public class MenuController extends VBox implements Initializable {
loadStage( loadStage(
resourceBundle.getString("tituloArrayOrdenado"), resourceBundle.getString("tituloArrayOrdenado"),
"/cl/cromer/estructuras/fxml/array.fxml", "/cl/cromer/estructuras/fxml/array.fxml",
"/cl/cromer/estructuras/css/style.css", "/cl/cromer/estructuras/css/main.css",
arrayTipos arrayTipos
); );
} }
@ -115,28 +83,10 @@ public class MenuController extends VBox implements Initializable {
loadStage( loadStage(
resourceBundle.getString("tituloBurbuja"), resourceBundle.getString("tituloBurbuja"),
"/cl/cromer/estructuras/fxml/burbuja.fxml", "/cl/cromer/estructuras/fxml/burbuja.fxml",
"/cl/cromer/estructuras/css/style.css" "/cl/cromer/estructuras/css/main.css"
); );
} }
/**
* Cargar el fxml, css y titulo.
*
* @param title String: El titulo de la escena.
* @param fxml String: El archivo de fxml.
* @param css String: El archivo de css.
*/
private void loadStage(String title, String fxml, String css) {
Scene scene = menuBar.getScene();
Stage stage = (Stage) scene.getWindow();
openFXML(fxml, scene, stage);
scene.getStylesheets().add(css);
stage.setScene(scene);
stage.setTitle(this.resourceBundle.getString("titulo") + " - " + title);
}
/** /**
* Click en Inserción. * Click en Inserción.
*/ */
@ -145,7 +95,7 @@ public class MenuController extends VBox implements Initializable {
loadStage( loadStage(
resourceBundle.getString("tituloInsercion"), resourceBundle.getString("tituloInsercion"),
"/cl/cromer/estructuras/fxml/insercion.fxml", "/cl/cromer/estructuras/fxml/insercion.fxml",
"/cl/cromer/estructuras/css/style.css" "/cl/cromer/estructuras/css/main.css"
); );
} }
@ -157,7 +107,7 @@ public class MenuController extends VBox implements Initializable {
loadStage( loadStage(
resourceBundle.getString("tituloSeleccion"), resourceBundle.getString("tituloSeleccion"),
"/cl/cromer/estructuras/fxml/seleccion.fxml", "/cl/cromer/estructuras/fxml/seleccion.fxml",
"/cl/cromer/estructuras/css/style.css" "/cl/cromer/estructuras/css/main.css"
); );
} }
@ -169,7 +119,7 @@ public class MenuController extends VBox implements Initializable {
loadStage( loadStage(
resourceBundle.getString("tituloShell"), resourceBundle.getString("tituloShell"),
"/cl/cromer/estructuras/fxml/shell.fxml", "/cl/cromer/estructuras/fxml/shell.fxml",
"/cl/cromer/estructuras/css/style.css" "/cl/cromer/estructuras/css/main.css"
); );
} }
@ -181,7 +131,7 @@ public class MenuController extends VBox implements Initializable {
loadStage( loadStage(
resourceBundle.getString("tituloQuick"), resourceBundle.getString("tituloQuick"),
"/cl/cromer/estructuras/fxml/quick.fxml", "/cl/cromer/estructuras/fxml/quick.fxml",
"/cl/cromer/estructuras/css/style.css" "/cl/cromer/estructuras/css/main.css"
); );
} }
@ -193,7 +143,7 @@ public class MenuController extends VBox implements Initializable {
loadStage( loadStage(
resourceBundle.getString("tituloMerge"), resourceBundle.getString("tituloMerge"),
"/cl/cromer/estructuras/fxml/merge.fxml", "/cl/cromer/estructuras/fxml/merge.fxml",
"/cl/cromer/estructuras/css/style.css" "/cl/cromer/estructuras/css/main.css"
); );
} }
@ -206,7 +156,7 @@ public class MenuController extends VBox implements Initializable {
loadStage( loadStage(
resourceBundle.getString("tituloListaEnlazadaSimple"), resourceBundle.getString("tituloListaEnlazadaSimple"),
"/cl/cromer/estructuras/fxml/listaEnlazada.fxml", "/cl/cromer/estructuras/fxml/listaEnlazada.fxml",
"/cl/cromer/estructuras/css/style.css", "/cl/cromer/estructuras/css/main.css",
listaEnlazadaTipos listaEnlazadaTipos
); );
} }
@ -220,7 +170,7 @@ public class MenuController extends VBox implements Initializable {
loadStage( loadStage(
resourceBundle.getString("tituloListaEnlazadaCircular"), resourceBundle.getString("tituloListaEnlazadaCircular"),
"/cl/cromer/estructuras/fxml/listaEnlazada.fxml", "/cl/cromer/estructuras/fxml/listaEnlazada.fxml",
"/cl/cromer/estructuras/css/style.css", "/cl/cromer/estructuras/css/main.css",
listaEnlazadaTipos listaEnlazadaTipos
); );
} }
@ -234,7 +184,7 @@ public class MenuController extends VBox implements Initializable {
loadStage( loadStage(
resourceBundle.getString("tituloListaEnlazadaDoble"), resourceBundle.getString("tituloListaEnlazadaDoble"),
"/cl/cromer/estructuras/fxml/listaEnlazada.fxml", "/cl/cromer/estructuras/fxml/listaEnlazada.fxml",
"/cl/cromer/estructuras/css/style.css", "/cl/cromer/estructuras/css/main.css",
listaEnlazadaTipos listaEnlazadaTipos
); );
} }
@ -247,7 +197,7 @@ public class MenuController extends VBox implements Initializable {
loadStage( loadStage(
resourceBundle.getString("tituloPila"), resourceBundle.getString("tituloPila"),
"/cl/cromer/estructuras/fxml/pila.fxml", "/cl/cromer/estructuras/fxml/pila.fxml",
"/cl/cromer/estructuras/css/style.css" "/cl/cromer/estructuras/css/main.css"
); );
} }
@ -259,7 +209,7 @@ public class MenuController extends VBox implements Initializable {
loadStage( loadStage(
resourceBundle.getString("tituloCola"), resourceBundle.getString("tituloCola"),
"/cl/cromer/estructuras/fxml/cola.fxml", "/cl/cromer/estructuras/fxml/cola.fxml",
"/cl/cromer/estructuras/css/style.css" "/cl/cromer/estructuras/css/main.css"
); );
} }
@ -270,8 +220,8 @@ public class MenuController extends VBox implements Initializable {
protected void menuHashTable() { protected void menuHashTable() {
loadStage( loadStage(
resourceBundle.getString("tituloTablaHash"), resourceBundle.getString("tituloTablaHash"),
"/cl/cromer/estructuras/fxml/hashTable.fxml", "/cl/cromer/estructuras/fxml/tablaHash.fxml",
"/cl/cromer/estructuras/css/style.css" "/cl/cromer/estructuras/css/main.css"
); );
} }
@ -296,40 +246,10 @@ public class MenuController extends VBox implements Initializable {
Locale locale = new Locale("en", "EN"); Locale locale = new Locale("en", "EN");
ResourceBundle resourceBundle = ResourceBundle.getBundle("cl.cromer.estructuras.bundles.Idioma", locale); ResourceBundle resourceBundle = ResourceBundle.getBundle("cl.cromer.estructuras.bundles.Idioma", locale);
loadStage( loadStage(resourceBundle);
"/cl/cromer/estructuras/fxml/main.fxml",
"/cl/cromer/estructuras/css/style.css",
resourceBundle
);
} }
} }
/**
* Cargar el fxml y css.
*
* @param fxml String: El archivo de fxml.
* @param css String: El archivo de css.
* @param resourceBundle ResourceBundle: El idioma nuevo para cambiarlo.
*/
private void loadStage(String fxml, String css, ResourceBundle resourceBundle) {
Scene scene = menuBar.getScene();
Stage stage = (Stage) scene.getWindow();
try {
Parent parent = FXMLLoader.load(getClass().getResource(fxml), resourceBundle);
scene.setRoot(parent);
}
catch (IOException exception) {
// Este error es fatal, hay que cerrar la aplicación.
Logs.log(Level.SEVERE, "No se pudo abrir el archivo de fxml.");
stage.close();
}
scene.getStylesheets().add(css);
stage.setScene(scene);
stage.setTitle(resourceBundle.getString("titulo"));
}
/** /**
* Click en Español. * Click en Español.
*/ */
@ -351,11 +271,7 @@ public class MenuController extends VBox implements Initializable {
Locale locale = new Locale("es", "ES"); Locale locale = new Locale("es", "ES");
ResourceBundle resourceBundle = ResourceBundle.getBundle("cl.cromer.estructuras.bundles.Idioma", locale); ResourceBundle resourceBundle = ResourceBundle.getBundle("cl.cromer.estructuras.bundles.Idioma", locale);
loadStage( loadStage(resourceBundle);
"/cl/cromer/estructuras/fxml/main.fxml",
"/cl/cromer/estructuras/css/style.css",
resourceBundle
);
} }
} }
@ -373,4 +289,78 @@ public class MenuController extends VBox implements Initializable {
Main.setIcon(dialog, getClass()); Main.setIcon(dialog, getClass());
dialog.show(); dialog.show();
} }
/**
* Cargar el fxml, css y titulo.
*
* @param title String: El titulo de la escena.
* @param fxml String: El archivo de fxml.
* @param css String: El archivo de css.
*/
private void loadStage(String title, String fxml, String css) {
Scene scene = menuBar.getScene();
Stage stage = (Stage) scene.getWindow();
openFXML(fxml, scene, stage);
scene.getStylesheets().add(css);
stage.setScene(scene);
stage.setTitle(this.resourceBundle.getString("titulo") + " - " + title);
}
/**
* Cargar el fxml, css y titulo y pasar un objeto a la escena nueva.
*
* @param title String: El titulo de la escena.
* @param fxml String: El archivo de fxml.
* @param css String: El archivo de css.
* @param object Object: El objeto a pasar a la nueva escena.
*/
private void loadStage(String title, String fxml, String css, Object object) {
Scene scene = menuBar.getScene();
Stage stage = (Stage) scene.getWindow();
openFXML(fxml, scene, stage);
scene.getStylesheets().add(css);
scene.setUserData(object);
stage.setScene(scene);
stage.setTitle(this.resourceBundle.getString("titulo") + " - " + title);
}
/**
* Cargar el fxml y css cuando el idioma cambia.
*
* @param resourceBundle ResourceBundle: El idioma nuevo para cambiarlo.
*/
private void loadStage(ResourceBundle resourceBundle) {
Scene scene = menuBar.getScene();
Stage stage = (Stage) scene.getWindow();
try {
Parent parent = FXMLLoader.load(getClass().getResource("/cl/cromer/estructuras/fxml/main.fxml"), resourceBundle);
scene.setRoot(parent);
}
catch (IOException exception) {
// Este error es fatal, hay que cerrar la aplicación.
Logs.log(Level.SEVERE, "No se pudo abrir el archivo de fxml.");
stage.close();
}
scene.getStylesheets().add("/cl/cromer/estructuras/css/main.css");
stage.setScene(scene);
stage.setTitle(resourceBundle.getString("titulo"));
}
private void openFXML(String fxml, Scene scene, Stage stage) {
try {
Parent parent = FXMLLoader.load(getClass().getResource(fxml), this.resourceBundle);
scene.setRoot(parent);
}
catch (IOException exception) {
// Este error es fatal, hay que cerrar la aplicación.
Logs.log(Level.SEVERE, "No se pudo abrir el archivo de fxml.");
stage.close();
}
}
} }

View File

@ -16,126 +16,126 @@ import java.util.Scanner;
* @author Chris Cromer * @author Chris Cromer
*/ */
public class MergeController implements Initializable { public class MergeController implements Initializable {
/** /**
* Donde poner el contenido de array. * Donde poner el contenido de array.
*/ */
@FXML @FXML
private HBox contenidoMerge; private HBox contenidoMerge;
/** /**
* Donde va el codigo a mostrar a la pantalla. * Donde va el codigo a mostrar a la pantalla.
*/ */
@FXML @FXML
private Text codigoMerge; private Text codigoMerge;
/** /**
* La escena donde está cosas graficas. * La escena donde está cosas graficas.
*/ */
private Scene scene; private Scene scene;
/** /**
* Donde está guardado los idiomas. * Donde está guardado los idiomas.
*/ */
private ResourceBundle resourceBundle; private ResourceBundle resourceBundle;
/** /**
* El array usado en la aplicación. * El array usado en la aplicación.
*/ */
private Array array; private Array array;
/** /**
* Inicializar todos los datos y dibujar las graficas. * Inicializar todos los datos y dibujar las graficas.
* *
* @param location URL: El URL de fxml en uso. * @param location URL: El URL de fxml en uso.
* @param resourceBundle ResourceBundle: Tiene datos de idioma. * @param resourceBundle ResourceBundle: Tiene datos de idioma.
*/ */
@Override @Override
@SuppressWarnings("Duplicates") @SuppressWarnings("Duplicates")
public void initialize(URL location, ResourceBundle resourceBundle) { public void initialize(URL location, ResourceBundle resourceBundle) {
this.resourceBundle = resourceBundle; this.resourceBundle = resourceBundle;
scene = null; scene = null;
Colores colores = new Colores(); Colores colores = new Colores();
array = new Array(10); array = new Array(10);
array.setOrdered(true); array.setOrdered(true);
array.llenar(); array.llenar();
for (int i = 0; i < 10; i++) { for (int i = 0; i < 10; i++) {
contenidoMerge.getChildren().addAll(Grafico.crearCaja(colores, String.valueOf(i), String.valueOf(array.getIndice(i)))); contenidoMerge.getChildren().addAll(Grafico.crearCaja(colores, String.valueOf(i), String.valueOf(array.getIndice(i))));
colores.siguinteColor(); colores.siguinteColor();
} }
} }
/** /**
* Crear un array nuevo. * Crear un array nuevo.
*/ */
@FXML @FXML
protected void botonNuevo() { protected void botonNuevo() {
if (scene == null) { if (scene == null) {
initializeScene(); initializeScene();
} }
array.nuevo(); array.nuevo();
array.llenar(); array.llenar();
generarGrafico(); generarGrafico();
} }
/** /**
* Crear el array de tamaño 10. * Ordenarlo paso por paso.
*/ */
private void initializeScene() { @FXML
scene = contenidoMerge.getScene(); protected void botonPaso() {
} if (scene == null) {
initializeScene();
}
/** // Mostrar el codigo
* Poner los valores en el grafico. String codigoTexto = new Scanner(getClass().getResourceAsStream("/cl/cromer/estructuras/code/merge/ordenar")).useDelimiter("\\Z").next();
*/ codigoMerge.setText(codigoTexto);
private void generarGrafico() {
for (int i = 0; i < 10; i++) {
Text text = (Text) scene.lookup("#texto_" + String.valueOf(i));
text.setText(array.getIndice(i));
}
}
/** if (! array.merge(true)) {
* Ordenarlo paso por paso. Main.mostrarError(resourceBundle.getString("mergeYaOrdenado"), resourceBundle);
*/ }
@FXML
protected void botonPaso() {
if (scene == null) {
initializeScene();
}
// Mostrar el codigo
String codigoTexto = new Scanner(getClass().getResourceAsStream("/cl/cromer/estructuras/code/merge/ordenar")).useDelimiter("\\Z").next();
codigoMerge.setText(codigoTexto);
if (! array.merge(true)) {
Main.mostrarError(resourceBundle.getString("mergeYaOrdenado"), resourceBundle);
}
generarGrafico();
}
/**
* Ordenarlo completamente.
*/
@FXML
protected void botonCorrer() {
if (scene == null) {
initializeScene();
}
// Mostrar el codigo
String codigoTexto = new Scanner(getClass().getResourceAsStream("/cl/cromer/estructuras/code/merge/ordenar")).useDelimiter("\\Z").next();
codigoMerge.setText(codigoTexto);
if (! array.merge(false)) {
Main.mostrarError(resourceBundle.getString("mergeYaOrdenado"), resourceBundle);
}
generarGrafico(); generarGrafico();
} }
/**
* Ordenarlo completamente.
*/
@FXML
protected void botonCorrer() {
if (scene == null) {
initializeScene();
}
// Mostrar el codigo
String codigoTexto = new Scanner(getClass().getResourceAsStream("/cl/cromer/estructuras/code/merge/ordenar")).useDelimiter("\\Z").next();
codigoMerge.setText(codigoTexto);
if (! array.merge(false)) {
Main.mostrarError(resourceBundle.getString("mergeYaOrdenado"), resourceBundle);
}
generarGrafico();
}
/**
* Crear el array de tamaño 10.
*/
private void initializeScene() {
scene = contenidoMerge.getScene();
}
/**
* Poner los valores en el grafico.
*/
private void generarGrafico() {
for (int i = 0; i < 10; i++) {
Text text = (Text) scene.lookup("#texto_" + String.valueOf(i));
text.setText(array.getIndice(i));
}
}
} }

View File

@ -26,6 +26,30 @@ final public class Pila {
size = 0; size = 0;
} }
/**
* Push un valor en la pila encima.
*
* @param valor int: El valor a push.
*/
public void push(int valor) {
if (this.pila != null) {
String pila[] = new String[this.pila.length + 1];
int i;
for (i = 0; i < this.pila.length; i++) {
pila[i] = this.pila[i];
}
pila[i] = String.valueOf(valor);
this.pila = pila;
size++;
}
else {
String pila[] = new String[1];
pila[0] = String.valueOf(valor);
this.pila = pila;
size++;
}
}
/** /**
* Pop un valor de encima de la pila. * Pop un valor de encima de la pila.
* *
@ -44,15 +68,6 @@ final public class Pila {
} }
} }
/**
* Devolver la cantidad de elementos en la pila.
*
* @return int: La cantidad de elementos.
*/
public int size() {
return size;
}
/** /**
* Peek al valor que está encima de la pila. * Peek al valor que está encima de la pila.
* *
@ -67,6 +82,15 @@ final public class Pila {
} }
} }
/**
* Devolver la cantidad de elementos en la pila.
*
* @return int: La cantidad de elementos.
*/
public int size() {
return size;
}
/** /**
* Devolver el valor que está en un indice de la pila. * Devolver el valor que está en un indice de la pila.
* *
@ -98,28 +122,4 @@ final public class Pila {
push(numero); push(numero);
} }
} }
/**
* Push un valor en la pila encima.
*
* @param valor int: El valor a push.
*/
public void push(int valor) {
if (this.pila != null) {
String pila[] = new String[this.pila.length + 1];
int i;
for (i = 0; i < this.pila.length; i++) {
pila[i] = this.pila[i];
}
pila[i] = String.valueOf(valor);
this.pila = pila;
size++;
}
else {
String pila[] = new String[1];
pila[0] = String.valueOf(valor);
this.pila = pila;
size++;
}
}
} }

View File

@ -90,17 +90,6 @@ public class PilaController implements Initializable {
generarGrafico(); generarGrafico();
} }
/**
* Poner los valores en el grafico.
*/
private void generarGrafico() {
grafico.removerDestacar();
for (int i = 0; i < 10; i++) {
Text text = (Text) scene.lookup("#texto_" + String.valueOf(i));
text.setText(pila.getIndice(i));
}
}
/** /**
* Vaciar la pila de todos los valores. * Vaciar la pila de todos los valores.
*/ */
@ -203,4 +192,15 @@ public class PilaController implements Initializable {
Main.mostrarError(resourceBundle.getString("pilaVacia"), resourceBundle); Main.mostrarError(resourceBundle.getString("pilaVacia"), resourceBundle);
} }
} }
/**
* Poner los valores en el grafico.
*/
private void generarGrafico() {
grafico.removerDestacar();
for (int i = 0; i < 10; i++) {
Text text = (Text) scene.lookup("#texto_" + String.valueOf(i));
text.setText(pila.getIndice(i));
}
}
} }

View File

@ -16,126 +16,126 @@ import java.util.Scanner;
* @author Chris Cromer * @author Chris Cromer
*/ */
public class QuickController implements Initializable { public class QuickController implements Initializable {
/** /**
* Donde poner el contenido de array. * Donde poner el contenido de array.
*/ */
@FXML @FXML
private HBox contenidoQuick; private HBox contenidoQuick;
/** /**
* Donde va el codigo a mostrar a la pantalla. * Donde va el codigo a mostrar a la pantalla.
*/ */
@FXML @FXML
private Text codigoQuick; private Text codigoQuick;
/** /**
* La escena donde está cosas graficas. * La escena donde está cosas graficas.
*/ */
private Scene scene; private Scene scene;
/** /**
* Donde está guardado los idiomas. * Donde está guardado los idiomas.
*/ */
private ResourceBundle resourceBundle; private ResourceBundle resourceBundle;
/** /**
* El array usado en la aplicación. * El array usado en la aplicación.
*/ */
private Array array; private Array array;
/** /**
* Inicializar todos los datos y dibujar las graficas. * Inicializar todos los datos y dibujar las graficas.
* *
* @param location URL: El URL de fxml en uso. * @param location URL: El URL de fxml en uso.
* @param resourceBundle ResourceBundle: Tiene datos de idioma. * @param resourceBundle ResourceBundle: Tiene datos de idioma.
*/ */
@Override @Override
@SuppressWarnings("Duplicates") @SuppressWarnings("Duplicates")
public void initialize(URL location, ResourceBundle resourceBundle) { public void initialize(URL location, ResourceBundle resourceBundle) {
this.resourceBundle = resourceBundle; this.resourceBundle = resourceBundle;
scene = null; scene = null;
Colores colores = new Colores(); Colores colores = new Colores();
array = new Array(10); array = new Array(10);
array.setOrdered(true); array.setOrdered(true);
array.llenar(); array.llenar();
for (int i = 0; i < 10; i++) { for (int i = 0; i < 10; i++) {
contenidoQuick.getChildren().addAll(Grafico.crearCaja(colores, String.valueOf(i), String.valueOf(array.getIndice(i)))); contenidoQuick.getChildren().addAll(Grafico.crearCaja(colores, String.valueOf(i), String.valueOf(array.getIndice(i))));
colores.siguinteColor(); colores.siguinteColor();
} }
} }
/** /**
* Crear un array nuevo. * Crear un array nuevo.
*/ */
@FXML @FXML
protected void botonNuevo() { protected void botonNuevo() {
if (scene == null) { if (scene == null) {
initializeScene(); initializeScene();
} }
array.nuevo(); array.nuevo();
array.llenar(); array.llenar();
generarGrafico(); generarGrafico();
} }
/** /**
* Crear el array de tamaño 10. * Ordenarlo paso por paso.
*/ */
private void initializeScene() { @FXML
scene = contenidoQuick.getScene(); protected void botonPaso() {
} if (scene == null) {
initializeScene();
}
/** // Mostrar el codigo
* Poner los valores en el grafico. String codigoTexto = new Scanner(getClass().getResourceAsStream("/cl/cromer/estructuras/code/quick/ordenar")).useDelimiter("\\Z").next();
*/ codigoQuick.setText(codigoTexto);
private void generarGrafico() {
for (int i = 0; i < 10; i++) {
Text text = (Text) scene.lookup("#texto_" + String.valueOf(i));
text.setText(array.getIndice(i));
}
}
/** if (! array.quick(true)) {
* Ordenarlo paso por paso. Main.mostrarError(resourceBundle.getString("quickYaOrdenado"), resourceBundle);
*/ }
@FXML
protected void botonPaso() {
if (scene == null) {
initializeScene();
}
// Mostrar el codigo
String codigoTexto = new Scanner(getClass().getResourceAsStream("/cl/cromer/estructuras/code/quick/ordenar")).useDelimiter("\\Z").next();
codigoQuick.setText(codigoTexto);
if (! array.quick(true)) {
Main.mostrarError(resourceBundle.getString("quickYaOrdenado"), resourceBundle);
}
generarGrafico();
}
/**
* Ordenarlo completamente.
*/
@FXML
protected void botonCorrer() {
if (scene == null) {
initializeScene();
}
// Mostrar el codigo
String codigoTexto = new Scanner(getClass().getResourceAsStream("/cl/cromer/estructuras/code/quick/ordenar")).useDelimiter("\\Z").next();
codigoQuick.setText(codigoTexto);
if (! array.quick(false)) {
Main.mostrarError(resourceBundle.getString("quickYaOrdenado"), resourceBundle);
}
generarGrafico(); generarGrafico();
} }
/**
* Ordenarlo completamente.
*/
@FXML
protected void botonCorrer() {
if (scene == null) {
initializeScene();
}
// Mostrar el codigo
String codigoTexto = new Scanner(getClass().getResourceAsStream("/cl/cromer/estructuras/code/quick/ordenar")).useDelimiter("\\Z").next();
codigoQuick.setText(codigoTexto);
if (! array.quick(false)) {
Main.mostrarError(resourceBundle.getString("quickYaOrdenado"), resourceBundle);
}
generarGrafico();
}
/**
* Crear el array de tamaño 10.
*/
private void initializeScene() {
scene = contenidoQuick.getScene();
}
/**
* Poner los valores en el grafico.
*/
private void generarGrafico() {
for (int i = 0; i < 10; i++) {
Text text = (Text) scene.lookup("#texto_" + String.valueOf(i));
text.setText(array.getIndice(i));
}
}
} }

View File

@ -82,23 +82,6 @@ public class SeleccionController implements Initializable {
generarGrafico(); generarGrafico();
} }
/**
* Crear el array de tamaño 10.
*/
private void initializeScene() {
scene = contenidoSeleccion.getScene();
}
/**
* Poner los valores en el grafico.
*/
private void generarGrafico() {
for (int i = 0; i < 10; i++) {
Text text = (Text) scene.lookup("#texto_" + String.valueOf(i));
text.setText(array.getIndice(i));
}
}
/** /**
* Ordenarlo paso por paso. * Ordenarlo paso por paso.
*/ */
@ -138,4 +121,21 @@ public class SeleccionController implements Initializable {
generarGrafico(); generarGrafico();
} }
/**
* Crear el array de tamaño 10.
*/
private void initializeScene() {
scene = contenidoSeleccion.getScene();
}
/**
* Poner los valores en el grafico.
*/
private void generarGrafico() {
for (int i = 0; i < 10; i++) {
Text text = (Text) scene.lookup("#texto_" + String.valueOf(i));
text.setText(array.getIndice(i));
}
}
} }

View File

@ -82,23 +82,6 @@ public class ShellController implements Initializable {
generarGrafico(); generarGrafico();
} }
/**
* Crear el array de tamaño 10.
*/
private void initializeScene() {
scene = contenidoShell.getScene();
}
/**
* Poner los valores en el grafico.
*/
private void generarGrafico() {
for (int i = 0; i < 10; i++) {
Text text = (Text) scene.lookup("#texto_" + String.valueOf(i));
text.setText(array.getIndice(i));
}
}
/** /**
* Ordenarlo paso por paso. * Ordenarlo paso por paso.
*/ */
@ -138,4 +121,21 @@ public class ShellController implements Initializable {
generarGrafico(); generarGrafico();
} }
/**
* Crear el array de tamaño 10.
*/
private void initializeScene() {
scene = contenidoShell.getScene();
}
/**
* Poner los valores en el grafico.
*/
private void generarGrafico() {
for (int i = 0; i < 10; i++) {
Text text = (Text) scene.lookup("#texto_" + String.valueOf(i));
text.setText(array.getIndice(i));
}
}
} }

View File

@ -31,15 +31,6 @@ public class TablaHash {
hashArray = new HashItem[tamano]; hashArray = new HashItem[tamano];
} }
/**
* Devolver la cantidad de elementos que están en la tabla.
*
* @return int: La cantidad.
*/
public int size() {
return size;
}
/** /**
* Este metodo crea un hash muy único. * Este metodo crea un hash muy único.
* *
@ -47,7 +38,6 @@ public class TablaHash {
* *
* @return int: El hash a devolver. * @return int: El hash a devolver.
*/ */
@SuppressWarnings("unused")
public int hashMejor(String string) { public int hashMejor(String string) {
int intLength = string.length() / 4; int intLength = string.length() / 4;
int sum = 0; int sum = 0;
@ -70,6 +60,25 @@ public class TablaHash {
return (Math.abs(sum) % tamano); return (Math.abs(sum) % tamano);
} }
/**
* Este metodo crea un hash usando una llave.
*
* @param string String: El string a hashear.
*
* @return int: El hash a devolver.
*/
@SuppressWarnings("unused")
public int hash(String string) {
int hash = 31;
for (int i = 0; i < string.length(); i++) {
hash = hash * 31 + string.charAt(i);
}
if (hash < 0) {
hash = hash * - 1;
}
return hash % tamano;
}
/** /**
* Insertar una llave y valor en la tabla hash. * Insertar una llave y valor en la tabla hash.
* *
@ -80,7 +89,7 @@ public class TablaHash {
*/ */
public boolean insertar(String llave, int valor) { public boolean insertar(String llave, int valor) {
HashItem hashItem = new HashItem(llave, valor); HashItem hashItem = new HashItem(llave, valor);
int hashIndice = hash(hashItem.getLlave()); int hashIndice = hashMejor(hashItem.getLlave());
int i = 0; int i = 0;
while (hashArray[hashIndice] != null && hashArray[hashIndice].getLlave() != null && i < tamano) { while (hashArray[hashIndice] != null && hashArray[hashIndice].getLlave() != null && i < tamano) {
if (hashArray[hashIndice].getLlave().equals(llave)) { if (hashArray[hashIndice].getLlave().equals(llave)) {
@ -101,24 +110,6 @@ public class TablaHash {
} }
} }
/**
* Este metodo crea un hash usando una llave.
*
* @param string String: El string a hashear.
*
* @return int: El hash a devolver.
*/
public int hash(String string) {
int hash = 31;
for (int i = 0; i < string.length(); i++) {
hash = hash * 31 + string.charAt(i);
}
if (hash < 0) {
hash = hash * - 1;
}
return hash % tamano;
}
/** /**
* Eliminar un elemento de la tabla hash. * Eliminar un elemento de la tabla hash.
* *
@ -128,7 +119,7 @@ public class TablaHash {
*/ */
public boolean eliminar(String llave) { public boolean eliminar(String llave) {
HashItem hashItem = new HashItem(llave, 0); HashItem hashItem = new HashItem(llave, 0);
int hashIndice = hash(hashItem.getLlave()); int hashIndice = hashMejor(hashItem.getLlave());
int i = 0; int i = 0;
while (hashArray[hashIndice] != null && hashArray[hashIndice].getLlave() != null && i < tamano) { while (hashArray[hashIndice] != null && hashArray[hashIndice].getLlave() != null && i < tamano) {
if (hashArray[hashIndice].getLlave().equals(llave)) { if (hashArray[hashIndice].getLlave().equals(llave)) {
@ -159,6 +150,15 @@ public class TablaHash {
return null; return null;
} }
/**
* Devolver la cantidad de elementos que están en la tabla.
*
* @return int: La cantidad.
*/
public int size() {
return size;
}
/** /**
* Devolver el valor que está guardado en cada indice. Se usa para construir la grafica. * Devolver el valor que está guardado en cada indice. Se usa para construir la grafica.
* *

View File

@ -9,6 +9,7 @@ import javafx.scene.text.Text;
import java.net.URL; import java.net.URL;
import java.util.Random; import java.util.Random;
import java.util.ResourceBundle; import java.util.ResourceBundle;
import java.util.Scanner;
import java.util.logging.Level; import java.util.logging.Level;
/** /**
@ -17,262 +18,259 @@ import java.util.logging.Level;
* @author Chris Cromer * @author Chris Cromer
*/ */
public class TablaHashController implements Initializable { public class TablaHashController implements Initializable {
/** /**
* La caja para ingresar la llave. * La caja para ingresar la llave.
*/ */
@FXML @FXML
private TextFieldLimited llaveHashTable; private TextFieldLimited llaveHashTable;
/** /**
* La caja para ingresar el valor. * La caja para ingresar el valor.
*/ */
@FXML @FXML
private TextFieldLimited valorHashTable; private TextFieldLimited valorHashTable;
/** /**
* Donde poner el contenido de tablaHash. * Donde poner el contenido de tablaHash.
*/ */
@FXML @FXML
private VBox contenidoHashTable; private VBox contenidoHashTable;
/** /**
* Donde va el codigo a mostrar a la pantalla. * Donde va el codigo a mostrar a la pantalla.
*/ */
@FXML @FXML
private Text codigoHashTable; private Text codigoHashTable;
/** /**
* La escena donde está cosas graficas. * La escena donde está cosas graficas.
*/ */
private Scene scene; private Scene scene;
/** /**
* Donde está guardado los idiomas. * Donde está guardado los idiomas.
*/ */
private ResourceBundle resourceBundle; private ResourceBundle resourceBundle;
/** /**
* El tablaHash usado en la aplicación. * El tablaHash usado en la aplicación.
*/ */
private TablaHash tablaHash; private TablaHash tablaHash;
/** /**
* Grafico rectangulos. * Grafico rectangulos.
*/ */
private Grafico grafico; private Grafico grafico;
/** /**
* Inicializar todos los datos y dibujar las graficas. * Inicializar todos los datos y dibujar las graficas.
* *
* @param location URL: El URL de fxml en uso. * @param location URL: El URL de fxml en uso.
* @param resourceBundle ResourceBundle: Tiene datos de idioma. * @param resourceBundle ResourceBundle: Tiene datos de idioma.
*/ */
@Override @Override
public void initialize(URL location, ResourceBundle resourceBundle) { public void initialize(URL location, ResourceBundle resourceBundle) {
this.resourceBundle = resourceBundle; this.resourceBundle = resourceBundle;
scene = null; scene = null;
Colores colores = new Colores(); Colores colores = new Colores();
for (int i = 0; i < 10; i++) { for (int i = 0; i < 10; i++) {
contenidoHashTable.getChildren().addAll(Grafico.crearHashCajas(colores, String.valueOf(i))); contenidoHashTable.getChildren().addAll(Grafico.crearHashCajas(colores, String.valueOf(i)));
colores.siguinteColor(); colores.siguinteColor();
} }
} }
/** /**
* Llenar el tablaHash con numeros al azar. * Llenar el tablaHash con numeros al azar.
*/ */
@FXML @FXML
protected void botonLlenar() { protected void botonLlenar() {
if (scene == null) { if (scene == null) {
initializeHashTable(); initializeHashTable();
} }
Palabras palabras = new Palabras(); Palabras palabras = new Palabras();
Random random = new Random(); Random random = new Random();
int maximo = 99; int maximo = 99;
int minimo = 0; int minimo = 0;
int rango = maximo - minimo + 1; int rango = maximo - minimo + 1;
for (int i = 0; i < 10; i++) { for (int i = 0; i < 10; i++) {
int numero = random.nextInt(rango) + minimo; int numero = random.nextInt(rango) + minimo;
while (! tablaHash.insertar(palabras.getPalabra(), numero)) { while (! tablaHash.insertar(palabras.getPalabra(), numero)) {
if (tablaHash.size() == 10) { if (tablaHash.size() == 10) {
break; break;
} }
} }
} }
generarGrafico(); generarGrafico();
} }
/** /**
* Crear el tablaHash de tamaño 10. * Vaciar el tablaHash de todos los valores.
*/ */
private void initializeHashTable() { @FXML
scene = contenidoHashTable.getScene(); protected void botonVaciar() {
grafico = new Grafico(scene); if (scene == null) {
this.tablaHash = new TablaHash(10); initializeHashTable();
} }
/** tablaHash = new TablaHash(10);
* Poner los valores en el grafico. generarGrafico();
*/ }
private void generarGrafico() {
grafico.removerDestacar();
for (int i = 0; i < 10; i++) {
if (tablaHash.getIndice(i) != null) {
Text text = (Text) scene.lookup("#indice_texto_" + String.valueOf(i));
text.setText(String.valueOf(i));
text = (Text) scene.lookup("#llave_texto_" + String.valueOf(i));
text.setText(tablaHash.getIndice(i).getLlave());
text = (Text) scene.lookup("#valor_texto_" + String.valueOf(i));
text.setText(String.valueOf(tablaHash.getIndice(i).getValor()));
}
else {
Text text = (Text) scene.lookup("#indice_texto_" + String.valueOf(i));
text.setText("");
text = (Text) scene.lookup("#llave_texto_" + String.valueOf(i));
text.setText("");
text = (Text) scene.lookup("#valor_texto_" + String.valueOf(i));
text.setText("");
}
}
}
/** /**
* Vaciar el tablaHash de todos los valores. * Insertar un valor al tablaHash y mostrar el codigo en la pantalla.
*/ */
@FXML @FXML
protected void botonVaciar() { protected void botonInsertar() {
if (scene == null) { if (scene == null) {
initializeHashTable(); initializeHashTable();
} }
tablaHash = new TablaHash(10); // Mostrar el codigo
generarGrafico(); String codigoTexto = new Scanner(getClass().getResourceAsStream("/cl/cromer/estructuras/code/tablaHash/insertar")).useDelimiter("\\Z").next();
} codigoHashTable.setText(codigoTexto);
/** if (llaveHashTable.getText() != null && ! llaveHashTable.getText().trim().equals("") && valorHashTable.getText() != null && ! valorHashTable.getText().trim().equals("")) {
* Insertar un valor al tablaHash y mostrar el codigo en la pantalla. try {
*/ boolean exito = tablaHash.insertar(llaveHashTable.getText().trim(), Integer.valueOf(valorHashTable.getText()));
@FXML if (exito) {
protected void botonInsertar() { llaveHashTable.setText("");
if (scene == null) { valorHashTable.setText("");
initializeHashTable(); generarGrafico();
} }
else {
if (tablaHash.size() == 10) {
Main.mostrarError(resourceBundle.getString("tablaHashLleno"), resourceBundle);
}
else {
Main.mostrarError(resourceBundle.getString("tablaHashLlaveExiste"), resourceBundle);
}
}
}
catch (NumberFormatException exception) {
// El error no es fatal, sigue
Logs.log(Level.WARNING, "No es tipo int.");
Main.mostrarError(resourceBundle.getString("tablaHashNoLlave"), resourceBundle);
}
}
else {
Main.mostrarError(resourceBundle.getString("tablaHashNoLlave"), resourceBundle);
}
}
// Mostrar el codigo /**
/*String tipo = (tablaHash.isOrdered()) ? "Ordenado" : "Simple"; * Eliminar un valor del tablaHash si existe y mostrar el codigo en la pantalla.
String codigoTexto = new Scanner(getClass().getResourceAsStream("/cl/cromer/estructuras/code/tablaHash" + tipo + "/insertar")).useDelimiter("\\Z").next(); */
codigoHashTable.setText(codigoTexto);*/ @FXML
protected void botonEliminar() {
if (scene == null) {
initializeHashTable();
}
if (llaveHashTable.getText() != null && ! llaveHashTable.getText().trim().equals("") && valorHashTable.getText() != null && ! valorHashTable.getText().trim().equals("")) { // Mostrar el codigo
try { String codigoTexto = new Scanner(getClass().getResourceAsStream("/cl/cromer/estructuras/code/tablaHash/eliminar")).useDelimiter("\\Z").next();
boolean exito = tablaHash.insertar(llaveHashTable.getText().trim(), Integer.valueOf(valorHashTable.getText())); codigoHashTable.setText(codigoTexto);
if (exito) {
llaveHashTable.setText("");
valorHashTable.setText("");
generarGrafico();
}
else {
if (tablaHash.size() == 10) {
Main.mostrarError(resourceBundle.getString("tablaHashLleno"), resourceBundle);
}
else {
Main.mostrarError(resourceBundle.getString("tablaHashLlaveExiste"), resourceBundle);
}
}
}
catch (NumberFormatException exception) {
// El error no es fatal, sigue
Logs.log(Level.WARNING, "No es tipo int.");
Main.mostrarError(resourceBundle.getString("tablaHashNoLlave"), resourceBundle);
}
}
else {
Main.mostrarError(resourceBundle.getString("tablaHashNoLlave"), resourceBundle);
}
}
/** try {
* Eliminar un valor del tablaHash si existe y mostrar el codigo en la pantalla. if (llaveHashTable.getText() != null && ! llaveHashTable.getText().trim().equals("")) {
*/ boolean exito = tablaHash.eliminar(llaveHashTable.getText());
@FXML if (exito) {
protected void botonEliminar() { llaveHashTable.setText("");
if (scene == null) { valorHashTable.setText("");
initializeHashTable(); generarGrafico();
} }
else {
Main.mostrarError(resourceBundle.getString("tablaHashNoEsta"), resourceBundle);
}
}
else {
Main.mostrarError(resourceBundle.getString("tablaHashNoLlave"), resourceBundle);
}
}
catch (NumberFormatException exception) {
// El error no es fatal, sigue
Logs.log(Level.WARNING, "No es tipo int.");
Main.mostrarError(resourceBundle.getString("tablaHashNoLlave"), resourceBundle);
}
}
// Mostrar el codigo /**
/*String tipo = (tablaHash.isOrdered()) ? "Ordenado" : "Simple"; * Buscar si existe un elemento en el tablaHash y mostrar el codigo en la pantalla
String codigoTexto = new Scanner(getClass().getResourceAsStream("/cl/cromer/estructuras/code/tablaHash" + tipo + "/eliminar")).useDelimiter("\\Z").next(); * Si existe el valor destacarlo.
codigoHashTable.setText(codigoTexto);*/ */
@FXML
protected void botonBuscar() {
if (scene == null) {
initializeHashTable();
}
try { // Mostrar el codigo
if (llaveHashTable.getText() != null && ! llaveHashTable.getText().trim().equals("")) { String codigoTexto = new Scanner(getClass().getResourceAsStream("/cl/cromer/estructuras/code/tablaHash/buscar")).useDelimiter("\\Z").next();
boolean exito = tablaHash.eliminar(llaveHashTable.getText()); codigoHashTable.setText(codigoTexto);
if (exito) {
llaveHashTable.setText("");
valorHashTable.setText("");
generarGrafico();
}
else {
Main.mostrarError(resourceBundle.getString("tablaHashNoEsta"), resourceBundle);
}
}
else {
Main.mostrarError(resourceBundle.getString("tablaHashNoLlave"), resourceBundle);
}
}
catch (NumberFormatException exception) {
// El error no es fatal, sigue
Logs.log(Level.WARNING, "No es tipo int.");
Main.mostrarError(resourceBundle.getString("tablaHashNoLlave"), resourceBundle);
}
}
/** try {
* Buscar si existe un elemento en el tablaHash y mostrar el codigo en la pantalla if (llaveHashTable.getText() != null && ! llaveHashTable.getText().trim().equals("")) {
* Si existe el valor destacarlo. HashItem hashItem = tablaHash.buscar(llaveHashTable.getText());
*/ if (hashItem != null) {
@FXML generarGrafico();
protected void botonBuscar() { grafico = new Grafico(scene);
if (scene == null) { grafico.destacar("#indice_caja_" + hashItem.getIndice(), Grafico.RECTANGULO);
initializeHashTable(); grafico.destacar("#indice_texto_" + hashItem.getIndice(), Grafico.TEXTO);
} grafico.destacar("#llave_caja_" + hashItem.getIndice(), Grafico.RECTANGULO);
grafico.destacar("#llave_texto_" + hashItem.getIndice(), Grafico.TEXTO);
grafico.destacar("#valor_caja_" + hashItem.getIndice(), Grafico.RECTANGULO);
grafico.destacar("#valor_texto_" + hashItem.getIndice(), Grafico.TEXTO);
}
else {
Main.mostrarError(resourceBundle.getString("tablaHashNoEsta"), resourceBundle);
}
}
else {
Main.mostrarError(resourceBundle.getString("tablaHashNoLlave"), resourceBundle);
}
}
catch (NumberFormatException exception) {
// El error no es fatal, sigue
Logs.log(Level.WARNING, "No es tipo int.");
Main.mostrarError(resourceBundle.getString("tablaHashNoLlave"), resourceBundle);
}
}
// Mostrar el codigo /**
/*String tipo = (tablaHash.isOrdered()) ? "Ordenado" : "Simple"; * Crear el tablaHash de tamaño 10.
String codigoTexto = new Scanner(getClass().getResourceAsStream("/cl/cromer/estructuras/code/tablaHash" + tipo + "/buscar")).useDelimiter("\\Z").next(); */
codigoHashTable.setText(codigoTexto);*/ private void initializeHashTable() {
scene = contenidoHashTable.getScene();
grafico = new Grafico(scene);
this.tablaHash = new TablaHash(10);
}
try { /**
if (llaveHashTable.getText() != null && ! llaveHashTable.getText().trim().equals("")) { * Poner los valores en el grafico.
HashItem hashItem = tablaHash.buscar(llaveHashTable.getText()); */
if (hashItem != null) { private void generarGrafico() {
generarGrafico(); grafico.removerDestacar();
grafico = new Grafico(scene); for (int i = 0; i < 10; i++) {
grafico.destacar("#indice_caja_" + hashItem.getIndice(), Grafico.RECTANGULO); if (tablaHash.getIndice(i) != null) {
grafico.destacar("#indice_texto_" + hashItem.getIndice(), Grafico.TEXTO); Text text = (Text) scene.lookup("#indice_texto_" + String.valueOf(i));
grafico.destacar("#llave_caja_" + hashItem.getIndice(), Grafico.RECTANGULO); text.setText(String.valueOf(i));
grafico.destacar("#llave_texto_" + hashItem.getIndice(), Grafico.TEXTO); text = (Text) scene.lookup("#llave_texto_" + String.valueOf(i));
grafico.destacar("#valor_caja_" + hashItem.getIndice(), Grafico.RECTANGULO); text.setText(tablaHash.getIndice(i).getLlave());
grafico.destacar("#valor_texto_" + hashItem.getIndice(), Grafico.TEXTO); text = (Text) scene.lookup("#valor_texto_" + String.valueOf(i));
} text.setText(String.valueOf(tablaHash.getIndice(i).getValor()));
else { }
Main.mostrarError(resourceBundle.getString("tablaHashNoEsta"), resourceBundle); else {
} Text text = (Text) scene.lookup("#indice_texto_" + String.valueOf(i));
} text.setText("");
else { text = (Text) scene.lookup("#llave_texto_" + String.valueOf(i));
Main.mostrarError(resourceBundle.getString("tablaHashNoLlave"), resourceBundle); text.setText("");
} text = (Text) scene.lookup("#valor_texto_" + String.valueOf(i));
} text.setText("");
catch (NumberFormatException exception) { }
// El error no es fatal, sigue }
Logs.log(Level.WARNING, "No es tipo int.");
Main.mostrarError(resourceBundle.getString("tablaHashNoLlave"), resourceBundle);
}
} }
} }

View File

@ -1,3 +1,28 @@
public HashItem buscar(String llave) {
for (int i = 0; i < tamano; i++) {
// Buscar la llave en los elementos del array.
if (hashArray[i] != null && hashArray[i].getLlave().equals(llave)) {
// Encontró la llave, devuelve el HashItem que la contiene.
return hashArray[i];
}
}
// No se encontró.
return null;
}
public int hash(String string) {
// Multiplicar por un numero primo(31) para generar mejor hashes.
int hash = 31;
for (int i = 0; i < string.length(); i++) {
// Suma usando cada char del string.
hash = hash * 31 + string.charAt(i);
}
if (hash < 0) {
hash = hash * - 1;
}
return hash % tamano;
}
public class HashItem { public class HashItem {
final private String llave; final private String llave;
final private int valor; final private int valor;

View File

@ -1,3 +1,33 @@
public void eliminar(String llave) {
HashItem hashItem = new HashItem(llave, 0);
int hashIndice = hash(hashItem.getLlave());
int i = 0;
// Buscar hasta que encuentra la llave.
while (hashArray[hashIndice] != null && hashArray[hashIndice].getLlave() != null && i < tamano) {
if (hashArray[hashIndice].getLlave().equals(llave)) {
// Encontró la llave, borrarla.
hashArray[hashIndice] = null;
return;
}
hashIndice++;
hashIndice = hashIndice % tamano;
i++;
}
}
public int hash(String string) {
// Multiplicar por un numero primo(31) para generar mejor hashes.
int hash = 31;
for (int i = 0; i < string.length(); i++) {
// Suma usando cada char del string.
hash = hash * 31 + string.charAt(i);
}
if (hash < 0) {
hash = hash * - 1;
}
return hash % tamano;
}
public class HashItem { public class HashItem {
final private String llave; final private String llave;
final private int valor; final private int valor;

View File

@ -21,6 +21,19 @@ public void insertar(String llave, int valor) {
} }
} }
public int hash(String string) {
// Multiplicar por un numero primo(31) para generar mejor hashes.
int hash = 31;
for (int i = 0; i < string.length(); i++) {
// Suma usando cada char del string.
hash = hash * 31 + string.charAt(i);
}
if (hash < 0) {
hash = hash * - 1;
}
return hash % tamano;
}
public class HashItem { public class HashItem {
final private String llave; final private String llave;
final private int valor; final private int valor;

View File

@ -0,0 +1,8 @@
.text {
-fx-font-family: "Arial";
-fx-font-size: 14;
}
.scroll-pane {
-fx-background-color: transparent;
}

View File

@ -1,17 +0,0 @@
.text {
-fx-font-family: "Arial";
-fx-font-size: 14;
}
.menu-bar {
-fx-background-color: #aeb5ba, linear-gradient(to bottom, #ecf4fa 0%, #ced4d9 100%);
-fx-background-insets: 0, 0 0 1 0;
}
.menu-bar .menu .label {
-fx-text-fill: #2d3e4c;
}
.scroll-pane {
-fx-background-color: transparent;
}

View File

@ -18,6 +18,8 @@
<Button text="%insertar" onAction="#botonInsertar"/> <Button text="%insertar" onAction="#botonInsertar"/>
<Button text="%eliminar" onAction="#botonEliminar"/> <Button text="%eliminar" onAction="#botonEliminar"/>
<Button text="%buscar" onAction="#botonBuscar"/> <Button text="%buscar" onAction="#botonBuscar"/>
</HBox>
<HBox alignment="CENTER" spacing="10">
<Text text="%llave"/> <Text text="%llave"/>
<TextFieldLimited fx:id="llaveHashTable" maxLength="10" prefWidth="100"/> <TextFieldLimited fx:id="llaveHashTable" maxLength="10" prefWidth="100"/>
<Text text="%valor"/> <Text text="%valor"/>