edu.indiana.util.xml
Interface XMLRepresentable

All Known Subinterfaces:
FeatureSpecCollection
All Known Implementing Classes:
AbstractFeatureSpecCollection, CCBRFeatureSpecRDB, DevelopingProblem, FeatureSpecMap, FeatureSpecRDB, Problem, ProblemIndices, Solution

public interface XMLRepresentable

An XMLRepresentable object can be represented as and constructed from an XML representation.


Method Summary
 void fromXML(java.lang.String XMLString)
           
 java.lang.String toXML(Domain domain)
           
 

Method Detail

toXML

java.lang.String toXML(Domain domain)

fromXML

void fromXML(java.lang.String XMLString)