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