ENTITY decreasing_resource_event SUBTYPE OF (resource_event); END_ENTITY; -- decreasing_resource_event |
Entity data types and their attributesactionname: label; (OPT) description: text; chosen_method: action_method; (DER) id: identifier; resource_event (OPT) quantity: measure_with_unit; resource: managed_resource; (RT) (DER) chosen_method: action_method; decreasing_resource_event - |
Global rules for this entity data type- |
public interface EDecreasing_resource_event extends EResource_event |
public class CDecreasing_resource_event implements EDecreasing_resource_event |
public class ADecreasing_resource_event extends AEntitypublic EDecreasing_resource_event getByIndex(int index)public EDecreasing_resource_event getCurrentMember(SdaiIterator it) |