biz.hammurapi.web.webdiagram
Class Service

java.lang.Object
  extended byjavax.swing.tree.DefaultMutableTreeNode
      extended byorg.jgraph.graph.DefaultGraphCell
          extended bybiz.hammurapi.diagram.DiagramCell
              extended bybiz.hammurapi.web.webdiagram.Operation
                  extended bybiz.hammurapi.web.webdiagram.Service
All Implemented Interfaces:
java.lang.Cloneable, biz.hammurapi.diagram.Descriptable, biz.hammurapi.diagram.DiagramElement, org.jgraph.graph.GraphCell, javax.swing.tree.MutableTreeNode, java.io.Serializable, javax.swing.tree.TreeNode

public class Service
extends Operation

See Also:
Serialized Form

Field Summary
static java.lang.String ERROR_PORT
           
static java.lang.String INPUT_PORT
           
static java.lang.String OUTPUT_PORT
           
 
Fields inherited from class biz.hammurapi.diagram.DiagramCell
data, properties, viewProperties
 
Fields inherited from class org.jgraph.graph.DefaultGraphCell
attributes
 
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
 
Constructor Summary
Service(biz.hammurapi.diagram.DiagramModel owner, biz.hammurapi.diagram.data.Cell data)
           
 
Method Summary
 void setAttributes(java.util.Map attributes)
          Sets visual attributes
 
Methods inherited from class biz.hammurapi.diagram.DiagramCell
connect, getDescription, getId, getModel, getName, getPort, getProperty, getPropertyNames, getUserObject, getViewProperty, getViewPropertyNames, isBlank, isRounded, populatePopupMenu, setDescription, setName, setProperty, setUserObject, setViewProperty, store
 
Methods inherited from class org.jgraph.graph.DefaultGraphCell
addPort, addPort, addPort, changeAttributes, clone, getAttributes, getChildren, setAttributes
 
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode
add, breadthFirstEnumeration, children, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INPUT_PORT

public static final java.lang.String INPUT_PORT
See Also:
Constant Field Values

OUTPUT_PORT

public static final java.lang.String OUTPUT_PORT
See Also:
Constant Field Values

ERROR_PORT

public static final java.lang.String ERROR_PORT
See Also:
Constant Field Values
Constructor Detail

Service

public Service(biz.hammurapi.diagram.DiagramModel owner,
               biz.hammurapi.diagram.data.Cell data)
Method Detail

setAttributes

public void setAttributes(java.util.Map attributes)
Description copied from interface: biz.hammurapi.diagram.DiagramElement
Sets visual attributes

Specified by:
setAttributes in interface biz.hammurapi.diagram.DiagramElement
Overrides:
setAttributes in class Operation


Copyright © 2006 Hammurapi Group. All Rights Reserved.