Add individuals metadata
This commit is contained in:
parent
c1dde87e30
commit
b10b614113
@ -1,11 +1,12 @@
|
|||||||
import { Individual } from "./Individual";
|
import { Individual } from "./Individual";
|
||||||
|
import { LabelObject } from "./Label";
|
||||||
import type { Behavior } from "./Behavior";
|
import type { Behavior } from "./Behavior";
|
||||||
import type { Model } from "./Model";
|
import type { Model } from "./Model";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 群体类型
|
* 群体类型
|
||||||
*/
|
*/
|
||||||
class Group {
|
class Group extends LabelObject {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 所有个体
|
* 所有个体
|
||||||
|
@ -80,3 +80,5 @@ class LabelObject {
|
|||||||
return has;
|
return has;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export { Label, LabelObject };
|
Loading…
Reference in New Issue
Block a user