org.isis.gme.bon
Class JBuilderAtom

java.lang.Object
  extended byorg.isis.gme.bon.JBuilderObject
      extended byorg.isis.gme.bon.JBuilderAtom

public class JBuilderAtom
extends JBuilderObject


Field Summary
 
Fields inherited from class org.isis.gme.bon.JBuilderObject
ciObject, inConnections, kindName, kindTitle, name, outConnections, parent, partName
 
Constructor Summary
JBuilderAtom(MgaAtom iAtom, JBuilderModel parent)
           
 
Method Summary
 MgaAtom getIAtom()
           
 void initialize()
           
 void resolve()
           
 
Methods inherited from class org.isis.gme.bon.JBuilderObject
addInConnection, addOutConnection, findInConnections, findOutConnections, getAttribute, getAttribute, getAttribute, getAttribute, getAttributeNames, getAttributeNames, getBoolAttributeNames, getExtendedName, getFloatAttributeNames, getFolder, getInConnectedObjects, getInConnections, getInConnections, getIntAttributeNames, getIObject, getKindName, getKindTitle, getMeta, getName, getNamePath, getObjID, getObjType, getOutConnectedObjects, getOutConnections, getOutConnections, getParent, getPartName, getRefAttributeNames, getReferencedBy, getStrAttributeNames, getType, isInstance, removeInConnection, removeOutConnection, setAttribute, setAttribute, setAttribute, setAttribute, setName, traverseChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBuilderAtom

public JBuilderAtom(MgaAtom iAtom,
                    JBuilderModel parent)
Method Detail

getIAtom

public MgaAtom getIAtom()

resolve

public void resolve()
Specified by:
resolve in class JBuilderObject

initialize

public void initialize()
Specified by:
initialize in class JBuilderObject