Uses of Interface
eu.monnetproject.lemon.model.SynArg

Packages that use SynArg
eu.monnetproject.lemon   
eu.monnetproject.lemon.impl   
eu.monnetproject.lemon.model   
net.lexinfo   
 

Uses of SynArg in eu.monnetproject.lemon
 

Methods in eu.monnetproject.lemon that return SynArg
 SynArg LinguisticOntology.getSynArg(String name)
          Get a synArg predicate by its name
 

Methods in eu.monnetproject.lemon that return types with arguments of type SynArg
 Collection<SynArg> LinguisticOntology.getSynArgs()
          Get the set of synArg predicates listed in the linguistic ontology
 Collection<SynArg> LinguisticOntology.getSynArgsForFrame(URI frameClass)
          Get the necessary synArgs for a given frame
 

Uses of SynArg in eu.monnetproject.lemon.impl
 

Methods in eu.monnetproject.lemon.impl that return types with arguments of type SynArg
 Map<SynArg,Collection<Argument>> FrameImpl.getSynArgs()
           
 

Methods in eu.monnetproject.lemon.impl with parameters of type SynArg
 boolean FrameImpl.addSynArg(SynArg synArg, Argument synArgVal)
           
 Collection<Argument> FrameImpl.getSynArg(SynArg synArg)
           
 boolean FrameImpl.removeSynArg(SynArg synArg, Argument synArgVal)
           
 

Uses of SynArg in eu.monnetproject.lemon.model
 

Fields in eu.monnetproject.lemon.model declared as SynArg
static SynArg SynArg.synArg
          The lemon super-property of all syntactic arguments
 

Methods in eu.monnetproject.lemon.model that return types with arguments of type SynArg
 Map<SynArg,Collection<Argument>> Frame.getSynArgs()
          Get the syntactic arguments of the frame
 

Methods in eu.monnetproject.lemon.model with parameters of type SynArg
 boolean Frame.addSynArg(SynArg synArg, Argument synArgVal)
          Add a syntactic argument
 Collection<Argument> Frame.getSynArg(SynArg synArg)
          Get a particular set of synactic arguments of the frame
 boolean Frame.removeSynArg(SynArg synArg, Argument synArgVal)
          Remove a syntactic argument
 

Uses of SynArg in net.lexinfo
 

Methods in net.lexinfo that return SynArg
 SynArg LexInfo.getSynArg(String name)
          Get a synArg reference by its name
 

Methods in net.lexinfo that return types with arguments of type SynArg
 Collection<SynArg> LexInfo.getSynArgs()
          Get the set of properties listed in the linguistics ontology
 Collection<SynArg> LexInfo.getSynArgsForFrame(URI frameClass)
          Get the set of URI values listed in the linguistic ontology for a given URI
 



Copyright © 2012. All Rights Reserved.