A C D E G I L M N O P R S T V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- add(String) - Method in class net.oijon.utils.parser.data.Phonology
-
Adds a phoneme to the phonology
- add(String, String) - Method in class net.oijon.utils.parser.data.Orthography
- addDiacritic(String) - Method in class net.oijon.utils.parser.data.PhonoSystem
- addHomonym(Word) - Method in class net.oijon.utils.parser.data.Word
-
Adds a homonym to a word, unless it has already been added
- addMultitag(Multitag) - Method in class net.oijon.utils.parser.data.Multitag
-
Adds a multitag as a child
- addSound(String) - Method in class net.oijon.utils.parser.data.PhonoCategory
-
Adds sound to end of list
- addSynonym(Word) - Method in class net.oijon.utils.parser.data.Word
-
Adds a synonym to a word, unless it has already been added
- addTable(PhonoTable) - Method in class net.oijon.utils.parser.data.PhonoSystem
-
Adds a table to a phono system
- addTag(Tag) - Method in class net.oijon.utils.parser.data.Multitag
-
Adds a tag as a child
- addWord(Word) - Method in class net.oijon.utils.parser.data.Lexicon
-
Adds a word to the lexicon
C
- checkHomonyms() - Method in class net.oijon.utils.parser.data.Lexicon
-
Checks for homonyms inside the lexicon, and marks them as such.
- checkSynonyms() - Method in class net.oijon.utils.parser.data.Lexicon
-
Checks for synonyms inside the lexicon, and marks them as such.
- clear() - Method in class net.oijon.utils.parser.data.Phonology
- clearSynonyms() - Method in class net.oijon.utils.parser.data.Word
-
Clears all synonyms from a word
- closeLog() - Method in class net.oijon.utils.logger.Log
-
Deprecated.As of Oijon Utils v1.1.2, as the way file selection is handled has changed. Please use the true/false flag on log creation instead.
- critical(String) - Method in class net.oijon.utils.logger.Log
-
Prints a critical error.
D
- dataPerCell() - Method in class net.oijon.utils.parser.data.PhonoTable
-
Gets the amount of data per cell
- debug(String) - Method in class net.oijon.utils.logger.Log
-
Prints a debug line
E
- equals(Object) - Method in class net.oijon.utils.parser.data.Gloss
- equals(Object) - Method in class net.oijon.utils.parser.data.Language
- equals(Object) - Method in class net.oijon.utils.parser.data.Lexicon
- equals(Object) - Method in class net.oijon.utils.parser.data.Multitag
- equals(Object) - Method in class net.oijon.utils.parser.data.Orthography
- equals(Object) - Method in class net.oijon.utils.parser.data.PhonoCategory
- equals(Object) - Method in class net.oijon.utils.parser.data.Phonology
- equals(Object) - Method in class net.oijon.utils.parser.data.PhonoSystem
- equals(Object) - Method in class net.oijon.utils.parser.data.PhonoTable
- equals(Object) - Method in class net.oijon.utils.parser.data.Tag
- equals(Object) - Method in class net.oijon.utils.parser.data.Word
- err(String) - Method in class net.oijon.utils.logger.Log
-
Prints an error.
G
- generateID() - Method in class net.oijon.utils.parser.data.Language
- get(int) - Method in class net.oijon.utils.parser.data.Phonology
-
Gets a phoneme by index
- getAbbreviation() - Method in class net.oijon.utils.parser.data.Gloss
-
Gets the abbreviation of the gloss
- getAutonym() - Method in class net.oijon.utils.parser.data.Language
-
Gets the autonym of a language
- getColumnNames() - Method in class net.oijon.utils.parser.data.PhonoTable
-
Gets a list of all the column names
- getCreated() - Method in class net.oijon.utils.parser.data.Language
-
Gets the datetime when the language was created.
- getCreationDate() - Method in class net.oijon.utils.parser.data.Word
-
Gets the creation date of a word.
- getDiacritics() - Method in class net.oijon.utils.parser.data.PhonoSystem
- getDirectChild(String) - Method in class net.oijon.utils.parser.data.Multitag
-
Gets a direct child tag based off name.
- getEditDate() - Method in class net.oijon.utils.parser.data.Word
-
Gets the last time a word was edited
- getEdited() - Method in class net.oijon.utils.parser.data.Language
-
Gets the last edit date of a language.
- getEnd() - Method in class net.oijon.utils.parser.data.Multitag
-
Gets the end of a tag's string
- getEtymology() - Method in class net.oijon.utils.parser.data.Word
-
Gets where the word comes from.
- getHomonyms() - Method in class net.oijon.utils.parser.data.Word
-
Gets a list of all homonyms
- getID() - Method in class net.oijon.utils.parser.data.Language
- getLanguageFiles() - Static method in class net.oijon.utils.parser.data.Language
-
Deprecated.as of v1.1.2, as this was Oijon Susquehanna-specific. Please use
getLanguageFiles(File)
instead. - getLanguageFiles(File) - Static method in class net.oijon.utils.parser.data.Language
-
Gets a list of all .language files in a specified directory.
- getLexicon() - Method in class net.oijon.utils.parser.data.Language
-
Gets a lexicon of a language
- getList() - Method in class net.oijon.utils.parser.data.Phonology
-
Gets the list of all phonemes
- getLogFile() - Method in class net.oijon.utils.logger.Log
-
Gets the current file a log is writing to.
- getMeaning() - Method in class net.oijon.utils.parser.data.Gloss
-
Gets the meaning of the gloss
- getMeaning() - Method in class net.oijon.utils.parser.data.Word
-
Gets the meaning of a word
- getMultitag(String) - Method in class net.oijon.utils.parser.data.Multitag
-
Gets a descendent multitag based on name.
- getName() - Method in class net.oijon.utils.parser.data.GlossList
-
Gets the name of the GlossList
- getName() - Method in class net.oijon.utils.parser.data.Language
-
Gets the name of a Language object
- getName() - Method in class net.oijon.utils.parser.data.Multitag
-
Gets the name of the multitag
- getName() - Method in class net.oijon.utils.parser.data.PhonoCategory
-
Gets category name
- getName() - Method in class net.oijon.utils.parser.data.PhonoSystem
-
Gets the name of the phono system
- getName() - Method in class net.oijon.utils.parser.data.PhonoTable
-
Gets the name of the PhonoTable
- getName() - Method in class net.oijon.utils.parser.data.Tag
-
Gets the name of the tag
- getName() - Method in class net.oijon.utils.parser.data.Word
-
Get the textual representation of a word
- getOrtho() - Method in class net.oijon.utils.parser.data.Language
-
Gets an orthography of a language
- getPair(int) - Method in class net.oijon.utils.parser.data.Orthography
-
Gets a pair, with 0 being the phonemes, and 1 being the graphemes
- getParent() - Method in class net.oijon.utils.parser.data.Language
-
Gets the parent language of a language (for example, the parent language of a dialect) This method used to be deprecated, however no longer is.
- getParentName() - Method in class net.oijon.utils.parser.data.Language
-
Gets the name of the parent language.
- getPhono() - Method in class net.oijon.utils.parser.data.Language
-
Gets a phonology of a language
- getPhono() - Method in class net.oijon.utils.parser.data.Orthography
-
Gets the phonology used
- getPhonoSystem() - Method in class net.oijon.utils.parser.data.Phonology
-
Gets the phono system attached to the phonology
- getPHOSYSTag() - Method in class net.oijon.utils.parser.Parser
-
Gets the containing tag, including all subtags
- getPronounciation() - Method in class net.oijon.utils.parser.data.Word
-
Gets the pronounciation of a word
- getRow(int) - Method in class net.oijon.utils.parser.data.PhonoTable
-
Gets the row in a PhonoTable at index i
- getSound(int) - Method in class net.oijon.utils.parser.data.PhonoCategory
-
Gets sound at index i
- getSound(int, int, int) - Method in class net.oijon.utils.parser.data.PhonoSystem
-
Allows use of an XY coordinate system to get sounds
- getSounds() - Method in class net.oijon.utils.parser.data.PhonoCategory
-
Gets list of all sounds in category
- getSourceLanguage() - Method in class net.oijon.utils.parser.data.Word
-
Deprecated.as of v1.1.2, writing an entire language for each word to the file seems like a disaster waiting to happen
- getStart() - Method in class net.oijon.utils.parser.data.Multitag
-
Gets the start of a tag's string
- getSubMultitags() - Method in class net.oijon.utils.parser.data.Multitag
-
Gets a list of all direct child Multitag objects
- getSubtags() - Method in class net.oijon.utils.parser.data.Multitag
-
Gets a list of all direct child Tag objects
- getSynonyms() - Method in class net.oijon.utils.parser.data.Word
-
Gets a list of all synonyms
- getTables() - Method in class net.oijon.utils.parser.data.PhonoSystem
-
Gets an ArrayList of all of the categories added
- getTag(String) - Method in class net.oijon.utils.parser.data.Multitag
-
Gets a descendent tag based off name.
- getUnattachedData() - Method in class net.oijon.utils.parser.data.Multitag
-
Gets data attached to a multitag but not exactly attached to any subtag
- getVersion() - Static method in class net.oijon.utils.info.Info
-
Gets the current version of Oijon Utils, for example "Oijon Utils - v1.2.0"
- getVersion() - Method in class net.oijon.utils.parser.data.Language
-
Gets the version that the language was last edited in.
- getVersionNum() - Static method in class net.oijon.utils.info.Info
-
Gets the version number of Oijon Utils, for example "1.1.1"
- getWord(int) - Method in class net.oijon.utils.parser.data.Lexicon
-
Gets a word in a lexicon via index number
- Gloss - Class in net.oijon.utils.parser.data
-
Attaches a meaning to a gloss abbreviation, allowing users to create their own, or see what a certain abbreviation means.
- Gloss(String, String) - Constructor for class net.oijon.utils.parser.data.Gloss
-
Creates a Gloss based off an abbreviation and a plaintext meaning
- Gloss(Gloss) - Constructor for class net.oijon.utils.parser.data.Gloss
-
Copy constructor
- GlossList - Class in net.oijon.utils.parser.data
-
Creates a list of Gloss objects, which can be accessed all at once to create templates such as Leipzig.
- GlossList(String) - Constructor for class net.oijon.utils.parser.data.GlossList
-
Creates an empty GlossList
- GlossList(GlossList) - Constructor for class net.oijon.utils.parser.data.GlossList
-
Copy constructor
- Grammar - Class in net.oijon.utils.parser.data
-
Reserved for grammar
- Grammar() - Constructor for class net.oijon.utils.parser.data.Grammar
I
- info(String) - Method in class net.oijon.utils.logger.Log
-
Prints an info line
- Info - Class in net.oijon.utils.info
-
A class to get the version information of the current build
- Info() - Constructor for class net.oijon.utils.info.Info
- input(String) - Method in class net.oijon.utils.logger.Log
-
Logs console input to the log
- IPA - Static variable in class net.oijon.utils.parser.data.PhonoSystem
-
Creates an IPA preset.
- IPAApproximant - Static variable in class net.oijon.utils.parser.data.PhonoCategory
- IPAClick - Static variable in class net.oijon.utils.parser.data.PhonoCategory
- IPAClose - Static variable in class net.oijon.utils.parser.data.PhonoCategory
- IPACloseMid - Static variable in class net.oijon.utils.parser.data.PhonoCategory
- IPACloseOpen - Static variable in class net.oijon.utils.parser.data.PhonoCategory
- IPAConsonantColumnNames - Static variable in class net.oijon.utils.parser.data.PhonoTable
- IPAConsonants - Static variable in class net.oijon.utils.parser.data.PhonoTable
- IPADiacritics - Static variable in class net.oijon.utils.parser.data.PhonoCategory
- IPAEncodingAnomolies - Static variable in class net.oijon.utils.parser.data.PhonoCategory
- IPAFricative - Static variable in class net.oijon.utils.parser.data.PhonoCategory
- IPAImplosive - Static variable in class net.oijon.utils.parser.data.PhonoCategory
- IPALateralApproximant - Static variable in class net.oijon.utils.parser.data.PhonoCategory
- IPALateralFricative - Static variable in class net.oijon.utils.parser.data.PhonoCategory
- IPAMid - Static variable in class net.oijon.utils.parser.data.PhonoCategory
- IPANasal - Static variable in class net.oijon.utils.parser.data.PhonoCategory
- IPANearClose - Static variable in class net.oijon.utils.parser.data.PhonoCategory
- IPAOpen - Static variable in class net.oijon.utils.parser.data.PhonoCategory
- IPAOpenMid - Static variable in class net.oijon.utils.parser.data.PhonoCategory
- IPAOther - Static variable in class net.oijon.utils.parser.data.PhonoCategory
- IPAOther - Static variable in class net.oijon.utils.parser.data.PhonoTable
- IPAPlosive - Static variable in class net.oijon.utils.parser.data.PhonoCategory
- IPATap - Static variable in class net.oijon.utils.parser.data.PhonoCategory
- IPATrill - Static variable in class net.oijon.utils.parser.data.PhonoCategory
- IPAVowelColumnNames - Static variable in class net.oijon.utils.parser.data.PhonoTable
- IPAVowels - Static variable in class net.oijon.utils.parser.data.PhonoTable
- isEqual(Multitag) - Method in class net.oijon.utils.parser.data.Multitag
-
Deprecated.
- isEqual(Tag) - Method in class net.oijon.utils.parser.data.Tag
-
Deprecated.as of v1.2.0, as this should have been handled via equals() instead.
- isIn(String) - Method in class net.oijon.utils.parser.data.Phonology
-
Checks if a phoneme is in a phonology
- isIn(String) - Method in class net.oijon.utils.parser.data.PhonoSystem
-
Checks if a given value exists in a phono system.
- isReadOnly() - Method in class net.oijon.utils.parser.data.Language
-
Checks if the language is flagged as read-only
- isSameTag(Multitag) - Method in class net.oijon.utils.parser.data.Multitag
-
Checks if two multitags are the same type
- isSameTag(Tag) - Method in class net.oijon.utils.parser.data.Tag
-
Checks if two tags share the same name.
L
- Language - Class in net.oijon.utils.parser.data
-
Bundles all parts of a language together into one object
- Language(String) - Constructor for class net.oijon.utils.parser.data.Language
-
Creates a Language object
- Language(Language) - Constructor for class net.oijon.utils.parser.data.Language
-
Copy constructor
- Lexicon - Class in net.oijon.utils.parser.data
-
The words and meaning of a language
- Lexicon() - Constructor for class net.oijon.utils.parser.data.Lexicon
-
Creates an empty lexicon.
- Lexicon(ArrayList<Word>) - Constructor for class net.oijon.utils.parser.data.Lexicon
-
Creates a lexicon from an ArrayList of words
- Lexicon(Lexicon) - Constructor for class net.oijon.utils.parser.data.Lexicon
-
Copy constructor
- Log - Class in net.oijon.utils.logger
-
Simple log utility to help with getting console output to file
- Log(String) - Constructor for class net.oijon.utils.logger.Log
-
Creates the log object.
- Log(String, boolean) - Constructor for class net.oijon.utils.logger.Log
-
Creates the log object.
- logSystemInfo() - Method in class net.oijon.utils.logger.Log
-
Prints system information to console and writes to file
M
- Multitag - Class in net.oijon.utils.parser.data
-
A tag that can have child tags
- Multitag(String) - Constructor for class net.oijon.utils.parser.data.Multitag
-
Creates a multitag based on name
- Multitag(String, ArrayList<Tag>, ArrayList<Multitag>) - Constructor for class net.oijon.utils.parser.data.Multitag
-
Creates a multitag based on its name and children
- Multitag(ArrayList<Tag>, ArrayList<Multitag>) - Constructor for class net.oijon.utils.parser.data.Multitag
-
Creates a multitag based on its children
- Multitag(Multitag) - Constructor for class net.oijon.utils.parser.data.Multitag
-
Copy constructor
N
- net.oijon.utils.info - package net.oijon.utils.info
- net.oijon.utils.logger - package net.oijon.utils.logger
- net.oijon.utils.parser - package net.oijon.utils.parser
- net.oijon.utils.parser.data - package net.oijon.utils.parser.data
- net.oijon.utils.timer - package net.oijon.utils.timer
- NULL - Static variable in class net.oijon.utils.parser.data.Language
O
- Orthography - Class in net.oijon.utils.parser.data
-
The writing system of a language.
- Orthography() - Constructor for class net.oijon.utils.parser.data.Orthography
-
Creates an empty orthography
- Orthography(Orthography) - Constructor for class net.oijon.utils.parser.data.Orthography
-
Copy constructor
- Orthography(Phonology) - Constructor for class net.oijon.utils.parser.data.Orthography
-
Creates an orthography with a set phonology
- orthoGuess(String) - Method in class net.oijon.utils.parser.data.Orthography
-
Guesses what the graphemes will be given phonemes
P
- parseLanguage() - Method in class net.oijon.utils.parser.Parser
-
Parses a language from a Parser
- parseLexicon() - Method in class net.oijon.utils.parser.Parser
-
Parses a lexicon from a Parser
- parseOrtho() - Method in class net.oijon.utils.parser.Parser
- parsePhono() - Method in class net.oijon.utils.parser.Parser
-
Parses a phonology from a Parser
- parsePhonoSys() - Method in class net.oijon.utils.parser.Parser
-
Parses a phonology system from a Parser
- Parser - Class in net.oijon.utils.parser
-
Parses a .language file, and allows various parts to be accessed
- Parser(File) - Constructor for class net.oijon.utils.parser.Parser
-
Creates an object to hold the contents of a .language structured file
- Parser(String) - Constructor for class net.oijon.utils.parser.Parser
-
Creates an object to hold the contents of a .language structured string
- PhonoCategory - Class in net.oijon.utils.parser.data
-
Creates the equivalent of a row on the IPA chart.
- PhonoCategory(String) - Constructor for class net.oijon.utils.parser.data.PhonoCategory
-
Creates phono category for as-of-yet created list
- PhonoCategory(String, ArrayList<String>) - Constructor for class net.oijon.utils.parser.data.PhonoCategory
-
Creates phono category for already created list
- PhonoCategory(PhonoCategory) - Constructor for class net.oijon.utils.parser.data.PhonoCategory
-
Copy constructor
- phonoGuess(String) - Method in class net.oijon.utils.parser.data.Orthography
-
Guesses what the phonemes will be given graphemes
- Phonology - Class in net.oijon.utils.parser.data
-
The sounds of a language.
- Phonology() - Constructor for class net.oijon.utils.parser.data.Phonology
-
Allows the creation of an empty phonology from a file
- Phonology(String[]) - Constructor for class net.oijon.utils.parser.data.Phonology
-
Converts a string array of sounds into a phonology
- Phonology(String[], PhonoSystem) - Constructor for class net.oijon.utils.parser.data.Phonology
-
Converts a non-IPA string array into a phonology.
- Phonology(Phonology) - Constructor for class net.oijon.utils.parser.data.Phonology
-
Copy constructor
- PhonoSystem - Class in net.oijon.utils.parser.data
-
A way to transcribe all sounds allowed in a vocal tract.
- PhonoSystem(File) - Constructor for class net.oijon.utils.parser.data.PhonoSystem
-
Loads a PhonoSystem object from a file
- PhonoSystem(String) - Constructor for class net.oijon.utils.parser.data.PhonoSystem
-
Creates a PhonoSystem object with a blank category list.
- PhonoSystem(String, ArrayList<PhonoTable>) - Constructor for class net.oijon.utils.parser.data.PhonoSystem
-
Creates a PhonoSystem object with a pre-defined ArrayList
- PhonoSystem(String, ArrayList<PhonoTable>, ArrayList<String>) - Constructor for class net.oijon.utils.parser.data.PhonoSystem
- PhonoSystem(PhonoSystem) - Constructor for class net.oijon.utils.parser.data.PhonoSystem
-
Copy constructor
- PhonoTable - Class in net.oijon.utils.parser.data
-
Like an IPA table, but readable in Java
- PhonoTable(String, ArrayList<String>, ArrayList<PhonoCategory>, int) - Constructor for class net.oijon.utils.parser.data.PhonoTable
-
Creates a PhonoTable
- PhonoTable(PhonoTable) - Constructor for class net.oijon.utils.parser.data.PhonoTable
-
Copy constructor
R
- Reader - Class in net.oijon.utils.logger
-
Reads an Oijon log from a file into another file, while also formatting it.
- Reader() - Constructor for class net.oijon.utils.logger.Reader
- readLog(String, String) - Static method in class net.oijon.utils.logger.Reader
-
Reads a log into the current log.
- remove(int) - Method in class net.oijon.utils.parser.data.Orthography
-
Removes a pair from an orthography based on index
- remove(String) - Method in class net.oijon.utils.parser.data.Phonology
-
Removes a phoneme from the phonology
- removeHomonym(int) - Method in class net.oijon.utils.parser.data.Word
-
Removes a homonym at index i
- removeSound(int) - Method in class net.oijon.utils.parser.data.PhonoCategory
-
Deletes sound
- removeSynonym(int) - Method in class net.oijon.utils.parser.data.Word
-
Removes a synonym at index i
- removeTable(int) - Method in class net.oijon.utils.parser.data.PhonoSystem
-
Removes table based off index.
- removeTable(String) - Method in class net.oijon.utils.parser.data.PhonoSystem
-
Removes table based off name.
- removeWord(Word) - Method in class net.oijon.utils.parser.data.Lexicon
-
Removes a word from the lexicon
S
- set(String) - Method in class net.oijon.utils.parser.data.Tag
-
Sets the data of a tag
- setAbbreviation(String) - Method in class net.oijon.utils.parser.data.Gloss
-
Sets the abbreviation of the gloss
- setAutonym(String) - Method in class net.oijon.utils.parser.data.Language
-
Sets an autonym for a language
- setCreated(Date) - Method in class net.oijon.utils.parser.data.Language
-
Sets the creation date for a Language.
- setCreationDate(Date) - Method in class net.oijon.utils.parser.data.Word
-
Sets the creation date of a word.
- setDebug(boolean) - Method in class net.oijon.utils.logger.Log
- setDiacritics(ArrayList<String>) - Method in class net.oijon.utils.parser.data.PhonoSystem
- setEditDate(Date) - Method in class net.oijon.utils.parser.data.Word
-
Sets the last time a word was edited.
- setEdited(Date) - Method in class net.oijon.utils.parser.data.Language
-
Sets the last edit date of a language.
- setEtymology(String) - Method in class net.oijon.utils.parser.data.Word
-
Sets where the word comes from
- setHomonyms(ArrayList<Word>) - Method in class net.oijon.utils.parser.data.Word
-
Replaces the homonym list with a new list
- setID(String) - Method in class net.oijon.utils.parser.data.Language
- setLexicon(Lexicon) - Method in class net.oijon.utils.parser.data.Language
-
Sets a new lexicon for a language
- setMeaning(String) - Method in class net.oijon.utils.parser.data.Gloss
-
Sets the meaning of the gloss
- setMeaning(String) - Method in class net.oijon.utils.parser.data.Word
-
Sets the meaning of a word
- setName(String) - Method in class net.oijon.utils.parser.data.GlossList
-
Sets the name of the GlossList
- setName(String) - Method in class net.oijon.utils.parser.data.Multitag
-
Sets the name of the multitag
- setName(String) - Method in class net.oijon.utils.parser.data.Tag
-
Sets the name of the tag.
- setName(String) - Method in class net.oijon.utils.parser.data.Word
-
Sets how a word is written
- setOrtho(Orthography) - Method in class net.oijon.utils.parser.data.Language
- setParent(String, File) - Method in class net.oijon.utils.parser.data.Language
-
Sets a parent language of a language
- setParent(Language) - Method in class net.oijon.utils.parser.data.Language
-
Deprecated.as of v1.1.2, as this just straight up does not work currently. The way this is currently set, an *entire language* would be stored for each parent. If we, say, stored English like this, we would have language files going all the way back to Proto-Indo-European, which would be a disaster file-size and memory wise. Please use
setParent(String, File)
instead. - setPhono(Phonology) - Method in class net.oijon.utils.parser.data.Language
-
Sets a new phonology for a language
- setPhono(Phonology) - Method in class net.oijon.utils.parser.data.Orthography
-
Sets a new phonology for the orthography to use
- setPronounciation(String) - Method in class net.oijon.utils.parser.data.Word
-
Sets how a word is pronounced
- setReadOnly(boolean) - Method in class net.oijon.utils.parser.data.Language
-
Sets the read-only status of a language Please note! This only makes it so that Utils will not edit it, however that cannot be said for the file itself.
- setSourceLanguage(Language) - Method in class net.oijon.utils.parser.data.Word
-
Deprecated.as of v1.1.2, writing an entire language for each word to the file seems like a disaster waiting to happen
- setSynonyms(ArrayList<Word>) - Method in class net.oijon.utils.parser.data.Word
-
Replaces the synonym list with a new list
- setVersion(String) - Method in class net.oijon.utils.parser.data.Language
-
Sets the version that the language was last edited in.
- size() - Method in class net.oijon.utils.parser.data.Lexicon
-
Gets the amount of words in the lexicon
- size() - Method in class net.oijon.utils.parser.data.Orthography
-
Gets the size of the Orthography
- size() - Method in class net.oijon.utils.parser.data.PhonoCategory
-
Returns the amount of sounds in a phono category
- size() - Method in class net.oijon.utils.parser.data.PhonoTable
-
Gets the amount of rows in a PhonoTable
- start() - Method in class net.oijon.utils.timer.Timer
-
Starts the timer.
- stop() - Method in class net.oijon.utils.timer.Timer
-
Stops the timer.
T
- Tag - Class in net.oijon.utils.parser.data
-
Stores a tag in a .language file
- Tag(String) - Constructor for class net.oijon.utils.parser.data.Tag
-
Creates a tag
- Tag(String, String) - Constructor for class net.oijon.utils.parser.data.Tag
-
Creates a tag
- Tag(Tag) - Constructor for class net.oijon.utils.parser.data.Tag
-
Copy constructor
- timeElapsed() - Method in class net.oijon.utils.timer.Timer
-
Gets the time elapsed of the timer.
- Timer - Class in net.oijon.utils.timer
-
Allows actions to be timed.
- Timer() - Constructor for class net.oijon.utils.timer.Timer
-
Creates a timer.
- toFile() - Method in class net.oijon.utils.parser.data.PhonoSystem
-
Creates a file of the PhonoSystem.
- toFile(File) - Method in class net.oijon.utils.parser.data.Language
-
Writes a language to a file
- toString() - Method in class net.oijon.utils.parser.data.Gloss
- toString() - Method in class net.oijon.utils.parser.data.GlossList
- toString() - Method in class net.oijon.utils.parser.data.Language
-
Converts a language into a string
- toString() - Method in class net.oijon.utils.parser.data.Lexicon
- toString() - Method in class net.oijon.utils.parser.data.Multitag
- toString() - Method in class net.oijon.utils.parser.data.Orthography
- toString() - Method in class net.oijon.utils.parser.data.Phonology
- toString() - Method in class net.oijon.utils.parser.data.PhonoSystem
-
Converts a PhonoSystem object to a string
- toString() - Method in class net.oijon.utils.parser.data.PhonoTable
-
Converts a PhonoTable to a string
- toString() - Method in class net.oijon.utils.parser.data.Tag
-
Converts a tag to a string
- toString() - Method in class net.oijon.utils.parser.data.Word
V
- value() - Method in class net.oijon.utils.parser.data.Tag
-
Gets the data of a tag
- verify() - Method in class net.oijon.utils.parser.data.PhonoTable
-
Deprecated.as of v1.1.2, as this returns true always and verifying a PhonoTable does not make all that much sense. However, some code somewhere might still rely on it.
W
- warn(String) - Method in class net.oijon.utils.logger.Log
-
Prints a warning
- Word - Class in net.oijon.utils.parser.data
-
Stores a word, including various properties about the word.
- Word(String, String) - Constructor for class net.oijon.utils.parser.data.Word
-
Creates a word
- Word(Word) - Constructor for class net.oijon.utils.parser.data.Word
-
Copy constructor
All Classes All Packages