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

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

Methods in net.fortytwo.sesametools.mappingsail that return MappingSchema.Direction
static MappingSchema.Direction MappingSchema.Direction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MappingSchema.Direction[] MappingSchema.Direction.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.Direction
 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).
 void MappingSchema.setRewriter(MappingSchema.Direction direction, RewriteRule rule)
          Defines an inbound or outbound URI rewriter.
 



Copyright © 2013. All Rights Reserved.