tomp.xml.type
Interface Type
- All Known Implementing Classes:
- TypeImpl
- public interface Type
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)