Interface TypeImportSet
-
- All Superinterfaces:
Collection<TypeImport>,io.ciera.runtime.summit.classes.IInstanceSet<TypeImportSet,TypeImport>,io.ciera.runtime.summit.types.ISet<TypeImport>,Iterable<TypeImport>,io.ciera.runtime.summit.types.IXtumlType,Set<TypeImport>
- All Known Implementing Classes:
TypeImportSetImpl
public interface TypeImportSet extends io.ciera.runtime.summit.classes.IInstanceSet<TypeImportSet,TypeImport>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypeImportReferenceSetR402_imports_type_into_context_of_TypeImportReference()voidsetFully_qualified_name(String m_fully_qualified_name)-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface io.ciera.runtime.summit.classes.IInstanceSet
getById1, getById2, getById3, getByInstanceId
-
Methods inherited from interface io.ciera.runtime.summit.types.ISet
any, anyWhere, difference, difference, disunion, disunion, elements, emptySet, emptySet, intersection, intersection, nullElement, sorted, sorted, union, union, where
-
-
-
-
Method Detail
-
setFully_qualified_name
void setFully_qualified_name(String m_fully_qualified_name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R402_imports_type_into_context_of_TypeImportReference
TypeImportReferenceSet R402_imports_type_into_context_of_TypeImportReference() throws io.ciera.runtime.summit.exceptions.XtumlException
- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
-