Commit 9691b34a authored by Georgios Dagkakis's avatar Georgios Dagkakis

define only the needed properties

parent 0dddf79a
...@@ -289,61 +289,15 @@ ...@@ -289,61 +289,15 @@
"required": true, "required": true,
"type": "string" "type": "string"
}, },
"interruption": {
"properties": {
"failure": {
"$ref": "#/definitions/_failureDist",
"required": true
}
},
"type": "object"
},
"loadTime": {
"$ref": "#/definitions/_dist",
"required": true
},
"name": { "name": {
"default": "Machine", "default": "Machine",
"type": "string" "type": "string"
}, },
"operationType": {
"properties": {
"load": {
"$ref": "#/definitions/_operationType",
"description": "Operation type for loading",
"name": "Load Operation type"
},
"processing": {
"$ref": "#/definitions/_operationType",
"description": "Operation type for processing",
"name": "Processing Operation type"
},
"setup": {
"$ref": "#/definitions/_operationType",
"description": "Operation type for setup",
"name": "Setup Operation type"
}
},
"required": [
"load",
"setup",
"processing"
],
"type": "object"
},
"processingTime": { "processingTime": {
"$ref": "#/definitions/_dist", "$ref": "#/definitions/_dist",
"default": { "required": true,
"Fixed": { "default":{"Fixed":{"mean":1}}
"mean": 1 }
}
},
"required": true
},
"setupTime": {
"$ref": "#/definitions/_dist",
"required": true
}
}, },
"type": "object" "type": "object"
} }
...@@ -366,19 +320,23 @@ ...@@ -366,19 +320,23 @@
"properties": { "properties": {
"capacity": { "capacity": {
"$ref": "#/definitions/_capacity", "$ref": "#/definitions/_capacity",
"required": true "required": true,
"priority":8
}, },
"id": { "id": {
"default": "Q", "default": "Q",
"type": "string" "type": "string",
"priority":10
}, },
"name": { "name": {
"default": "Queue", "default": "Queue",
"type": "string" "type": "string",
"priority":9
}, },
"schedulingRule": { "schedulingRule": {
"$ref": "#/definitions/_schedulingRule", "$ref": "#/definitions/_schedulingRule",
"required": true "required": true,
"priority":7
} }
}, },
"type": "object" "type": "object"
...@@ -408,12 +366,14 @@ ...@@ -408,12 +366,14 @@
"default": "Dream.Part", "default": "Dream.Part",
"description": "EntityClass", "description": "EntityClass",
"required": true, "required": true,
"type": "string" "type": "string",
"priority":7
}, },
"id": { "id": {
"default": "S", "default": "S",
"required": true, "required": true,
"type": "string" "type": "string",
"priority":10
}, },
"interArrivalTime": { "interArrivalTime": {
"$ref": "#/definitions/_dist", "$ref": "#/definitions/_dist",
...@@ -423,11 +383,13 @@ ...@@ -423,11 +383,13 @@
} }
}, },
"description": "Inter-arrivaltime", "description": "Inter-arrivaltime",
"required": true "required": true,
"priority":5
}, },
"name": { "name": {
"default": "Source", "default": "Source",
"type": "string" "type": "string",
"priority":8
} }
}, },
"type": "object" "type": "object"
...@@ -842,7 +804,7 @@ ...@@ -842,7 +804,7 @@
"left": 0.5243130907600309, "left": 0.5243130907600309,
"top": 0.29820375702354956 "top": 0.29820375702354956
}, },
"name": "E1" "name": "Stock"
}, },
"M1": { "M1": {
"_class": "Dream.Machine", "_class": "Dream.Machine",
...@@ -874,7 +836,7 @@ ...@@ -874,7 +836,7 @@
}, },
"distribution": "Fixed" "distribution": "Fixed"
}, },
"name": "M1", "name": "Milling",
"operationType": { "operationType": {
"load": "Automatic", "load": "Automatic",
"processing": "Automatic", "processing": "Automatic",
...@@ -901,7 +863,7 @@ ...@@ -901,7 +863,7 @@
"top": 0.3094840728804834 "top": 0.3094840728804834
}, },
"id": "Q1", "id": "Q1",
"name": "Q1", "name": "Milling Buffer",
"schedulingRule": "FIFO" "schedulingRule": "FIFO"
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment