Skip navigation links
A C D E G H I L N P R S T V 

A

AdisCommandLine - Class in de.lkv.nrw.adisparser
 
AdisCommandLine(line) - Constructor for class de.lkv.nrw.adisparser.AdisCommandLine
 
AdisCommentLine - Class in de.lkv.nrw.adisparser
 
AdisCommentLine(line) - Constructor for class de.lkv.nrw.adisparser.AdisCommentLine
 
AdisCommentLine.CommentType - Enum in de.lkv.nrw.adisparser
 
AdisDefinitionLine - Class in de.lkv.nrw.adisparser
 
AdisDefinitionLine(line) - Constructor for class de.lkv.nrw.adisparser.AdisDefinitionLine
 
AdisLine - Class in de.lkv.nrw.adisparser
 
AdisLine.Companion - Class in de.lkv.nrw.adisparser
 
AdisParser - Class in de.lkv.nrw.adisparser
 
AdisParser() - Constructor for class de.lkv.nrw.adisparser.AdisParser
 
AdisParser.Companion - Class in de.lkv.nrw.adisparser
 
AdisPropertyLine - Class in de.lkv.nrw.adisparser
 
AdisPropertyLine(line) - Constructor for class de.lkv.nrw.adisparser.AdisPropertyLine
 
AdisValueLine - Class in de.lkv.nrw.adisparser
 
AdisValueLine(line, defLine) - Constructor for class de.lkv.nrw.adisparser.AdisValueLine
 

C

CommandLineException - Exception in de.lkv.nrw.adisparser.exceptions
 
CommandLineException(msg) - Constructor for exception de.lkv.nrw.adisparser.exceptions.CommandLineException
 
CommandLineException() - Constructor for exception de.lkv.nrw.adisparser.exceptions.CommandLineException
 
CommentLineException - Exception in de.lkv.nrw.adisparser.exceptions
 
CommentLineException(msg) - Constructor for exception de.lkv.nrw.adisparser.exceptions.CommentLineException
 
CommentLineException() - Constructor for exception de.lkv.nrw.adisparser.exceptions.CommentLineException
 
CommentType() - Constructor for enum de.lkv.nrw.adisparser.AdisCommentLine.CommentType
 
Companion - Static variable in class de.lkv.nrw.adisparser.AdisLine
 
Companion - Static variable in class de.lkv.nrw.adisparser.AdisParser
 
component1() - Method in class de.lkv.nrw.adisparser.Item
 
component2() - Method in class de.lkv.nrw.adisparser.Item
 
component3() - Method in class de.lkv.nrw.adisparser.Item
 
component4() - Method in class de.lkv.nrw.adisparser.Item
 
copy(item, length, resolution, value) - Method in class de.lkv.nrw.adisparser.Item
 

D

de.lkv.nrw.adisparser - package de.lkv.nrw.adisparser
 
de.lkv.nrw.adisparser.exceptions - package de.lkv.nrw.adisparser.exceptions
 
DefinitionLineException - Exception in de.lkv.nrw.adisparser.exceptions
 
DefinitionLineException(msg) - Constructor for exception de.lkv.nrw.adisparser.exceptions.DefinitionLineException
 
DefinitionLineException() - Constructor for exception de.lkv.nrw.adisparser.exceptions.DefinitionLineException
 
DefinitionTypeMissingException - Exception in de.lkv.nrw.adisparser.exceptions
 
DefinitionTypeMissingException(msg) - Constructor for exception de.lkv.nrw.adisparser.exceptions.DefinitionTypeMissingException
 
DefinitionTypeMissingException() - Constructor for exception de.lkv.nrw.adisparser.exceptions.DefinitionTypeMissingException
 

E

equals(p) - Method in class de.lkv.nrw.adisparser.Item
 

G

getComment() - Method in class de.lkv.nrw.adisparser.AdisCommentLine
 
getDefLine() - Method in class de.lkv.nrw.adisparser.AdisLine.Companion
 
getEntity() - Method in class de.lkv.nrw.adisparser.AdisDefinitionLine
 
getEntity() - Method in class de.lkv.nrw.adisparser.AdisPropertyLine
 
getFormattedValue() - Method in class de.lkv.nrw.adisparser.Item
 
getItem() - Method in class de.lkv.nrw.adisparser.Item
 
getItems() - Method in class de.lkv.nrw.adisparser.AdisDefinitionLine
 
getItems() - Method in class de.lkv.nrw.adisparser.AdisPropertyLine
 
getItems() - Method in class de.lkv.nrw.adisparser.AdisValueLine
 
getLength() - Method in class de.lkv.nrw.adisparser.Item
 
getResolution() - Method in class de.lkv.nrw.adisparser.Item
 
getType() - Method in class de.lkv.nrw.adisparser.AdisCommentLine
 
getValue() - Method in class de.lkv.nrw.adisparser.Item
 
getValueLength() - Method in class de.lkv.nrw.adisparser.AdisDefinitionLine
 

H

hashCode() - Method in class de.lkv.nrw.adisparser.Item
 

I

isAdisLine(line) - Method in class de.lkv.nrw.adisparser.AdisLine.Companion
Returns a probability of the line being an adis line
Item - Class in de.lkv.nrw.adisparser
 
Item(item, length, resolution, value) - Constructor for class de.lkv.nrw.adisparser.Item
 

L

LineCategoryUnknownException - Exception in de.lkv.nrw.adisparser.exceptions
 
LineCategoryUnknownException(msg) - Constructor for exception de.lkv.nrw.adisparser.exceptions.LineCategoryUnknownException
 
LineCategoryUnknownException() - Constructor for exception de.lkv.nrw.adisparser.exceptions.LineCategoryUnknownException
 

N

NoTypeAssignmentFoundException - Exception in de.lkv.nrw.adisparser.exceptions
 
NoTypeAssignmentFoundException(msg) - Constructor for exception de.lkv.nrw.adisparser.exceptions.NoTypeAssignmentFoundException
 
NoTypeAssignmentFoundException() - Constructor for exception de.lkv.nrw.adisparser.exceptions.NoTypeAssignmentFoundException
 

P

parse(line) - Method in class de.lkv.nrw.adisparser.AdisLine.Companion
parses the given line accordingly to its type.
PropertyLineException - Exception in de.lkv.nrw.adisparser.exceptions
 
PropertyLineException(msg) - Constructor for exception de.lkv.nrw.adisparser.exceptions.PropertyLineException
 
PropertyLineException() - Constructor for exception de.lkv.nrw.adisparser.exceptions.PropertyLineException
 

R

readFile(file, charset) - Method in class de.lkv.nrw.adisparser.AdisParser
 
readList(lines) - Method in class de.lkv.nrw.adisparser.AdisParser
 

S

setValue(p) - Method in class de.lkv.nrw.adisparser.Item
 

T

toString() - Method in class de.lkv.nrw.adisparser.Item
 

V

ValueLineException - Exception in de.lkv.nrw.adisparser.exceptions
 
ValueLineException(msg) - Constructor for exception de.lkv.nrw.adisparser.exceptions.ValueLineException
 
ValueLineException() - Constructor for exception de.lkv.nrw.adisparser.exceptions.ValueLineException
 
A C D E G H I L N P R S T V 
Skip navigation links