Package com.wisecoders.dbs.diagram.model
Class Line
java.lang.Object
com.wisecoders.dbs.diagram.model.AbstractUnit
com.wisecoders.dbs.diagram.model.Line
- All Implemented Interfaces:
Relation<Shape>,TreeUnit,Unit,Comparable<AbstractUnit>
-
Field Summary
FieldsFields inherited from interface com.wisecoders.dbs.diagram.model.Relation
MANY_TO_MANY, SOURCE_MANDATORY, TARGET_MANDATORY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColumnAt(int index, boolean atSource) intcom.wisecoders.dbs.sys.fx.glyph.GlyphbooleanhasFlag(int flag) booleanbooleanvoidrefresh()voidresetFlag(int flag) voidsetFlag(int flag) voidsetTargetShape(Shape shape) Methods inherited from class com.wisecoders.dbs.diagram.model.AbstractUnit
compareTo, fixNull, getByName, getByName, getChildAt, getChildrenCount, getComment, getCommentNotNull, getCommentTag, getCommentTags, getDefaultKey, getDisplayName, getKey, getName, getParentEntity, getPlainName, getPropertyAddOnFolder, getString, getSyncFolders, getTickId, getTouchId, getUnitProperty, has, is, is, isMarkedForDeletion, isVirtual, markForDeletion, matches, ref, removeUnitProperty, rename, sameAs, sameAs, setComment, setCommentTag, setCommentTags, setTouchId, setUnitProperty, setVirtual, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.wisecoders.dbs.diagram.model.Unit
getComment, getCommentTag, getCommentTags, getDisplayName, getParentEntity, is, isMarkedForDeletion, markForDeletion, ref, setComment, setCommentTag, setCommentTags
-
Field Details
-
shape
-
-
Constructor Details
-
Line
-
-
Method Details
-
refresh
public void refresh()- Specified by:
refreshin classAbstractUnit
-
getParent
- Specified by:
getParentin interfaceTreeUnit- Specified by:
getParentin classAbstractUnit
-
getSymbolicName
- Specified by:
getSymbolicNamein interfaceUnit- Specified by:
getSymbolicNamein classAbstractUnit
-
getSymbolicIcon
- Specified by:
getSymbolicIconin classAbstractUnit
-
getSymbolicGlyph
public com.wisecoders.dbs.sys.fx.glyph.Glyph getSymbolicGlyph()- Specified by:
getSymbolicGlyphin classAbstractUnit
-
getEntity
-
setTargetShape
-
getTargetEntity
- Specified by:
getTargetEntityin interfaceRelation<Shape>
-
getSourceAttributes
- Specified by:
getSourceAttributesin interfaceRelation<Shape>
-
getTargetAttributes
- Specified by:
getTargetAttributesin interfaceRelation<Shape>
-
getColumnAt
- Specified by:
getColumnAtin interfaceRelation<Shape>
-
getColumnsName
- Specified by:
getColumnsNamein interfaceRelation<Shape>
-
getCascadeText
- Specified by:
getCascadeTextin interfaceRelation<Shape>
-
getColumnCount
public int getColumnCount()- Specified by:
getColumnCountin interfaceRelation<Shape>
-
isAutoReference
public boolean isAutoReference()- Specified by:
isAutoReferencein interfaceRelation<Shape>
-
getLastSourceAttribute
- Specified by:
getLastSourceAttributein interfaceRelation<Shape>
-
getLastTargetAttribute
- Specified by:
getLastTargetAttributein interfaceRelation<Shape>
-
setFlag
public void setFlag(int flag) -
resetFlag
public void resetFlag(int flag) -
hasFlag
public boolean hasFlag(int flag) -
getRelationType
- Specified by:
getRelationTypein interfaceRelation<Shape>
-
getRelationCardinality
- Specified by:
getRelationCardinalityin interfaceRelation<Shape>
-
isDeduced
public boolean isDeduced()
-