インタフェース
jp.carabiner.inkpod.pi.model.PRelationObject の使用

PRelationObject を使用しているパッケージ
jp.carabiner.inkpod.pi.model マップのモデルを操作するインタフェース、バリデータのインタフェースなどを提供します。 
jp.carabiner.inkpod.pi.shape   
 

jp.carabiner.inkpod.pi.model での PRelationObject の使用
 

PRelationObject を返す jp.carabiner.inkpod.pi.model のメソッド
 PRelationObject PMapModel.createRelationObject()
          両端のオブジェクトがない関連オブジェクトを作成する。
 PRelationObject PMapModel.createRelationObject(IObjectShapeType shapeType)
          両端のオブジェクトがない関連オブジェクトを作成する。
 PRelationObject PMapModel.createRelationObject(IObjectShapeType shapeType, PNodeObject startObject, PNodeObject endObject)
          シェイプと両端のオブジェクトを指定して、関連オブジェクトを作成する。
 PRelationObject PMapModel.createRelationObject(PNodeObject startObject, PNodeObject endObject)
          両端のオブジェクトを指定して、関連オブジェクトを作成する。
 PRelationObject PNetworkEdge.getObject()
           
 

jp.carabiner.inkpod.pi.shape での PRelationObject の使用
 

PRelationObject を返す jp.carabiner.inkpod.pi.shape のメソッド
 PRelationObject PRelationObjectShape.getObject()
           
 

PRelationObject 型の引数を持つ型を返す jp.carabiner.inkpod.pi.shape のメソッド
 java.lang.Class<? extends PRelationObject> CurveRelationShapeType.getSupportObjectType()
           
 

PRelationObject 型のパラメータを持つ jp.carabiner.inkpod.pi.shape のコンストラクタ
AbstractRelationShape(PRelationObject object)
           
CurveRelationShape(PRelationObject object)
           
PolylineRelationShape(PRelationObject object)
           
RightAngleRelationShape(PRelationObject object)