tomp.xml.type
Interface Type

All Known Implementing Classes:
TypeImpl

public interface Type


Method Summary
 void addParent(Type p)
           
 void addTypeForContext(TypeContext c, Type t)
           
 java.util.Iterator ancestorIterator()
           
 java.lang.String getIdentification()
           
 Type getTypeForContext(TypeContext c)
           
 java.lang.String getTypeType()
           
 boolean isDescendantOf(Type t)
           
 java.util.Iterator parentIterator()
           
 

Method Detail

getIdentification

public java.lang.String getIdentification()

getTypeType

public java.lang.String getTypeType()

addParent

public void addParent(Type p)

parentIterator

public java.util.Iterator parentIterator()

ancestorIterator

public java.util.Iterator ancestorIterator()

isDescendantOf

public boolean isDescendantOf(Type t)

addTypeForContext

public void addTypeForContext(TypeContext c,
                              Type t)

getTypeForContext

public Type getTypeForContext(TypeContext c)