source: fedd/abac-src/ttg/test/XMLizable.java @ 4adc697

version-1.30
Last change on this file since 4adc697 was 8780cbec, checked in by Jay Jacobs <Jay.Jacobs@…>, 15 years ago

ABAC sources from Cobham

  • Property mode set to 100644
File size: 154 bytes
RevLine 
[8780cbec]1package com.nailabs.abac.test;
2
3public interface XMLizable {
4    /** Convert this operation into an XML compatible format */
5    public String toXML();
6}
Note: See TracBrowser for help on using the repository browser.