Class SimpleVocabularyCommands

java.lang.Object
de.unibamberg.minf.gtf.commands.BaseCommands
de.unibamberg.minf.gtf.extensions.vocabulary.commands.SimpleVocabularyCommands
All Implemented Interfaces:
de.unibamberg.minf.gtf.commands.Commands

public class SimpleVocabularyCommands extends de.unibamberg.minf.gtf.commands.BaseCommands
  • Field Summary

    Fields inherited from class de.unibamberg.minf.gtf.commands.BaseCommands

    SIMPLE_TYPES
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<de.unibamberg.minf.gtf.syntaxtree.NonterminalSyntaxTreeNode>
    getNodesForStringSelector(de.unibamberg.minf.gtf.syntaxtree.NonterminalSyntaxTreeNode parent, List<String> scopedSelector)
     
    highlightVocabularyKeys(Object[] args, List<de.unibamberg.minf.gtf.model.vocabulary.Vocabulary> list)
     
    <T extends de.unibamberg.minf.gtf.model.vocabulary.Vocabulary>
    String
     

    Methods inherited from class de.unibamberg.minf.gtf.commands.BaseCommands

    convert, convert, ensureCollection, ensureCollection, ensureCollectionSize, ensureCollectionSize, ensureCollectionSizeAtLeast, flattenArgs, getAsSimpleValue, getAsSimpleValue, getConversionSupportingDispatcher, getEnclosedType, getSubordinateDispatchers, isCollectionType, isNullValue, supportsConversion

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SimpleVocabularyCommands

      public SimpleVocabularyCommands()
  • Method Details

    • replaceWithVocabularyValue

      public <T extends de.unibamberg.minf.gtf.model.vocabulary.Vocabulary> String replaceWithVocabularyValue(Object[] args, List<T> list)
    • highlightVocabularyKeys

      public Object highlightVocabularyKeys(Object[] args, List<de.unibamberg.minf.gtf.model.vocabulary.Vocabulary> list)
    • getNodesForStringSelector

      public List<de.unibamberg.minf.gtf.syntaxtree.NonterminalSyntaxTreeNode> getNodesForStringSelector(de.unibamberg.minf.gtf.syntaxtree.NonterminalSyntaxTreeNode parent, List<String> scopedSelector)