Interface AttributeReferenceSet
-
- All Superinterfaces:
Collection<AttributeReference>,io.ciera.runtime.summit.classes.IInstanceSet<AttributeReferenceSet,AttributeReference>,io.ciera.runtime.summit.types.ISet<AttributeReference>,Iterable<AttributeReference>,io.ciera.runtime.summit.types.IXtumlType,Set<AttributeReference>
- All Known Implementing Classes:
AttributeReferenceSetImpl
public interface AttributeReferenceSet extends io.ciera.runtime.summit.classes.IInstanceSet<AttributeReferenceSet,AttributeReference>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributeSetR4506_has_value_provided_by_Attribute()AttributeSetR4506_provides_value_for_Attribute()ClassRelationshipSetR4511_refers_to_another_attribute_through_ClassRelationship()voidsetForm_name(String ref_form_name)voidsetForm_phrase(String ref_form_phrase)voidsetPart_name(String ref_part_name)voidsetPart_phrase(String ref_part_phrase)voidsetReferred_to_attribute_class_name(String ref_referred_to_attribute_class_name)voidsetReferred_to_attribute_class_package(String ref_referred_to_attribute_class_package)voidsetReferred_to_attribute_name(String ref_referred_to_attribute_name)voidsetReferring_attribute_class_name(String ref_referring_attribute_class_name)voidsetReferring_attribute_class_package(String ref_referring_attribute_class_package)voidsetReferring_attribute_name(String ref_referring_attribute_name)voidsetRel_num(int ref_rel_num)-
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
-
setForm_name
void setForm_name(String ref_form_name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setReferred_to_attribute_class_name
void setReferred_to_attribute_class_name(String ref_referred_to_attribute_class_name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setReferred_to_attribute_name
void setReferred_to_attribute_name(String ref_referred_to_attribute_name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setPart_phrase
void setPart_phrase(String ref_part_phrase) throws io.ciera.runtime.summit.exceptions.XtumlException
- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setReferring_attribute_name
void setReferring_attribute_name(String ref_referring_attribute_name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setReferred_to_attribute_class_package
void setReferred_to_attribute_class_package(String ref_referred_to_attribute_class_package) throws io.ciera.runtime.summit.exceptions.XtumlException
- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setRel_num
void setRel_num(int ref_rel_num) throws io.ciera.runtime.summit.exceptions.XtumlException- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setReferring_attribute_class_package
void setReferring_attribute_class_package(String ref_referring_attribute_class_package) throws io.ciera.runtime.summit.exceptions.XtumlException
- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setReferring_attribute_class_name
void setReferring_attribute_class_name(String ref_referring_attribute_class_name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setPart_name
void setPart_name(String ref_part_name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setForm_phrase
void setForm_phrase(String ref_form_phrase) throws io.ciera.runtime.summit.exceptions.XtumlException
- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R4506_has_value_provided_by_Attribute
AttributeSet R4506_has_value_provided_by_Attribute() throws io.ciera.runtime.summit.exceptions.XtumlException
- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R4506_provides_value_for_Attribute
AttributeSet R4506_provides_value_for_Attribute() throws io.ciera.runtime.summit.exceptions.XtumlException
- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R4511_refers_to_another_attribute_through_ClassRelationship
ClassRelationshipSet R4511_refers_to_another_attribute_through_ClassRelationship() throws io.ciera.runtime.summit.exceptions.XtumlException
- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
-