public class SimpleLocation extends SpatialEntity
| Constructor and Description |
|---|
SimpleLocation(Model owner,
java.lang.String name,
java.lang.String type,
boolean showInTrace)
Creates a SimpleLocation.
|
SimpleLocation(Model owner,
java.lang.String name,
java.lang.String type,
boolean showInTrace,
Length startPositionX,
Length startPositionY,
Length startPositionZ)
Creates a SimpleLocation with specified position.
|
addEntryPoint, addExitPoint, getEntryPoint, getEntryPointGlobal, getEntryPointNames, getExitPoint, getExitPointGlobal, getExitPointNames, getMatrix, getPosX, getPosY, getPosZ, getVisualModel, isMovable, isVisible, removeVisible, resetRotation, rotX, rotY, rotZ, setPosition, setVisiblegetIdentNumber, getQueueingPriority, getQueues, getScheduledEvents, isEqual, isLarger, isLargerOrEqual, isNotEqual, isQueued, isSimProcess, isSmaller, isSmallerOrEqual, schedule, schedule, schedule, schedule, schedule, schedule, schedule, schedule, schedule, scheduleAfter, scheduleAfter, scheduleAfter, scheduleBefore, scheduleBefore, scheduleBefore, schedulePreempt, schedulePreempt, schedulePreempt, setQueueingPriorityassignReporter, cancel, getCorrespondingReportable, isCurrent, isScheduled, rename, reSchedule, reSchedule, reSchedulePreempt, scheduledNext, setCorrespondingReportablecurrent, currentEntity, currentEntityAll, currentEvent, currentModel, currentSimProcess, debugIsOn, debugOff, debugOn, getModel, isExperimentCompatible, isModelCompatible, presentTime, sendDebugNote, sendMessage, sendTraceNote, sendWarning, skipTraceNote, skipTraceNote, traceIsOn, traceOff, traceOngetName, getQuotedName, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNamepublic SimpleLocation(Model owner, java.lang.String name, java.lang.String type, boolean showInTrace)
owner - The model this location is associated to.name - The name of the location.type - The type attribute belongs to the SpatialObject interface.showInTrace - Flag for showing entity in trace-files. Set it to true if entity should show up in trace. Set to false in entity should not be shown in trace.public SimpleLocation(Model owner, java.lang.String name, java.lang.String type, boolean showInTrace, Length startPositionX, Length startPositionY, Length startPositionZ)
owner - The model this location is associated to.name - The name of the location.type - The type attribute belongs to the SpatialObject interface.showInTrace - Flag for showing entity in trace-files. Set it to true if entity should show up in trace. Set to false in entity should not be shown in trace.startPositionX - The x start position in ExtendedLength.startPositionY - The y start position in ExtendedLength.startPositionZ - The z start position in ExtendedLength.