JIVE Platform
Release 0.3.1

edu.bsu.cs.jive.contour.java
Interface InstanceContour

All Superinterfaces:
Contour, JavaContour

public interface InstanceContour
extends JavaContour

An instance contour.


Nested Class Summary
static interface InstanceContour.Exporter
          A reverse-builder for instance contours.
static interface InstanceContour.Importer
          A builder for instance contours.
 
Nested classes/interfaces inherited from interface edu.bsu.cs.jive.contour.java.JavaContour
JavaContour.Visitor
 
Method Summary
 void export(InstanceContour.Exporter exporter)
          Export this contour to the given reverse-builder.
 boolean isVirtual()
          Test if this is a virtual contour or not.
 
Methods inherited from interface edu.bsu.cs.jive.contour.java.JavaContour
accept
 
Methods inherited from interface edu.bsu.cs.jive.contour.Contour
containingModel, export, id
 

Method Detail

isVirtual

boolean isVirtual()
Test if this is a virtual contour or not.

Returns:
true if and only if this is a virtual instance contour

export

void export(InstanceContour.Exporter exporter)
Export this contour to the given reverse-builder.

Parameters:
exporter -

JIVE Platform
Release 0.3.1