|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleon.data.LyObjectList
leon.data.LyWorkSpace
leon.data.LyStepWorkSpace
public final class LyStepWorkSpace
This workspace implements a step workspace : workspace for calculating an objects list obtained from an initial objects list using a step.
A step contains several relations, a target class and a direction.
Step workspaces can be chained to calculate more complicated cross references using routes that contain several steps.
LyStep
,
LyRoute
Field Summary | |
---|---|
static java.lang.String |
__VERSION
File version. |
Method Summary | |
---|---|
LyInfoList<LyClassInfo> |
getClasses()
Return the list of all class infos to which objects of this workspace belong. |
LySimpleObjectList |
getSources(LyObject target)
Method for retrieving source objects that lead to given target object. |
boolean |
objectCreated(LyDataSourceEvent event)
Method for receiving an object creation. |
boolean |
objectModified(LyDataSourceEvent event)
Method for receiving an object modification. |
void |
reset()
Method for resetting this workspace. |
java.lang.String |
toString()
Returns a string representation of this workspace. |
Methods inherited from class leon.data.LyWorkSpace |
---|
addList, addListener, dataSourceEventsGrouped, free, getListener, getListenerCount, getSession, isDynamic, isLocal, lock, objectDeleted, objectStateChanged, objectUserEvent, removeListener, unlock |
Methods inherited from class leon.data.LyObjectList |
---|
contains, delete, delete, equals, equals, getIndex, getIntersection, getList, getList, getList, getList, getList, getList, getList, getList, getList, getList, getList, getList, getObject, getObject, getObject, getObjects, getSize, getSize, getSort, getSortedList, indexOf, intersects, isEmpty, isSorted, iterator, set, setSort, setSortByName, setSorted, toObjectIds |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String __VERSION
Method Detail |
---|
public LyInfoList<LyClassInfo> getClasses()
getClasses
in class LyObjectList
public void reset()
reset
in class LyWorkSpace
public java.lang.String toString()
toString
in class LyObjectList
public LySimpleObjectList getSources(LyObject target)
getSources
in class LyWorkSpace
target
- Target object
public boolean objectCreated(LyDataSourceEvent event)
objectCreated
in interface LyDataSourceListener
objectCreated
in class LyWorkSpace
event
- Event notifying the creation of an object.
public boolean objectModified(LyDataSourceEvent event)
objectModified
in interface LyDataSourceListener
objectModified
in class LyWorkSpace
event
- Event notifying the modification of an object.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |