Uses of Interface
io.ciera.tool.sql.ooaofmarking.Feature
-
Packages that use Feature Package Description io.ciera.tool io.ciera.tool.sql.ooaofmarking io.ciera.tool.sql.ooaofmarking.impl -
-
Uses of Feature in io.ciera.tool
Methods in io.ciera.tool with parameters of type Feature Modifier and Type Method Description voidSql. relate_R2821_Mark_is_marked_by_Feature(Mark form, Feature part)voidSql. relate_R2822_Feature_is_available_for_MarkableElementType(Feature form, MarkableElementType part)voidSql. unrelate_R2821_Mark_is_marked_by_Feature(Mark form, Feature part)voidSql. unrelate_R2822_Feature_is_available_for_MarkableElementType(Feature form, MarkableElementType part) -
Uses of Feature in io.ciera.tool.sql.ooaofmarking
Methods in io.ciera.tool.sql.ooaofmarking that return Feature Modifier and Type Method Description FeatureMark. R2821_is_marked_by_Feature()Methods in io.ciera.tool.sql.ooaofmarking with parameters of type Feature Modifier and Type Method Description default voidMarkableElementType. addR2822_makes_available_Feature(Feature inst)default voidMarkableElementType. removeR2822_makes_available_Feature(Feature inst)default voidMark. setR2821_is_marked_by_Feature(Feature inst) -
Uses of Feature in io.ciera.tool.sql.ooaofmarking.impl
Classes in io.ciera.tool.sql.ooaofmarking.impl that implement Feature Modifier and Type Class Description classFeatureImplFields in io.ciera.tool.sql.ooaofmarking.impl declared as Feature Modifier and Type Field Description static FeatureFeatureImpl. EMPTY_FEATUREMethods in io.ciera.tool.sql.ooaofmarking.impl that return Feature Modifier and Type Method Description static FeatureFeatureImpl. create(Sql context)static FeatureFeatureImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, String m_name)static FeatureFeatureImpl. create(Sql context, String m_name)FeatureFeatureSetImpl. nullElement()FeatureFeatureImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)FeatureFeatureImpl.CLASS. populate(String p_name)FeatureMarkImpl. R2821_is_marked_by_Feature()FeatureFeatureImpl. self()Methods in io.ciera.tool.sql.ooaofmarking.impl that return types with arguments of type Feature Modifier and Type Method Description List<Feature>FeatureSetImpl. elements()Methods in io.ciera.tool.sql.ooaofmarking.impl with parameters of type Feature Modifier and Type Method Description voidMarkableElementTypeImpl. addR2822_makes_available_Feature(Feature inst)voidMarkableElementTypeImpl. removeR2822_makes_available_Feature(Feature inst)voidMarkImpl. setR2821_is_marked_by_Feature(Feature inst)Method parameters in io.ciera.tool.sql.ooaofmarking.impl with type arguments of type Feature Modifier and Type Method Description FeatureSetFeatureSetImpl. emptySet(Comparator<? super Feature> comp)Constructor parameters in io.ciera.tool.sql.ooaofmarking.impl with type arguments of type Feature Constructor Description FeatureSetImpl(Comparator<? super Feature> comp)
-