Class TypeReferenceSetImpl
- java.lang.Object
-
- io.ciera.runtime.summit.types.Set<E>
-
- io.ciera.runtime.summit.classes.InstanceSet<TypeReferenceSet,TypeReference>
-
- io.ciera.tool.sql.architecture.type.impl.TypeReferenceSetImpl
-
- All Implemented Interfaces:
io.ciera.runtime.summit.classes.IInstanceSet<TypeReferenceSet,TypeReference>,io.ciera.runtime.summit.types.ISet<TypeReference>,io.ciera.runtime.summit.types.IXtumlType,TypeReferenceSet,Iterable<TypeReference>,Collection<TypeReference>,Set<TypeReference>
public class TypeReferenceSetImpl extends io.ciera.runtime.summit.classes.InstanceSet<TypeReferenceSet,TypeReference> implements TypeReferenceSet
-
-
Constructor Summary
Constructors Constructor Description TypeReferenceSetImpl()TypeReferenceSetImpl(Comparator<? super TypeReference> comp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<TypeReference>elements()TypeReferenceSetemptySet()TypeReferenceSetemptySet(Comparator<? super TypeReference> comp)TypeReferencenullElement()TypeSetR3800_based_on_Type()ArrayTypeReferenceSetR3801_is_a_ArrayTypeReference()BasicTypeReferenceSetR3801_is_a_BasicTypeReference()AttributeSetR424_defines_type_for_Attribute()InvocableObjectSetR428_defines_return_type_for_InvocableObject()FormalParameterSetR431_defines_type_for_FormalParameter()SelectorSetR446_shapes_return_of_Selector()VariableSetR461_defines_declared_type_of_Variable()ExpressionSetR795_defines_type_of_Expression()voidsetType_name(String ref_type_name)voidsetType_package(String ref_type_package)voidsetType_reference_name(String m_type_reference_name)-
Methods inherited from class io.ciera.runtime.summit.classes.InstanceSet
add, getById1, getById2, getById3, getByInstanceId, remove
-
Methods inherited from class io.ciera.runtime.summit.types.Set
addAll, any, anyWhere, clear, contains, containsAll, difference, difference, disunion, disunion, equality, intersection, intersection, isEmpty, iterator, removeAll, retainAll, size, sorted, sorted, toArray, toArray, union, union, where
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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, intersection, intersection, sorted, sorted, union, union, where
-
-
-
-
Constructor Detail
-
TypeReferenceSetImpl
public TypeReferenceSetImpl()
-
TypeReferenceSetImpl
public TypeReferenceSetImpl(Comparator<? super TypeReference> comp)
-
-
Method Detail
-
setType_name
public void setType_name(String ref_type_name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setType_namein interfaceTypeReferenceSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setType_package
public void setType_package(String ref_type_package) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setType_packagein interfaceTypeReferenceSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setType_reference_name
public void setType_reference_name(String m_type_reference_name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setType_reference_namein interfaceTypeReferenceSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R3800_based_on_Type
public TypeSet R3800_based_on_Type() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R3800_based_on_Typein interfaceTypeReferenceSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R3801_is_a_ArrayTypeReference
public ArrayTypeReferenceSet R3801_is_a_ArrayTypeReference() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R3801_is_a_ArrayTypeReferencein interfaceTypeReferenceSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R3801_is_a_BasicTypeReference
public BasicTypeReferenceSet R3801_is_a_BasicTypeReference() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R3801_is_a_BasicTypeReferencein interfaceTypeReferenceSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R424_defines_type_for_Attribute
public AttributeSet R424_defines_type_for_Attribute() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R424_defines_type_for_Attributein interfaceTypeReferenceSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R428_defines_return_type_for_InvocableObject
public InvocableObjectSet R428_defines_return_type_for_InvocableObject() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R428_defines_return_type_for_InvocableObjectin interfaceTypeReferenceSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R431_defines_type_for_FormalParameter
public FormalParameterSet R431_defines_type_for_FormalParameter() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R431_defines_type_for_FormalParameterin interfaceTypeReferenceSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R446_shapes_return_of_Selector
public SelectorSet R446_shapes_return_of_Selector() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R446_shapes_return_of_Selectorin interfaceTypeReferenceSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R461_defines_declared_type_of_Variable
public VariableSet R461_defines_declared_type_of_Variable() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R461_defines_declared_type_of_Variablein interfaceTypeReferenceSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R795_defines_type_of_Expression
public ExpressionSet R795_defines_type_of_Expression() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R795_defines_type_of_Expressionin interfaceTypeReferenceSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
nullElement
public TypeReference nullElement()
- Specified by:
nullElementin interfaceio.ciera.runtime.summit.types.ISet<TypeReference>
-
emptySet
public TypeReferenceSet emptySet()
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<TypeReference>
-
emptySet
public TypeReferenceSet emptySet(Comparator<? super TypeReference> comp)
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<TypeReference>
-
elements
public List<TypeReference> elements()
- Specified by:
elementsin interfaceio.ciera.runtime.summit.types.ISet<TypeReference>
-
-