Uses of Interface
org.plasma.sdo.PlasmaNode

Packages that use PlasmaNode
org.plasma.provisioning.rdb.mysql.any.impl   
org.plasma.provisioning.rdb.mysql.v5_5.impl   
org.plasma.provisioning.rdb.oracle.any.sys.impl   
org.plasma.provisioning.rdb.oracle.g11.sys.impl   
org.plasma.sdo  
org.plasma.sdo.core   
 

Uses of PlasmaNode in org.plasma.provisioning.rdb.mysql.any.impl
 

Classes in org.plasma.provisioning.rdb.mysql.any.impl that implement PlasmaNode
 class GlobalVariableImpl
          Generated implementation class representing the domain model entity GlobalVariable.
 

Uses of PlasmaNode in org.plasma.provisioning.rdb.mysql.v5_5.impl
 

Classes in org.plasma.provisioning.rdb.mysql.v5_5.impl that implement PlasmaNode
 class TableColumnConstraintImpl
          Generated implementation class representing the domain model entity TableColumnConstraint.
 class TableColumnImpl
          Represents a system column definition which is linked to its system Table definition by association.
 class TableColumnKeyUsageImpl
          Generated implementation class representing the domain model entity TableColumnKeyUsage.
 class TableConstraintImpl
          Generated implementation class representing the domain model entity TableConstraint.
 class TableImpl
          Generated implementation class representing the domain model entity Table.
 class ViewImpl
          Generated implementation class representing the domain model entity View.
 

Uses of PlasmaNode in org.plasma.provisioning.rdb.oracle.any.sys.impl
 

Classes in org.plasma.provisioning.rdb.oracle.any.sys.impl that implement PlasmaNode
 class VersionImpl
          Generated implementation class representing the domain model entity Version.
 

Uses of PlasmaNode in org.plasma.provisioning.rdb.oracle.g11.sys.impl
 

Classes in org.plasma.provisioning.rdb.oracle.g11.sys.impl that implement PlasmaNode
 class ConstraintImpl
          A constraint definition
 class TableColumnCommentImpl
          The comment for a column
 class TableCommentImpl
          A comment on a table
 class ViewColumnCommentImpl
          The comment for a column
 class ViewColumnImpl
          Represents a system column definition which is linked to its system Table definition by association.
 class ViewCommentImpl
          A comment on a table
 

Uses of PlasmaNode in org.plasma.sdo
 

Fields in org.plasma.sdo declared as PlasmaNode
protected  PlasmaNode PlasmaDataLink.left
           
protected  PlasmaNode PlasmaDataLink.right
           
 

Methods in org.plasma.sdo that return PlasmaNode
 PlasmaNode PlasmaEdge.getLeft()
           
 PlasmaNode PlasmaDataLink.getLeft()
           
 PlasmaNode PlasmaEdge.getOpposite(PlasmaNode fromNode)
           
 PlasmaNode PlasmaDataLink.getOpposite(PlasmaNode fromNode)
           
 PlasmaNode PlasmaEdge.getRight()
           
 PlasmaNode PlasmaDataLink.getRight()
           
 

Methods in org.plasma.sdo with parameters of type PlasmaNode
 boolean PlasmaEdge.canTraverse(PlasmaNode fromNode)
           
 boolean PlasmaDataLink.canTraverse(PlasmaNode fromNode)
           
 PlasmaNode PlasmaEdge.getOpposite(PlasmaNode fromNode)
           
 PlasmaNode PlasmaDataLink.getOpposite(PlasmaNode fromNode)
           
 void PlasmaEdge.setLeft(PlasmaNode left)
           
 void PlasmaDataLink.setLeft(PlasmaNode left)
           
 void PlasmaEdge.setRight(PlasmaNode right)
           
 void PlasmaDataLink.setRight(PlasmaNode right)
           
 

Constructors in org.plasma.sdo with parameters of type PlasmaNode
PlasmaDataLink(PlasmaNode left, PlasmaNode right)
           
 

Uses of PlasmaNode in org.plasma.sdo.core
 

Classes in org.plasma.sdo.core that implement PlasmaNode
 class CoreDataObject
          A data object is a representation of some structured data.
 class CoreNode
           
 



Copyright © 2014. All rights reserved.