Uses of Interface
net.fortytwo.sesametools.mappingsail.RewriteRule

Uses of RewriteRule in net.fortytwo.sesametools.mappingsail
 

Methods in net.fortytwo.sesametools.mappingsail that return RewriteRule
 RewriteRule MappingSchema.getRewriter(MappingSchema.PartOfSpeech partOfSpeech, MappingSchema.Direction direction)
           
 

Methods in net.fortytwo.sesametools.mappingsail with parameters of type RewriteRule
 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.