|
Modelers | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.topcased.modeler.utils.SourceTargetData
public class SourceTargetData
creation : 16 juin 2005 Class that store data about source and target couple
Field Summary | |
---|---|
static int |
DIAGRAM
The edge container is the model object represented by the current diagram |
static int |
NONE
The edge is not associated with a model object. |
static int |
SOURCE
The edge container is the source object |
static int |
SOURCE_CONTAINER
The edge container is the source container |
static int |
TARGET
The edge container is the target object |
static int |
TARGET_CONTAINER
The edge container is the target container |
Constructor Summary | |
---|---|
SourceTargetData(boolean isReversible,
boolean isAutoRef,
int containerType,
java.lang.String containerObject,
java.lang.String containerRef,
java.lang.String refEdgeToSource,
java.lang.String refEdgeToTarget,
java.lang.String refSourceToEdge,
java.lang.String refSourceToTarget,
java.lang.String refTargetToEdge,
java.lang.String refTargetToSource)
The Constructor |
Method Summary | |
---|---|
java.lang.String |
getContainerObject()
|
java.lang.String |
getContainerRef()
|
int |
getContainerType()
|
java.lang.String |
getRefEdgeToSource()
|
java.lang.String |
getRefEdgeToTarget()
|
java.lang.String |
getRefSourceToEdge()
|
java.lang.String |
getRefSourceToTarget()
|
java.lang.String |
getRefTargetToEdge()
|
java.lang.String |
getRefTargetToSource()
|
boolean |
isAutoRef()
|
boolean |
isReversible()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NONE
public static final int SOURCE
public static final int SOURCE_CONTAINER
public static final int DIAGRAM
public static final int TARGET
public static final int TARGET_CONTAINER
Constructor Detail |
---|
public SourceTargetData(boolean isReversible, boolean isAutoRef, int containerType, java.lang.String containerObject, java.lang.String containerRef, java.lang.String refEdgeToSource, java.lang.String refEdgeToTarget, java.lang.String refSourceToEdge, java.lang.String refSourceToTarget, java.lang.String refTargetToEdge, java.lang.String refTargetToSource)
isReversible
- specify whether the connection is ReversibleisAutoRef
- specify whether the connection may be autoRefcontainerType
- specify the type of containercontainerObject
- specify the model object that is the containercontainerRef
- specify the eStructuralFeature that should contain the connection model objectrefEdgeToSource
- the eStructuralFeature of the Edge that reference the SourcerefEdgeToTarget
- the eStructuralFeature of the Edge that reference the TargetrefSourceToEdge
- the eStructuralFeature of the Source that reference the EdgerefSourceToTarget
- the eStructuralFeature of the Source that reference the TargetrefTargetToEdge
- the eStructuralFeature of the Target that reference the EdgerefTargetToSource
- the eStructuralFeature of the Target that reference the SourceMethod Detail |
---|
public boolean isReversible()
public boolean isAutoRef()
public int getContainerType()
public java.lang.String getContainerObject()
public java.lang.String getContainerRef()
public java.lang.String getRefEdgeToSource()
public java.lang.String getRefEdgeToTarget()
public java.lang.String getRefSourceToEdge()
public java.lang.String getRefSourceToTarget()
public java.lang.String getRefTargetToEdge()
public java.lang.String getRefTargetToSource()
|
Modelers | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.