ru.igis.omtab
Interface Protegian

All Known Implementing Classes:
Drift, Field, Link, MapOb, NavOb, OMTArc, OMTCircle, OMTPoint, OMTPoly, OMTRaster, OMTRect, OMTSpline, OMTText, Spill

public interface Protegian

Objects that used to live in Protege

Author:
Ru

Method Summary
 void mapFromProtege(edu.stanford.smi.protege.model.Instance instance)
          get from Protege instance parameters
 void mapToProtege(edu.stanford.smi.protege.model.Instance instance)
          return to Protege instance changed parameters
 

Method Detail

mapFromProtege

void mapFromProtege(edu.stanford.smi.protege.model.Instance instance)
                    throws java.lang.Exception
get from Protege instance parameters

Parameters:
instance - - Protege Instance
Throws:
java.lang.Exception - -

mapToProtege

void mapToProtege(edu.stanford.smi.protege.model.Instance instance)
                  throws java.lang.Exception
return to Protege instance changed parameters

Parameters:
instance - - Protege Instance
Throws:
java.lang.Exception - -