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

Packages that use Argument
eu.monnetproject.lemon   
eu.monnetproject.lemon.impl   
eu.monnetproject.lemon.model   
 

Uses of Argument in eu.monnetproject.lemon
 

Methods in eu.monnetproject.lemon that return Argument
 Argument LemonFactory.makeArgument()
          Deprecated. Avoid blank nodes!
 Argument LemonFactory.makeArgument(URI uri)
          Create a new named argument
 

Uses of Argument in eu.monnetproject.lemon.impl
 

Classes in eu.monnetproject.lemon.impl that implement Argument
 class ArgumentImpl
          Instantiated via LemonFactoryImpl
 

Methods in eu.monnetproject.lemon.impl that return Argument
 Argument LemonFactoryImpl.makeArgument()
           
 Argument LemonFactoryImpl.makeArgument(URI uri)
           
 

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

Methods in eu.monnetproject.lemon.impl with parameters of type Argument
 boolean LexicalSenseImpl.addIsA(Argument argument)
           
 boolean LexicalSenseImpl.addObjOfProp(Argument argument)
           
 boolean LexicalSenseImpl.addSubjOfProp(Argument argument)
           
 boolean FrameImpl.addSynArg(SynArg synArg, Argument synArgVal)
           
 boolean LexicalSenseImpl.removeIsA(Argument argument)
           
 boolean LexicalSenseImpl.removeObjOfProp(Argument argument)
           
 boolean LexicalSenseImpl.removeSubjOfProp(Argument argument)
           
 boolean FrameImpl.removeSynArg(SynArg synArg, Argument synArgVal)
           
 

Uses of Argument in eu.monnetproject.lemon.model
 

Methods in eu.monnetproject.lemon.model that return types with arguments of type Argument
 Collection<Argument> LexicalSense.getIsAs()
          Get the arguments that are members of the ontology predicate
 Collection<Argument> LexicalSense.getObjOfProps()
          Get the arguments that are the object of the ontology predicate
 Collection<Argument> LexicalSense.getSubjOfProps()
          Get the arguments that are the subject of the ontology predicate
 Collection<Argument> Frame.getSynArg(SynArg synArg)
          Get a particular set of synactic arguments of the frame
 Map<SynArg,Collection<Argument>> Frame.getSynArgs()
          Get the syntactic arguments of the frame
 

Methods in eu.monnetproject.lemon.model with parameters of type Argument
 boolean LexicalSense.addIsA(Argument argument)
          Add an argument that is a member of the ontology predicate
 boolean LexicalSense.addObjOfProp(Argument argument)
          Add an argument as the subject of the onotology predicate
 boolean LexicalSense.addSubjOfProp(Argument argument)
          Add an argument as the subject of the ontology predicate
 boolean Frame.addSynArg(SynArg synArg, Argument synArgVal)
          Add a syntactic argument
 boolean LexicalSense.removeIsA(Argument argument)
          Remove an argument this is a member of the ontology predicate
 boolean LexicalSense.removeObjOfProp(Argument argument)
          Remove an argument as the subject of the ontology predicate
 boolean LexicalSense.removeSubjOfProp(Argument argument)
          Remove an argument as the subject of the ontology predicate
 boolean Frame.removeSynArg(SynArg synArg, Argument synArgVal)
          Remove a syntactic argument
 



Copyright © 2012. All Rights Reserved.