Class Definition

Object
   |
   +--Definition

class Definition

Creates a new Definition with the given Java object.

Defined in Definition.js


Constructor Summary
Definition (javaObject)
           
 
Method Summary
 function getExpression()
           Returns this definition's expression.
 function setExpression(expression)
           Sets this definition's expression.
<static> function add(net, name, expression)
           This static method adds a new Definition to the given net with the given name and expression.
<static> function withName(net, name)
           Tries to find the Definition with the given name.

Constructor Detail

Definition

function Definition(javaObject)
Method Detail

getExpression

function getExpression()

setExpression

function setExpression(expression)

add

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

withName

<static> function withName(net, name)