Map
Index
Random
Help
th

QuoteRef: simscrip_1971

topics > all references > ThesaHelp: references sa-sz



Group:
type declaration
Topic:
foreach and for all statements
Topic:
events
Topic:
quantified repetition
Topic:
persistent data structure
Topic:
histogram
Topic:
attribute-value pairs as information
Topic:
declaration scope
Topic:
procedure valued variables
Topic:
random number generation
Group:
sequence operations
Topic:
set data type
Topic:
debugging techniques
Topic:
variable as function that accesses an object's value
Topic:
simulation
Topic:
event controlled processing
Topic:
declaration through use
Topic:
for loop
Topic:
monitored variable
Topic:
pattern specification
Topic:
report generation
Topic:
system-defined variables
Topic:
comments
ThesaHelp:
references sa-sz
Topic:
software documentation
Topic:
input or output parameters
Topic:
sequence reduction
Topic:
set construction
Topic:
collecting statistics on a UserInterface
Topic:
monitored statements and events
Topic:
object-oriented classes
Topic:
generic operations and polymorphism
Topic:
replacement as a procedure call

Reference

, Simscript II.5 Reference Handbook Los Angeles, Consolidated Analysis Centers, Inc., 1971. Google

Quotations
QuoteRef: simscrip_1971 ;; alphabetic manual with formats, description, examples simple to complex, and thorough notes excellent
QuoteRef: simscrip_1971 ;;1 entities made up of attributes, function attributes with subscripts para
QuoteRef: simscrip_1971 ;;7 both alternate forms and noise words
QuoteRef: simscrip_1971 ;;14 System attribute routines and variables categorized by extension, e.g., .a for attribute.
QuoteRef: simscrip_1971 ;;31 Monitored variables-- routine executed whenever accessed (left or right hand side or both)
QuoteRef: simscrip_1971 ;;32 subprogram variables and arrays eg let subr= 'sqrt.f' which can be referenced by call or indirection ($subr===sqrt.f
45 ;;Quote: Simscript has an 'accumulate' statement of automatically collecting statistics or a histogram
53 ;;Quote: in Simscript, can annotate statements with operations to perform before or after statement
QuoteRef: simscrip_1971 ;;57 Simscript uses ''comment_string
QuoteRef: simscrip_1971 ;;57 heading section of report generator executed each new page with Page I First testing for first one.
QuoteRef: simscrip_1971 ;;58 handles multiple column page reports by Begin report printing column-indexing-clause in groups of number-of-columns-to-do-at-once [per pagefor each group on a new page
QuoteRef: simscrip_1971 ;;62 Break event-name ties by high/low attribute-name-to-be-compared then by high/low... for scheduling priority when two events of same class at same time
QuoteRef: simscrip_1971 ;;64 in calls separates "given" (or subscript indices) parameters and "yielding" parameters
67 ;;Quote: Simscript allows the same operation name applied to different entities
QuoteRef: simscrip_1971 ;;68 reduction over a set or collection by e.g., for i=1 to 10, compute total = sum of x(i)
QuoteRef: simscrip_1971 ;;71 Create entity creates and allocates storage (zeros attributes) for an instance of entity class and returns pointer in global variable of same name (if different name use Create entity Called variable)
QuoteRef: simscrip_1971 ;;72 permanent entities in Simscript allocated by Create Each airport with count from attribute n.airport or from subscript on airport which sets n.airport
QuoteRef: simscrip_1971 ;;74 describe routines and variables separately from definition eg how many arguments, storage class etc
QuoteRef: simscrip_1971 ;;77 define a set by describing it as a queue or stack or set, optional ranking attribute (s) without certain routings and attributes
QuoteRef: simscrip_1971 ;;79 set attributes include first entry pointer, pred, succ, routines include file by ranking or at head, insert before and after (for sets as queues)
QuoteRef: simscrip_1971 ;;83 ranked sets always maintain order
97 ;;Quote: Simscript allows functions on lhs of replace; called with an extra argument
QuoteRef: simscrip_1971 ;;102 define events routine to generate event notices (with optional parameters default is notice destroyed when used
QuoteRef: simscrip_1971 ;;103 "every" defines entity, attribute and set structure for all entities and event notices
QuoteRef: simscrip_1971 ;;110 external event cards cause event at certain time (can pass data)
QuoteRef: simscrip_1971 ;;116 File to put entity into a set (how determined by set definition
QuoteRef: simscrip_1971 ;;118 Find clause after for loop returns first satisfying index, can specify action if found or not otherwise falls through
QuoteRef: simscrip_1971 ;;121 For each entity and For each set-name (can give starting location or reverse order)
QuoteRef: simscrip_1971 ;;123 specified positive or negative indexing in a for loop
QuoteRef: simscrip_1971 ;;138 Last column is ... any chars beyond are comments
QuoteRef: simscrip_1971 ;;141 listing routines to list all attributes for all entities of a permanent class (facility can be globally turned off)
QuoteRef: simscrip_1971 ;;150 Move from .. and move to .. for accessing a monitored variable
QuoteRef: simscrip_1971 ;;152 Normally ... for default typing
QuoteRef: simscrip_1971 ;;156 before "every" declarations goes switch to tell what class eg Permanent Entities
QuoteRef: simscrip_1971 ;;169 can specify attribute as producing random numbers
QuoteRef: simscrip_1971 ;;204 scheduling an event to occur


Related Topics up

Group: type declaration   (5 topics, 107 quotes)
Topic: foreach and for all statements (16 items)
Topic: events (44 items)
Topic: quantified repetition (11 items)
Topic: persistent data structure (37 items)
Topic: histogram (5 items)
Topic: attribute-value pairs as information (53 items)
Topic: declaration scope (16 items)
Topic: procedure valued variables (34 items)
Topic: random number generation (29 items)
Group: sequence operations   (7 topics, 85 quotes)
Topic: set data type (16 items)
Topic: debugging techniques (23 items)
Topic: variable as function that accesses an object's value (21 items)
Topic: simulation (35 items)
Topic: event controlled processing (46 items)
Topic: declaration through use (4 items)
Topic: for loop (18 items)
Topic: monitored variable (27 items)
Topic: pattern specification (15 items)
Topic: report generation (11 items)
Topic: system-defined variables (9 items)
Topic: comments (23 items)
ThesaHelp: references sa-sz (237 items)
Topic: software documentation (64 items)
Topic: input or output parameters (5 items)
Topic: sequence reduction (10 items)
Topic: set construction (20 items)
Topic: collecting statistics on a UserInterface (12 items)
Topic: monitored statements and events (16 items)
Topic: object-oriented classes (66 items)
Topic: generic operations and polymorphism (65 items)
Topic: replacement as a procedure call (10 items)

Collected barberCB 1980
Copyright © 2002-2008 by C. Bradford Barber. All rights reserved.
Thesa is a trademark of C. Bradford Barber.