JIVE Platform
Release 0.3.1

edu.bsu.cs.jive.contour
Interface Contour.Importer

All Known Subinterfaces:
InstanceContour.Importer, MethodContour.Importer
Enclosing interface:
Contour

public static interface Contour.Importer

Builder for contours.


Method Summary
 ContourModel provideContainingModel()
          Provide the contour model of which this contour is a part.
 ContourID provideID()
          Read the contour identifier
 List<ContourMember> provideMembers()
          Read the member list of this contour
 

Method Detail

provideID

ContourID provideID()
Read the contour identifier

Returns:
contour identifier

provideMembers

List<ContourMember> provideMembers()
Read the member list of this contour

Returns:
list of members

provideContainingModel

ContourModel provideContainingModel()
Provide the contour model of which this contour is a part.

Returns:
containing model

JIVE Platform
Release 0.3.1