Class Measure

Object
   |
   +--Measure

class Measure

Creates a new Measure object.

Defined in Measure.js


Constructor Summary
Measure (javaObject)
           
 
Method Summary
 function getExpression()
           Returns this Measure's expression.
 function setExpression(expression)
           Sets this measure's expression.
<static> function add(net, name, expression)
           Creates and adds a new Measure to the given net with the provided parameter values.
<static> function withName(net, name)
           Tries to find the Measure with the specified name in the provided net.

Constructor Detail

Measure

function Measure(javaObject)
Method Detail

getExpression

function getExpression()

setExpression

function setExpression(expression)

add

<static> function add(net, name, expression)

withName

<static> function withName(net, name)