|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IReferenceList | |
---|---|
pl.edu.agh.cast.data.model | Provides CAST Data Model's entry level classes. |
pl.edu.agh.cast.data.model.general | In this package the General Domain Model is defined. |
pl.edu.agh.cast.data.model.presentation | Provides CAST presentation model, which is the base of models such as schema and time-line used in various specific visual editors. |
pl.edu.agh.cast.data.model.util | Provides CAST Data Set reference manipulation utilities. |
pl.edu.agh.cast.schema.model.presentation | Provides CAST schema presentation model. |
Uses of IReferenceList in pl.edu.agh.cast.data.model |
---|
Methods in pl.edu.agh.cast.data.model that return IReferenceList | |
---|---|
IReferenceList<T> |
IReference.asReferenceList()
Transforms this reference to reference list with one element. |
Uses of IReferenceList in pl.edu.agh.cast.data.model.general |
---|
Constructors in pl.edu.agh.cast.data.model.general with parameters of type IReferenceList | |
---|---|
OneToOneRelation(Type type,
UUID id,
IReferenceList<IEntity> source,
IReferenceList<IEntity> target,
boolean directed)
Initializes element with given type, ID, source and target entity and direction. |
|
OneToOneRelation(Type type,
UUID id,
IReferenceList<IEntity> source,
IReferenceList<IEntity> target,
boolean directed)
Initializes element with given type, ID, source and target entity and direction. |
|
OneToOneRelation(UUID id,
IReferenceList<IEntity> sources,
IReferenceList<IEntity> targets,
boolean directed)
Creates new one-to-one relation with given ID, source and target entity (in form of lists), direction. |
|
OneToOneRelation(UUID id,
IReferenceList<IEntity> sources,
IReferenceList<IEntity> targets,
boolean directed)
Creates new one-to-one relation with given ID, source and target entity (in form of lists), direction. |
|
TimedOneToOneRelation(IGeneralDataSet<? extends IGeneralElement> dataSet,
IReferenceList<IEntity> sources,
IReferenceList<IEntity> targets,
boolean directed,
Date date)
Creates new timed one-to-one relation with given data set, source and target entity (lists), direction and date (start == end). |
|
TimedOneToOneRelation(IGeneralDataSet<? extends IGeneralElement> dataSet,
IReferenceList<IEntity> sources,
IReferenceList<IEntity> targets,
boolean directed,
Date date)
Creates new timed one-to-one relation with given data set, source and target entity (lists), direction and date (start == end). |
|
TimedOneToOneRelation(Type type,
UUID id,
IReferenceList<IEntity> sources,
IReferenceList<IEntity> targets,
boolean directed,
Date startDate,
Date endDate)
Initializes element with given data set, source and target entity (lists), direction and start and end date. |
|
TimedOneToOneRelation(Type type,
UUID id,
IReferenceList<IEntity> sources,
IReferenceList<IEntity> targets,
boolean directed,
Date startDate,
Date endDate)
Initializes element with given data set, source and target entity (lists), direction and start and end date. |
Uses of IReferenceList in pl.edu.agh.cast.data.model.presentation |
---|
Constructors in pl.edu.agh.cast.data.model.presentation with parameters of type IReferenceList | |
---|---|
PresentationElement(IPresentationDataSet<? extends IPresentationElement<?>> dataSet,
Type type,
IReferenceList<T> references)
The constructor for presentation elements created manually. |
|
PresentationElement(IPresentationDataSet<? extends IPresentationElement<?>> dataSet,
Type type,
UUID id,
IReferenceList<T> references)
The constructor for presentation elements created manually. |
Uses of IReferenceList in pl.edu.agh.cast.data.model.util |
---|
Methods in pl.edu.agh.cast.data.model.util that return IReferenceList | ||
---|---|---|
|
ReferenceUtil.DefaultReferenceProvider.createEmptyReferenceList()
Creates an empty reference list of unknown type. |
|
|
IReferenceProvider.createEmptyReferenceList()
Creates an empty reference list of unknown type. |
|
|
ReferenceUtil.createEmptyReferenceList(T formalParameter)
Creates an empty IReferenceList object. |
|
|
ReferenceUtil.createReferenceList(Iterable<T> instances,
Type type)
Creates IReferenceList object for given instances. |
|
|
ReferenceUtil.DefaultReferenceProvider.createReferenceList(Iterable<T> instances,
Type type)
Creates a reference list with a list of objects of the given type. |
|
|
IReferenceProvider.createReferenceList(Iterable<T> instances,
Type type)
Creates a reference list with a list of objects of the given type. |
|
|
ReferenceUtil.createReferenceList(T instance)
Creates IReferenceList object for given instance. |
|
|
ReferenceUtil.DefaultReferenceProvider.createReferenceList(T instance)
Creates a reference list with one object. |
|
|
IReferenceProvider.createReferenceList(T instance)
Creates a reference list with one object. |
|
|
ReferenceUtil.createReferenceList(T formalParameter,
Type type)
Creates IReferenceList object for given instances. |
|
|
ReferenceUtil.DefaultReferenceProvider.createReferenceList(Type type)
Creates an empty reference list of the given type. |
|
|
IReferenceProvider.createReferenceList(Type type)
Creates an empty reference list of the given type. |
Uses of IReferenceList in pl.edu.agh.cast.schema.model.presentation |
---|
Constructors in pl.edu.agh.cast.schema.model.presentation with parameters of type IReferenceList | |
---|---|
SchemaNode(ISchemaDataSet dataSet,
IReferenceList<IElement> originalElements)
The constructor for schema nodes created manually. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |