public interface DefinitionContainer
Definition| Modifier and Type | Method and Description | 
|---|---|
Definition | 
find(java.lang.String definitionId)
Finds a Definition with the given identifier. 
 | 
boolean | 
isEmpty()
Tests whether the definition container is empty. 
 | 
java.util.Iterator | 
iterator()
Obtains an iterator for looping through each of the Definition instances contained
 in this DefinitionContainer. 
 | 
Definition find(java.lang.String definitionId)
definitionId - Identifier of the Definition that we want to find.java.util.Iterator iterator()
boolean isEmpty()