org.ujac.util.exi
Class Operation

java.lang.Object
  extended by org.ujac.util.exi.Operation

public class Operation
extends Object

Name: Operation
Description: A class specifying expression operations.

Author:
lauerc

Constructor Summary
Operation(String name)
          Constructs a Operation instance with specific attributes.
Operation(String name, int priority)
          Constructs a Operation instance with specific attributes.
 
Method Summary
 String getName()
          Gets the operation name.
 int getPriority()
          Gets the operation's priority.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Operation

public Operation(String name)
Constructs a Operation instance with specific attributes.

Parameters:
name - The name of the operation.

Operation

public Operation(String name,
                 int priority)
Constructs a Operation instance with specific attributes.

Parameters:
name - The name of the operation.
priority - The priority for the operation.
Method Detail

getName

public String getName()
Gets the operation name.

Returns:
The operation name.

getPriority

public int getPriority()
Gets the operation's priority.

Returns:
The operation's priority.

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2003-2004 UJAC.org. All Rights Reserved.