Uses of Class
net.fortytwo.sesametools.mappingsail.MappingSchema.PartOfSpeech

Uses of MappingSchema.PartOfSpeech in net.fortytwo.sesametools.mappingsail
 

Methods in net.fortytwo.sesametools.mappingsail that return MappingSchema.PartOfSpeech
static MappingSchema.PartOfSpeech MappingSchema.PartOfSpeech.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MappingSchema.PartOfSpeech[] MappingSchema.PartOfSpeech.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.fortytwo.sesametools.mappingsail with parameters of type MappingSchema.PartOfSpeech
 RewriteRule MappingSchema.getRewriter(MappingSchema.PartOfSpeech partOfSpeech, MappingSchema.Direction direction)
           
 void MappingSchema.setRewriter(MappingSchema.Direction direction, MappingSchema.PartOfSpeech partOfSpeech, RewriteRule rule)
          Defines an inbound or outbound URI rewriter for a specific part of speech (subject, predicate, object, or context).
 



Copyright © 2013. All Rights Reserved.