com.esri.aims.mtier.model.metadata.publish
Class SemanticPairCollection

java.lang.Object
  extended by com.esri.aims.mtier.model.metadata.publish.SemanticPairCollection

public class SemanticPairCollection
extends Object

Represents a collection of SemanticPair objects.


Constructor Summary
SemanticPairCollection()
          Constructs an instance of a SemancticPairCollection object.
 
Method Summary
 boolean addSemanticPair(SemanticPair semanticpair)
          Adds the given SemanticPair object to this collection.
 Element[] getSemanticPairElements()
          Returns an array of SemanticPair elements.
 int semanticPairSize()
          Returns the size of the SemanticPairCollection object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SemanticPairCollection

public SemanticPairCollection()
Constructs an instance of a SemancticPairCollection object.

Method Detail

addSemanticPair

public boolean addSemanticPair(SemanticPair semanticpair)
Adds the given SemanticPair object to this collection.

Parameters:
semanticpair - the SemanticPair object to add

semanticPairSize

public int semanticPairSize()
Returns the size of the SemanticPairCollection object.


getSemanticPairElements

public Element[] getSemanticPairElements()
Returns an array of SemanticPair elements.