RELATION
- public class AbstractRelation<RELATION_TYPE,RELATION_METRIC extends Serializable,FIRSTSTRUC extends IStructureRecord,SECONDSTRUC extends IStructureRecord> extends Object implements IStructureRelation<RELATION_TYPE,RELATION_METRIC,FIRSTSTRUC,SECONDSTRUC>
Constructor and Description |
---|
AbstractRelation(FIRSTSTRUC structure1,
SECONDSTRUC structure2,
RELATION_METRIC relation) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
FIRSTSTRUC |
getFirstStructure() |
String |
getName() |
RELATION_METRIC |
getRelation() |
RELATION_TYPE |
getRelationType() |
SECONDSTRUC |
getSecondStructure() |
void |
setFirstStructure(FIRSTSTRUC struc) |
void |
setName(String name) |
void |
setRelation(RELATION_METRIC relation) |
void |
setRelationType(RELATION_TYPE relationtype) |
void |
setSecondStructure(SECONDSTRUC struc) |
protected String name
public AbstractRelation(FIRSTSTRUC structure1, SECONDSTRUC structure2, RELATION_METRIC relation)
public String getName()
getName
in interface IStructureRelation<RELATION_TYPE,RELATION_METRIC extends Serializable,FIRSTSTRUC extends IStructureRecord,SECONDSTRUC extends IStructureRecord>
public void setName(String name)
setName
in interface IStructureRelation<RELATION_TYPE,RELATION_METRIC extends Serializable,FIRSTSTRUC extends IStructureRecord,SECONDSTRUC extends IStructureRecord>
public RELATION_METRIC getRelation()
getRelation
in interface IStructureRelation<RELATION_TYPE,RELATION_METRIC extends Serializable,FIRSTSTRUC extends IStructureRecord,SECONDSTRUC extends IStructureRecord>
public void setRelation(RELATION_METRIC relation)
setRelation
in interface IStructureRelation<RELATION_TYPE,RELATION_METRIC extends Serializable,FIRSTSTRUC extends IStructureRecord,SECONDSTRUC extends IStructureRecord>
public RELATION_TYPE getRelationType()
getRelationType
in interface IStructureRelation<RELATION_TYPE,RELATION_METRIC extends Serializable,FIRSTSTRUC extends IStructureRecord,SECONDSTRUC extends IStructureRecord>
public void setRelationType(RELATION_TYPE relationtype)
setRelationType
in interface IStructureRelation<RELATION_TYPE,RELATION_METRIC extends Serializable,FIRSTSTRUC extends IStructureRecord,SECONDSTRUC extends IStructureRecord>
public FIRSTSTRUC getFirstStructure()
getFirstStructure
in interface IStructureRelation<RELATION_TYPE,RELATION_METRIC extends Serializable,FIRSTSTRUC extends IStructureRecord,SECONDSTRUC extends IStructureRecord>
public SECONDSTRUC getSecondStructure()
getSecondStructure
in interface IStructureRelation<RELATION_TYPE,RELATION_METRIC extends Serializable,FIRSTSTRUC extends IStructureRecord,SECONDSTRUC extends IStructureRecord>
public void setFirstStructure(FIRSTSTRUC struc)
setFirstStructure
in interface IStructureRelation<RELATION_TYPE,RELATION_METRIC extends Serializable,FIRSTSTRUC extends IStructureRecord,SECONDSTRUC extends IStructureRecord>
public void setSecondStructure(SECONDSTRUC struc)
setSecondStructure
in interface IStructureRelation<RELATION_TYPE,RELATION_METRIC extends Serializable,FIRSTSTRUC extends IStructureRecord,SECONDSTRUC extends IStructureRecord>
public void clear()
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.