Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- addArgumentError(int, String) - Method in exception de.unibamberg.minf.gtf.exceptions.CommandArgumentsException
- addChildNode(SyntaxTreeNode) - Method in class de.unibamberg.minf.gtf.syntaxtree.NonterminalSyntaxTreeNode
- addEnclosedTemporalEntity(TemporalEntity) - Method in class de.unibamberg.minf.gtf.model.entity.temporal.IntervalEntityImpl
- addProcessingError(Exception) - Method in class de.unibamberg.minf.gtf.model.ProcessingResult
- addProcessingErrors(List<? extends Exception>) - Method in class de.unibamberg.minf.gtf.model.ProcessingResult
- addResult(T) - Method in class de.unibamberg.minf.gtf.model.ProcessingResult
- addResults(List<? extends T>) - Method in class de.unibamberg.minf.gtf.model.ProcessingResult
- appendTerminalValue(NonterminalSyntaxTreeNode, String, Object) - Static method in class de.unibamberg.minf.gtf.model.converters.BaseConverter
- argumentIndexErrorMap - Variable in exception de.unibamberg.minf.gtf.exceptions.CommandArgumentsException
B
- BaseCommandDispatcher - Class in de.unibamberg.minf.gtf.commands
- BaseCommandDispatcher() - Constructor for class de.unibamberg.minf.gtf.commands.BaseCommandDispatcher
- BaseCommandDispatcher.DispatcherWithLocalCommand - Class in de.unibamberg.minf.gtf.commands
- BaseCommands - Class in de.unibamberg.minf.gtf.commands
- BaseCommands() - Constructor for class de.unibamberg.minf.gtf.commands.BaseCommands
- BaseConverter - Class in de.unibamberg.minf.gtf.model.converters
- BaseConverter() - Constructor for class de.unibamberg.minf.gtf.model.converters.BaseConverter
- BaseDetectedEntity - Class in de.unibamberg.minf.gtf.model.entity
- BaseDetectedEntity() - Constructor for class de.unibamberg.minf.gtf.model.entity.BaseDetectedEntity
C
- CENTURY - Enum constant in enum class de.unibamberg.minf.gtf.model.entity.temporal.TemporalEntity.PRECISION
- CommandArgumentsException - Exception in de.unibamberg.minf.gtf.exceptions
- CommandArgumentsException(String, String) - Constructor for exception de.unibamberg.minf.gtf.exceptions.CommandArgumentsException
- CommandArgumentsException(String, String, Map<Integer, String>) - Constructor for exception de.unibamberg.minf.gtf.exceptions.CommandArgumentsException
- CommandArgumentsException(String, Throwable) - Constructor for exception de.unibamberg.minf.gtf.exceptions.CommandArgumentsException
- CommandArgumentsException(String, Throwable, Map<Integer, String>) - Constructor for exception de.unibamberg.minf.gtf.exceptions.CommandArgumentsException
- CommandDispatcher - Interface in de.unibamberg.minf.gtf.commands
- CommandExecutionException - Exception in de.unibamberg.minf.gtf.exceptions
- CommandExecutionException(String, String) - Constructor for exception de.unibamberg.minf.gtf.exceptions.CommandExecutionException
- CommandExecutionException(String, Throwable) - Constructor for exception de.unibamberg.minf.gtf.exceptions.CommandExecutionException
- Commands - Interface in de.unibamberg.minf.gtf.commands
- compile() - Method in class de.unibamberg.minf.gtf.model.vocabulary.Vocabulary
- compile() - Method in class de.unibamberg.minf.gtf.model.vocabulary.VocabularyItem
- convert(Collection<? extends T>) - Method in class de.unibamberg.minf.gtf.commands.BaseCommands
- convert(Collection<? extends T>) - Method in interface de.unibamberg.minf.gtf.commands.Commands
- convert(T) - Method in class de.unibamberg.minf.gtf.commands.BaseCommandDispatcher
- convert(T) - Method in class de.unibamberg.minf.gtf.commands.BaseCommands
-
Override this method in any dispatcher that supports itself conversion of a type; throws DataTransformationException if called with unsupported type
- convert(T) - Method in interface de.unibamberg.minf.gtf.commands.Commands
D
- DataDescriptionException - Exception in de.unibamberg.minf.gtf.exceptions
- DataDescriptionException(String) - Constructor for exception de.unibamberg.minf.gtf.exceptions.DataDescriptionException
- DataDescriptionException(String, String) - Constructor for exception de.unibamberg.minf.gtf.exceptions.DataDescriptionException
- DataDescriptionException(String, String, Throwable) - Constructor for exception de.unibamberg.minf.gtf.exceptions.DataDescriptionException
- DataDescriptionException(String, Throwable) - Constructor for exception de.unibamberg.minf.gtf.exceptions.DataDescriptionException
- DataTransformationException - Exception in de.unibamberg.minf.gtf.exceptions
- DataTransformationException(String) - Constructor for exception de.unibamberg.minf.gtf.exceptions.DataTransformationException
- DataTransformationException(String, Throwable) - Constructor for exception de.unibamberg.minf.gtf.exceptions.DataTransformationException
- DataTransformationException(String, Throwable, Object[]) - Constructor for exception de.unibamberg.minf.gtf.exceptions.DataTransformationException
- DAY - Enum constant in enum class de.unibamberg.minf.gtf.model.entity.temporal.TemporalEntity.PRECISION
- de.unibamberg.minf.gtf.commands - package de.unibamberg.minf.gtf.commands
- de.unibamberg.minf.gtf.context - package de.unibamberg.minf.gtf.context
- de.unibamberg.minf.gtf.exceptions - package de.unibamberg.minf.gtf.exceptions
- de.unibamberg.minf.gtf.model - package de.unibamberg.minf.gtf.model
- de.unibamberg.minf.gtf.model.converters - package de.unibamberg.minf.gtf.model.converters
- de.unibamberg.minf.gtf.model.entity - package de.unibamberg.minf.gtf.model.entity
- de.unibamberg.minf.gtf.model.entity.location - package de.unibamberg.minf.gtf.model.entity.location
- de.unibamberg.minf.gtf.model.entity.subject - package de.unibamberg.minf.gtf.model.entity.subject
- de.unibamberg.minf.gtf.model.entity.temporal - package de.unibamberg.minf.gtf.model.entity.temporal
- de.unibamberg.minf.gtf.model.vocabulary - package de.unibamberg.minf.gtf.model.vocabulary
- de.unibamberg.minf.gtf.syntaxtree - package de.unibamberg.minf.gtf.syntaxtree
- DECADE - Enum constant in enum class de.unibamberg.minf.gtf.model.entity.temporal.TemporalEntity.PRECISION
- DetectedEntity - Interface in de.unibamberg.minf.gtf.model.entity
- DispatcherWithLocalCommand(CommandDispatcher, String) - Constructor for class de.unibamberg.minf.gtf.commands.BaseCommandDispatcher.DispatcherWithLocalCommand
E
- ensureCollection(Class<T>, Object) - Method in class de.unibamberg.minf.gtf.commands.BaseCommands
- ensureCollection(Class<T>, Object) - Method in interface de.unibamberg.minf.gtf.commands.Commands
- ensureCollection(Object) - Method in class de.unibamberg.minf.gtf.commands.BaseCommands
- ensureCollection(Object) - Method in interface de.unibamberg.minf.gtf.commands.Commands
- ensureCollectionSize(Object, int) - Method in class de.unibamberg.minf.gtf.commands.BaseCommands
- ensureCollectionSize(Object, int) - Method in interface de.unibamberg.minf.gtf.commands.Commands
- ensureCollectionSize(Object, int, int) - Method in class de.unibamberg.minf.gtf.commands.BaseCommands
- ensureCollectionSize(Object, int, int) - Method in interface de.unibamberg.minf.gtf.commands.Commands
- ensureCollectionSizeAtLeast(Object, int) - Method in class de.unibamberg.minf.gtf.commands.BaseCommands
- ensureCollectionSizeAtLeast(Object, int) - Method in interface de.unibamberg.minf.gtf.commands.Commands
- EventEntityImpl - Class in de.unibamberg.minf.gtf.model.entity.temporal
- EventEntityImpl() - Constructor for class de.unibamberg.minf.gtf.model.entity.temporal.EventEntityImpl
- execute(String, Object[], ExecutionContext) - Method in class de.unibamberg.minf.gtf.commands.BaseCommandDispatcher
- execute(String, Object[], ExecutionContext) - Method in interface de.unibamberg.minf.gtf.commands.CommandDispatcher
- executeDirect(String, Object[], ExecutionContext) - Method in class de.unibamberg.minf.gtf.commands.BaseCommandDispatcher
-
This method needs to be overridden in any dispatcher that handles commands itself, not only by further dispatching the command to subordinate dispatchers
- ExecutionContext - Interface in de.unibamberg.minf.gtf.context
F
- findExecutingDispatcher(String) - Method in class de.unibamberg.minf.gtf.commands.BaseCommandDispatcher
-
This methods needs to be overridden in any dispatcher that has subordinate dispatchers that handle commands
- findSessionData(String) - Method in interface de.unibamberg.minf.gtf.context.ExecutionContext
- flattenArgs(Object[]) - Method in class de.unibamberg.minf.gtf.commands.BaseCommands
- flattenArgs(Object[]) - Method in interface de.unibamberg.minf.gtf.commands.Commands
- format(T) - Method in interface de.unibamberg.minf.gtf.model.converters.SyntaxTreeFormatter
G
- getArgumentIndexErrorMap() - Method in exception de.unibamberg.minf.gtf.exceptions.CommandArgumentsException
- getArguments() - Method in exception de.unibamberg.minf.gtf.exceptions.DataTransformationException
- getAsSimpleValue(Object) - Method in class de.unibamberg.minf.gtf.commands.BaseCommands
- getAsSimpleValue(Object) - Method in interface de.unibamberg.minf.gtf.commands.Commands
- getAsSimpleValue(Object, boolean) - Method in class de.unibamberg.minf.gtf.commands.BaseCommands
- getAsSimpleValue(Object, boolean) - Method in interface de.unibamberg.minf.gtf.commands.Commands
- getCaption() - Method in class de.unibamberg.minf.gtf.model.entity.BaseDetectedEntity
- getCaption() - Method in interface de.unibamberg.minf.gtf.model.entity.DetectedEntity
- getCharIndexBegin() - Method in class de.unibamberg.minf.gtf.model.entity.BaseDetectedEntity
- getCharIndexBegin() - Method in interface de.unibamberg.minf.gtf.model.entity.DetectedEntity
- getCharIndexEnd() - Method in class de.unibamberg.minf.gtf.model.entity.BaseDetectedEntity
- getCharIndexEnd() - Method in interface de.unibamberg.minf.gtf.model.entity.DetectedEntity
- getChildItems() - Method in class de.unibamberg.minf.gtf.model.vocabulary.VocabularyItem
- getChildren() - Method in class de.unibamberg.minf.gtf.syntaxtree.NonterminalSyntaxTreeNode
- getConversionSupportingDispatcher(Class<?>) - Method in class de.unibamberg.minf.gtf.commands.BaseCommands
- getConversionSupportingDispatcher(Class<?>) - Method in interface de.unibamberg.minf.gtf.commands.Commands
- getData() - Method in class de.unibamberg.minf.gtf.model.vocabulary.VocabularyItem
- getDispatcher() - Method in class de.unibamberg.minf.gtf.commands.BaseCommandDispatcher.DispatcherWithLocalCommand
- getEarliestBegin() - Method in class de.unibamberg.minf.gtf.model.entity.temporal.IntervalEntityImpl
- getEarliestEnd() - Method in class de.unibamberg.minf.gtf.model.entity.temporal.IntervalEntityImpl
- getEnclosedTemporalEntities() - Method in class de.unibamberg.minf.gtf.model.entity.temporal.IntervalEntityImpl
- getEnclosedType(Object) - Method in class de.unibamberg.minf.gtf.commands.BaseCommands
- getEnclosedType(Object) - Method in interface de.unibamberg.minf.gtf.commands.Commands
- getEvent() - Method in class de.unibamberg.minf.gtf.model.entity.temporal.EventEntityImpl
- getEventType() - Method in class de.unibamberg.minf.gtf.model.entity.temporal.EventEntityImpl
- getGrammarName() - Method in exception de.unibamberg.minf.gtf.exceptions.DataDescriptionException
- getGrammarName() - Method in exception de.unibamberg.minf.gtf.exceptions.GrammarProcessingException
- getId() - Method in class de.unibamberg.minf.gtf.model.vocabulary.Vocabulary
- getIsSame(DetectedEntity) - Method in class de.unibamberg.minf.gtf.model.entity.BaseDetectedEntity
- getIsSame(DetectedEntity) - Method in interface de.unibamberg.minf.gtf.model.entity.DetectedEntity
- getIsSame(DetectedEntity) - Method in class de.unibamberg.minf.gtf.model.entity.subject.OrganizationEntity
- getIsSame(DetectedEntity) - Method in class de.unibamberg.minf.gtf.model.entity.subject.SubjectEntity
- getIsSame(DetectedEntity) - Method in class de.unibamberg.minf.gtf.model.entity.temporal.IntervalEntityImpl
- getItems() - Method in class de.unibamberg.minf.gtf.model.vocabulary.Vocabulary
- getLabel() - Method in class de.unibamberg.minf.gtf.model.vocabulary.Vocabulary
- getLabel() - Method in class de.unibamberg.minf.gtf.model.vocabulary.VocabularyItem
- getLabel() - Method in interface de.unibamberg.minf.gtf.syntaxtree.SyntaxTreeNode
- getLabel() - Method in class de.unibamberg.minf.gtf.syntaxtree.TerminalSyntaxTreeNode
- getLatestBegin() - Method in class de.unibamberg.minf.gtf.model.entity.temporal.IntervalEntityImpl
- getLatestEnd() - Method in class de.unibamberg.minf.gtf.model.entity.temporal.IntervalEntityImpl
- getLocalCommand() - Method in class de.unibamberg.minf.gtf.commands.BaseCommandDispatcher.DispatcherWithLocalCommand
- getMessage() - Method in exception de.unibamberg.minf.gtf.exceptions.CommandExecutionException
- getNodesForSelector(List<TerminalNode>) - Method in class de.unibamberg.minf.gtf.syntaxtree.NonterminalSyntaxTreeNode
- getNodesForSelectorList(List<List<TerminalNode>>) - Method in class de.unibamberg.minf.gtf.syntaxtree.NonterminalSyntaxTreeNode
- getParentEntity() - Method in class de.unibamberg.minf.gtf.model.entity.BaseDetectedEntity
- getParentEntity() - Method in interface de.unibamberg.minf.gtf.model.entity.DetectedEntity
- getParentNode() - Method in interface de.unibamberg.minf.gtf.syntaxtree.SyntaxTreeNode
- getParentNode() - Method in class de.unibamberg.minf.gtf.syntaxtree.TerminalSyntaxTreeNode
- getParseException() - Method in class de.unibamberg.minf.gtf.model.entity.temporal.EventEntityImpl
- getPath() - Method in interface de.unibamberg.minf.gtf.syntaxtree.SyntaxTreeNode
- getPath() - Method in class de.unibamberg.minf.gtf.syntaxtree.TerminalSyntaxTreeNode
- getPrecision() - Method in class de.unibamberg.minf.gtf.model.entity.temporal.EventEntityImpl
- getProcessingErrors() - Method in class de.unibamberg.minf.gtf.model.ProcessingResult
- getResult() - Method in class de.unibamberg.minf.gtf.model.ProcessingResult
- getSessionData() - Method in interface de.unibamberg.minf.gtf.context.ExecutionContext
- getSubordinateDispatchers() - Method in class de.unibamberg.minf.gtf.commands.BaseCommands
-
Command dispatchers that have subordinate dispatchers must override this method to support cascading search for conversion supporting dispatchers
- getSubordinateDispatchers() - Method in interface de.unibamberg.minf.gtf.commands.Commands
- getText() - Method in class de.unibamberg.minf.gtf.syntaxtree.NonterminalSyntaxTreeNode
- getText() - Method in interface de.unibamberg.minf.gtf.syntaxtree.SyntaxTreeNode
- getText() - Method in class de.unibamberg.minf.gtf.syntaxtree.TerminalSyntaxTreeNode
- getText(boolean) - Method in class de.unibamberg.minf.gtf.syntaxtree.NonterminalSyntaxTreeNode
- getValue() - Method in class de.unibamberg.minf.gtf.syntaxtree.NonterminalSyntaxTreeNode
- getValue() - Method in interface de.unibamberg.minf.gtf.syntaxtree.SyntaxTreeNode
- getValue() - Method in class de.unibamberg.minf.gtf.syntaxtree.TerminalSyntaxTreeNode
- getWorkingDir() - Method in interface de.unibamberg.minf.gtf.context.ExecutionContext
- GrammarProcessingException - Exception in de.unibamberg.minf.gtf.exceptions
- GrammarProcessingException(String) - Constructor for exception de.unibamberg.minf.gtf.exceptions.GrammarProcessingException
- GrammarProcessingException(String, String) - Constructor for exception de.unibamberg.minf.gtf.exceptions.GrammarProcessingException
- GrammarProcessingException(String, String, Throwable) - Constructor for exception de.unibamberg.minf.gtf.exceptions.GrammarProcessingException
- GrammarProcessingException(String, Throwable) - Constructor for exception de.unibamberg.minf.gtf.exceptions.GrammarProcessingException
H
- hasNonterminalChildren() - Method in class de.unibamberg.minf.gtf.syntaxtree.NonterminalSyntaxTreeNode
- HOUR - Enum constant in enum class de.unibamberg.minf.gtf.model.entity.temporal.TemporalEntity.PRECISION
I
- IntervalEntityImpl - Class in de.unibamberg.minf.gtf.model.entity.temporal
- IntervalEntityImpl() - Constructor for class de.unibamberg.minf.gtf.model.entity.temporal.IntervalEntityImpl
- isCollectionType(Object) - Method in class de.unibamberg.minf.gtf.commands.BaseCommands
- isCollectionType(Object) - Method in interface de.unibamberg.minf.gtf.commands.Commands
- isError() - Method in class de.unibamberg.minf.gtf.model.entity.temporal.EventEntityImpl
- isNullValue(Object) - Method in class de.unibamberg.minf.gtf.commands.BaseCommands
- isNullValue(Object) - Method in interface de.unibamberg.minf.gtf.commands.Commands
- isRoot() - Method in class de.unibamberg.minf.gtf.syntaxtree.NonterminalSyntaxTreeNode
L
- LocationEntity - Class in de.unibamberg.minf.gtf.model.entity.location
- LocationEntity() - Constructor for class de.unibamberg.minf.gtf.model.entity.location.LocationEntity
M
- MILLENNIUM - Enum constant in enum class de.unibamberg.minf.gtf.model.entity.temporal.TemporalEntity.PRECISION
- MINUTE - Enum constant in enum class de.unibamberg.minf.gtf.model.entity.temporal.TemporalEntity.PRECISION
- MONTH - Enum constant in enum class de.unibamberg.minf.gtf.model.entity.temporal.TemporalEntity.PRECISION
N
- NonterminalSyntaxTreeNode - Class in de.unibamberg.minf.gtf.syntaxtree
- NonterminalSyntaxTreeNode(String, NonterminalSyntaxTreeNode) - Constructor for class de.unibamberg.minf.gtf.syntaxtree.NonterminalSyntaxTreeNode
O
- OrganizationEntity - Class in de.unibamberg.minf.gtf.model.entity.subject
- OrganizationEntity() - Constructor for class de.unibamberg.minf.gtf.model.entity.subject.OrganizationEntity
- OrganizationEntity(boolean) - Constructor for class de.unibamberg.minf.gtf.model.entity.subject.OrganizationEntity
P
- PRECISION_DAY_FORMATTER - Static variable in class de.unibamberg.minf.gtf.model.entity.temporal.TemporalEntity
- PRECISION_HOUR_FORMATTER - Static variable in class de.unibamberg.minf.gtf.model.entity.temporal.TemporalEntity
- PRECISION_MINUTE_FORMATTER - Static variable in class de.unibamberg.minf.gtf.model.entity.temporal.TemporalEntity
- PRECISION_MONTH_FORMATTER - Static variable in class de.unibamberg.minf.gtf.model.entity.temporal.TemporalEntity
- PRECISION_SECOND_FORMATTER - Static variable in class de.unibamberg.minf.gtf.model.entity.temporal.TemporalEntity
- PRECISION_YEAR_FORMATTER - Static variable in class de.unibamberg.minf.gtf.model.entity.temporal.TemporalEntity
- ProcessingResult<T> - Class in de.unibamberg.minf.gtf.model
- ProcessingResult() - Constructor for class de.unibamberg.minf.gtf.model.ProcessingResult
R
- RootLabel - Static variable in interface de.unibamberg.minf.gtf.syntaxtree.SyntaxTreeNode
S
- SEASON - Enum constant in enum class de.unibamberg.minf.gtf.model.entity.temporal.TemporalEntity.PRECISION
- SECOND - Enum constant in enum class de.unibamberg.minf.gtf.model.entity.temporal.TemporalEntity.PRECISION
- setCaption(String) - Method in class de.unibamberg.minf.gtf.model.entity.BaseDetectedEntity
- setCaption(String) - Method in interface de.unibamberg.minf.gtf.model.entity.DetectedEntity
- setCaption(String) - Method in class de.unibamberg.minf.gtf.model.entity.temporal.EventEntityImpl
- setCharIndexBegin(int) - Method in class de.unibamberg.minf.gtf.model.entity.BaseDetectedEntity
- setCharIndexBegin(int) - Method in interface de.unibamberg.minf.gtf.model.entity.DetectedEntity
- setCharIndexEnd(int) - Method in class de.unibamberg.minf.gtf.model.entity.BaseDetectedEntity
- setCharIndexEnd(int) - Method in interface de.unibamberg.minf.gtf.model.entity.DetectedEntity
- setChildItems(List<VocabularyItem>) - Method in class de.unibamberg.minf.gtf.model.vocabulary.VocabularyItem
- setChildren(List<SyntaxTreeNode>) - Method in class de.unibamberg.minf.gtf.syntaxtree.NonterminalSyntaxTreeNode
- setData(SyntaxTreeNode) - Method in class de.unibamberg.minf.gtf.model.vocabulary.VocabularyItem
- setEarliestBegin(String) - Method in class de.unibamberg.minf.gtf.model.entity.temporal.IntervalEntityImpl
- setEarliestEnd(String) - Method in class de.unibamberg.minf.gtf.model.entity.temporal.IntervalEntityImpl
- setEnclosedTemporalEntities(List<TemporalEntity>) - Method in class de.unibamberg.minf.gtf.model.entity.temporal.IntervalEntityImpl
- setEvent(DateTime) - Method in class de.unibamberg.minf.gtf.model.entity.temporal.EventEntityImpl
- setEventType(String) - Method in class de.unibamberg.minf.gtf.model.entity.temporal.EventEntityImpl
- setId(String) - Method in class de.unibamberg.minf.gtf.model.vocabulary.Vocabulary
- setItems(List<VocabularyItem>) - Method in class de.unibamberg.minf.gtf.model.vocabulary.Vocabulary
- setLabel(String) - Method in class de.unibamberg.minf.gtf.model.vocabulary.Vocabulary
- setLabel(String) - Method in class de.unibamberg.minf.gtf.model.vocabulary.VocabularyItem
- setLatestBegin(String) - Method in class de.unibamberg.minf.gtf.model.entity.temporal.IntervalEntityImpl
- setLatestEnd(String) - Method in class de.unibamberg.minf.gtf.model.entity.temporal.IntervalEntityImpl
- setParentEntity(DetectedEntity) - Method in class de.unibamberg.minf.gtf.model.entity.BaseDetectedEntity
- setParentEntity(DetectedEntity) - Method in interface de.unibamberg.minf.gtf.model.entity.DetectedEntity
- setParentNode(NonterminalSyntaxTreeNode) - Method in interface de.unibamberg.minf.gtf.syntaxtree.SyntaxTreeNode
- setParentNode(NonterminalSyntaxTreeNode) - Method in class de.unibamberg.minf.gtf.syntaxtree.TerminalSyntaxTreeNode
- setPrecision(TemporalEntity.PRECISION) - Method in class de.unibamberg.minf.gtf.model.entity.temporal.EventEntityImpl
- setProcessingErrors(List<Exception>) - Method in class de.unibamberg.minf.gtf.model.ProcessingResult
- setResult(List<T>) - Method in class de.unibamberg.minf.gtf.model.ProcessingResult
- setRoot(boolean) - Method in class de.unibamberg.minf.gtf.syntaxtree.NonterminalSyntaxTreeNode
- SIMPLE_TYPES - Static variable in class de.unibamberg.minf.gtf.commands.BaseCommands
- SubjectEntity - Class in de.unibamberg.minf.gtf.model.entity.subject
- SubjectEntity() - Constructor for class de.unibamberg.minf.gtf.model.entity.subject.SubjectEntity
- SubjectEntity(boolean) - Constructor for class de.unibamberg.minf.gtf.model.entity.subject.SubjectEntity
- supports(String, Object[], ExecutionContext) - Method in class de.unibamberg.minf.gtf.commands.BaseCommandDispatcher
- supports(String, Object[], ExecutionContext) - Method in interface de.unibamberg.minf.gtf.commands.CommandDispatcher
- supportsConversion(Class<?>) - Method in class de.unibamberg.minf.gtf.commands.BaseCommandDispatcher
- supportsConversion(Class<?>) - Method in class de.unibamberg.minf.gtf.commands.BaseCommands
-
Override this and enable for classes that are supported by this (not subordinate) dispatcher
- supportsConversion(Class<?>) - Method in interface de.unibamberg.minf.gtf.commands.Commands
- supportsDirect(String, Object[], ExecutionContext) - Method in class de.unibamberg.minf.gtf.commands.BaseCommandDispatcher
-
This is a convenience implementation that acknowledges support of any provided simple or tree parameter array Override and customize in real implementations of
CommandDispatcher - supportsDirect(String, Object[], ExecutionContext) - Method in interface de.unibamberg.minf.gtf.commands.CommandDispatcher
- SyntaxTreeFormatter<T> - Interface in de.unibamberg.minf.gtf.model.converters
- SyntaxTreeNode - Interface in de.unibamberg.minf.gtf.syntaxtree
T
- TemporalEntity - Class in de.unibamberg.minf.gtf.model.entity.temporal
- TemporalEntity() - Constructor for class de.unibamberg.minf.gtf.model.entity.temporal.TemporalEntity
- TemporalEntity.PRECISION - Enum Class in de.unibamberg.minf.gtf.model.entity.temporal
- TerminalSyntaxTreeNode - Class in de.unibamberg.minf.gtf.syntaxtree
- TerminalSyntaxTreeNode(String, NonterminalSyntaxTreeNode) - Constructor for class de.unibamberg.minf.gtf.syntaxtree.TerminalSyntaxTreeNode
- toString() - Method in exception de.unibamberg.minf.gtf.exceptions.DataTransformationException
- toString() - Method in class de.unibamberg.minf.gtf.syntaxtree.NonterminalSyntaxTreeNode
- toString() - Method in class de.unibamberg.minf.gtf.syntaxtree.TerminalSyntaxTreeNode
- toString(int) - Method in class de.unibamberg.minf.gtf.syntaxtree.NonterminalSyntaxTreeNode
- toString(int) - Method in interface de.unibamberg.minf.gtf.syntaxtree.SyntaxTreeNode
- toString(int) - Method in class de.unibamberg.minf.gtf.syntaxtree.TerminalSyntaxTreeNode
V
- valueOf(String) - Static method in enum class de.unibamberg.minf.gtf.model.entity.temporal.TemporalEntity.PRECISION
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class de.unibamberg.minf.gtf.model.entity.temporal.TemporalEntity.PRECISION
-
Returns an array containing the constants of this enum class, in the order they are declared.
- Vocabulary - Class in de.unibamberg.minf.gtf.model.vocabulary
- Vocabulary() - Constructor for class de.unibamberg.minf.gtf.model.vocabulary.Vocabulary
- VocabularyItem - Class in de.unibamberg.minf.gtf.model.vocabulary
- VocabularyItem() - Constructor for class de.unibamberg.minf.gtf.model.vocabulary.VocabularyItem
Y
- YEAR - Enum constant in enum class de.unibamberg.minf.gtf.model.entity.temporal.TemporalEntity.PRECISION
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form