| |
|
| java.lang.Object org.griphyn.vdl.directive.Directive org.griphyn.vdl.directive.VDLxConvert
Method Summary | |
public void | VDLx2VDLt(Reader reader, Writer writer) | public boolean | store(Definition d) This method implements the interface defined in DefinitionHandler
to output the vdlt specification.
Parameters: d - is the Definition that is ready to be stored. |
VDLx2VDLt | public void VDLx2VDLt(Reader reader, Writer writer)(Code) | | Reads VDLx specification and outputs vdlt specification
Parameters: reader - the source vdlx reader Parameters: writer - the target vdlt writer |
store | public boolean store(Definition d)(Code) | | This method implements the interface defined in DefinitionHandler
to output the vdlt specification.
Parameters: d - is the Definition that is ready to be stored. always true, if the write was successful. |
|
|
|